Can someone explain to me, like a 2 year old, why everybody uses textwrap.dedent() while inspect.cleandoc() produces better results?
IGP: Police Authorised To Inspect Mobile Phones With Reasonable Suspicion #inspect #mobilephone #news #pdrm #police
https://www.lowyat.net/2025/340867/igp-police-authorised-to-inspect-phones/
#AIP:
"
Neue Technologien für spektroskopische Durchmusterungen von Millionen Sternen und Galaxien
"
".. Antrag des Leibniz-Instituts für Astrophysik Potsdam (AIP) im Rahmen des Leibniz-Wettbewerbs 2024 mit dem Titel „Innovative Technologies for Spectroscopic Survey Telescopes (InSpecT)“ wurde erfolgreich bewilligt"
https://www.aip.de/de/news/new-technology-inspect/
27.11.2024
#Astronomie #Galaxie #InSpecT #Potsdam #Spektroskopie #Sterne #Teleskop
Woohoo, I released 2 new Swift Packages today! #Swift #Swiftlang #SPM
1) 𝗜𝗻𝘀𝗽𝗲𝗰𝘁 #Inspect #Introspect
𝙸𝚗𝚜𝚙𝚎𝚌𝚝 𝚊𝚕𝚕𝚘𝚠𝚜 𝚢𝚘𝚞 𝚝𝚘 𝚐𝚎𝚝 𝚝𝚑𝚎 𝚞𝚗𝚍𝚎𝚛𝚕𝚢𝚒𝚗𝚐 *𝙺𝚒𝚝 𝚎𝚕𝚎𝚖𝚎𝚗𝚝 𝚘𝚏 𝚊 𝚂𝚠𝚒𝚏𝚝𝚄𝙸 𝚟𝚒𝚎𝚠.
https://github.com/0xWDG/Inspect
2) 𝗣𝗿𝗲𝘃𝗲𝗻𝘁𝗦𝗰𝗿𝗲𝗲𝗻𝘀𝗵𝗼𝘁 #Screenshot
𝙿𝚛𝚎𝚟𝚎𝚗𝚝 𝚂𝚌𝚛𝚎𝚎𝚗𝚜𝚑𝚘𝚝𝚜 𝚏𝚘𝚛 𝚢𝚘𝚞𝚛 𝚂𝚠𝚒𝚏𝚝𝚄𝙸 𝙴𝚕𝚎𝚖𝚎𝚗𝚝𝚜
https://github.com/0xWDG/PreventScreenshot
In Rails 7.2 you can configure the output of a model's #inspect method. I wrote a post about the performance issue that motivated this feature and how you can use it for some nicer DX :)
https://railsatscale.com/2024-04-30-fixing-a-footgun-in-activerecord-core-inspect/
Inspect, Adopt, Improve - continuously.
Mehr davon: https://forum.no-bullshit-agile.de/d/16-heuristics-for-effective-software-organizations
Podcast mit solchen Themen:
https://no-bullshit-agile.de/tags/podcast/
TIL about `:Inspect` in neovim, which returns the highlight group the current word under the cursor belongs to. Make changes on a theme way easier!
🔬 Stately Inspector is now available in beta!
Visualize the state of any application, frontend or backend, with state machines and sequence diagrams.
npm install @statelyai/inspect
Read all about what Stately Inspector is capable of in David’s blog post:
https://stately.ai/blog/2024-01-15-stately-inspector
#Stately #XState #inspect #stateMachines #actors #visualize #diagramming #sequenceDiagrams
@soulcutter @noelrap I guess you could also go with a plain Object and redefine its #inspect method (`Delete = Object.new.tap { |o| def o.inspect = "Delete" }` ), but then we're almost back to were we started, and doing acrobatics again.
Ha, so many flavors of fun!
Front-end folks, does anyone know how I can get the CSS details like this?
Is this a specific tool or browser, I tried in Chrome but didn't reach to that.
Alles was wichtig ist für ein gutes #design #handoff an den #developer -- hier im #SmashingMagazine Artikel zusammengefasst -- am Beispiel von #figma
https://smashingmagazine.com/2023/05/designing-better-design-handoff-file-figma/
#bestpratices #web #ui #inspect #code
@floehopper it's not gonna break Mocha. The method is defined in Object, you define yours in a subclass, it has precedence.
It's like redefining any other method from `Object` in a subclass, e.g. `#to_s` or `#inspect`.
The reason it broke in RSpec is because they were dynamically copying methods over and were not ignoring methods inherited from objects.
なんで `3` て入力しているのに `(Object doesn't support #inspect)` が出力されるんだ
Weirdness trying to modify #Ruby's default #𝚒𝚗𝚜𝚙𝚎𝚌𝚝 method. If I don't have an #𝚒𝚗𝚜𝚙𝚎𝚌𝚝 method in my #class, I get the usual
"#<𝚌𝚕𝚊𝚜𝚜𝚗𝚊𝚖𝚎:𝚒𝚗𝚜𝚝𝚊𝚗𝚌𝚎 @𝚒𝚟𝚊𝚛=𝚟𝚊𝚕𝚞𝚎, @𝚘𝚝𝚑𝚎𝚛_𝚒𝚟𝚊𝚛=𝚟𝚊𝚕𝚞𝚎>"
But if I define one like this,
def inspect
defval = super
return defval
end
what I get is
"#<𝚌𝚕𝚊𝚜𝚜𝚗𝚊𝚖𝚎:𝚒𝚗𝚜𝚝𝚊𝚗𝚌𝚎 ...>"
And I get anomalous results in the #byebug debugger, defval gets the above result. But if I enter "defval = super" by hand in the debugger, I get the original default output from 𝚒𝚗𝚜𝚙𝚎𝚌𝚝. ?
#Researchers from the #University of #leeds have developed the first #minirobot, called Joey, that can find its own way #independently through #networks of #narrow #pipes #underground, to #inspect any #damage or #leaks. #Joeys are #cheap to #produce, #smart, #small, and #light, and can #move #through #pipes #inclined at a #slope or #over #slippery or #muddy #sediment at the bottom of the#pipes. https://blog.frontiersin.org/2022/11/16/smart-joey-bots-could-soon-swarm-underground-to-clean-and-inspect-our-pipes/
🐳 Pour explorer les fichiers dans une image Docker, j'ai utilisé dive https://github.com/wagoodman/dive sympathique outil interactif qui permet aussi de voir les modifications par couche et potentiellement de travailler sur la taille de vos images.
Interior Decoration in High Wycombe
Your #modern #home #bath and #kitchen need #care from the #specialist. #Interior_Decoration #High_Wycombe does minor to #major #repairs and #maintenance at an #affordable price. We #inspect and #restore any #damages in your home #interiors. #Call us for #same-#day quick service. Call on 07984-314-055
#Website: https://www.highwycombehandyman.com/service/interior-exterior-painting-decorating