Readit News logoReadit News
bastih commented on World's darkest and clearest skies at risk from industrial megaproject   eso.org/public/news/eso25... · Posted by u/Breadmaker
zeristor · 8 months ago
I looked up bortle and Portugal, and Google gave my a light pollution map. I still don’t know what bortle means…

https://www.lightpollutionmap.info

bastih commented on Rapid colonization of a space-returned Ryugu sample by terrestrial microorganism   onlinelibrary.wiley.com/d... · Posted by u/f1shy
bastih · 9 months ago
Color me a bad reader: what does this mean? The abstract pretty much leaves me in the abstract.
bastih commented on Show HN: Online database diagram editor   github.com/drawdb-io/draw... · Posted by u/1ilit
larodi · a year ago
Having spent fair amount of time on inf.architectural position, I’d really love these tools to also adapt some sort of markup. Sequencediagram.org being perfect example (and others alike) where it takes seconds to put a diagram that otherwise takes hours to prepare. Sadly I know of no standard and lightweight markup for E/R modelling…

Mermaid is good for flowcharts, but we still lack reasonably good one for BPMN and enterprise diagrams. (BPMN.io is great but lacks its own lang)

bastih · a year ago
What about plantuml - covers a fair bit of ground!
bastih commented on Memray: Python memory profiler   bloomberg.github.io/memra... · Posted by u/bx376
bastih · 2 years ago
I have a lot of praise for using Memray as part of working out some memory kinks in a codebase I’m working on. It allowed me to quickly iterate on some hunches and then enshrine the resulting memory savings in tests via pytest-memray.
bastih commented on Building the coordinate system for an infinite spreadsheet   quadratichq.com/blog/2023... · Posted by u/swyx
bastih · 2 years ago
Other spreadsheets solve this by updating references if you need to add more columns and rows (or at least they try). Is the additional complexity of the infinite grid something that customers actually need?
bastih commented on Ccache – a fast C/C++ compiler cache   ccache.dev/... · Posted by u/peter_d_sherman
iveqy · 3 years ago
If you doing it locally only, I don't see the difference from make that will just keep your old .o files.

If you using it distributed between different developer, how do you make sure the cache result is secure? A shared cache where everyone can contribute to is really hard (impossible?) to make secure. Someone could add malicious code the cache that then everyone will use.

bastih · 3 years ago
To combat this scenario, we only had build servers populate the cache. Clients were readonly to the cache, so they would benefit from anything that build servers had already built, which covered 95%+ of what clients usually had to rebuild.

Also release builds were excluded from caching, to prevent any form of poisoning there.

bastih commented on Ccache – a fast C/C++ compiler cache   ccache.dev/... · Posted by u/peter_d_sherman
oau123 · 3 years ago
Also known as Makefile :P
bastih · 3 years ago
Gotta be one hell of a makefile.
bastih commented on SPWN – A programming language that compiles to Geometry Dash levels   github.com/Spu7Nix/SPWN-l... · Posted by u/memorable
bastih · 4 years ago
Took me 5 mins to figure out what "Geometry Dash levels" are. Should probably link to the game and show an example screenshot in the README?
bastih commented on Ask HN: What is your “I don't care if this succeeds” project?    · Posted by u/as89
necovek · 5 years ago
It's amazing how we are repeatedly going full circle: we managed to stigmatize a completely natural farting sound (you are in a bathroom so the smell is contained), and then come up with "solutions" to feel free to produce the same sounds.

It took me a while, but I've convinced my wife that farting is ok, and that you should only worry about subjecting others to lousy odours, and even that only when you are visiting someone or some place (indoors). Closing the door usually resolves this. The stigma is especially bothersome with a naturally shy toddler who wouldn't take a dump anywhere but home.

FWIW, music does not stop people walking into smelly toilets, but to each their own. :)

The product likely even makes sense, I just find the phenomena curious and sometimes infuriating (like with my toddler).

bastih · 5 years ago
My room was next to said bathroom with rather thin walls, so I always appreciated the sound at least be a bit played down by the music.

Another side effect was that you always knew when the bathroom was in use (aside from someone forgetting to turn the light off, which you now had radio playing to remind you off).

bastih commented on Ask HN: What is your “I don't care if this succeeds” project?    · Posted by u/as89
testmasterflex · 5 years ago
https://loodio.com - A smart device for bathroom privacy

I built it for myself because I just hate not having privacy living with my girlfriend. Then some other people enjoyed it and I made it into a product that is launching on Kickstarter soon.

bastih · 5 years ago
My parents just had the radio hooked up to the same circuit that was driving the bathroom lights. You enter the room, turn on the lights and there was instant audio. Makes sense to put this into a product.

u/bastih

KarmaCake day144September 10, 2009View Original