Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bastih
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
bastih
1y ago
But that will make links unstable - or OP needs to to turn ambiguous links into some dispatching view.
2.
▲
by
bastih
2y ago
https://www.handprint.com/ASTRO/bortle.html
3.
▲
by
bastih
2y ago
Color me a bad reader: what does this mean? The abstract pretty much leaves me in the abstract.
4.
▲
by
bastih
2y ago
What about plantuml - covers a fair bit of ground!
5.
▲
by
bastih
3y 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.
6.
▲
by
bastih
3y 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?
7.
▲
by
bastih
4y 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.
8.
▲
by
bastih
4y ago
Gotta be one hell of a makefile.
9.
▲
by
bastih
5y 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?
10.
▲
by
bastih
6y 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
11.
▲
by
bastih
6y 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.
12.
▲
by
bastih
6y ago
Good post to plug the documentary "Tim's Vermeer" ( https://www.imdb.com/title/tt3089388/ ), which is a joy to watch as they try to reverse-engineer the particular style Vermeer painted in.
13.
▲
Securing Custom Protocols with Noise
(grund.me)
2 points
by
bastih
6y ago
|
0 comments
14.
▲
by
bastih
7y ago
my bad: meant multiline lambdas.
15.
▲
by
bastih
7y ago
Both standard library and other libs make use of them, so you often can't just ignore exceptions. Also agree on your point - I'm not saying I like exceptions, I like explicitly passing type-encapsulated results/errors more fo
16.
▲
by
bastih
7y ago
1. no 2. no, not really - however there may be libraries that python has that ruby doesn't have Side note: Ruby has more syntax to grok, which makes it harder to read (for me). On the other hand Python does have its own idiosyncrasies
17.
▲
by
bastih
7y ago
> The noexcept specifier protects C++ program from memory leaks and potentially other undesired behaviors brought by throwing exceptions. While I agree with the presented observation, just letting the exception bubble up to the top would
18.
▲
by
bastih
7y ago
Having gone through writing a couple of iterations of these, I went back to settling on `PATH="./scripts/:$PATH"`, which in my project root dirs (where I spend 99% of my time anyway on the shell) just works. Sure, this c
19.
▲
AWS speeds up Redshift queries 10x with AQUA
(techcrunch.com)
3 points
by
bastih
7y ago
|
0 comments
20.
▲
Half of the world’s habitable land is used for agriculture
(ourworldindata.org)
1 points
by
bastih
7y ago
|
0 comments
21.
▲
by
bastih
7y ago
They also have a presence on Spotify, great for offline listening.
22.
▲
by
bastih
7y ago
I love when reality pokes holes into clean code and perfectly reasonable assumptions made.
23.
▲
by
bastih
7y ago
There is a good amount of research on software engineering, I love love love "Making Software: What Really Works, and Why We Believe It" by Andy Oram, as it demonstrates the non-opinion-based way of thinking about software enginee
24.
▲
by
bastih
7y ago
That is great. Love how smooth it looks.
25.
▲
by
bastih
7y ago
I'd be in the same camp. LEGO scales nicely with age, it doesn't suddenly become boring.
26.
▲
by
bastih
7y ago
One guess would be that people have become afraid to step in.
27.
▲
by
bastih
7y ago
Container tabs have made my life much easier, as I'm managing a number of Amazon accounts, and being able to do that side-by-side is a life-saver.
28.
▲
by
bastih
7y ago
This may just be me, but when I was in charge of hiring a team, I ended up passing on sleep-foregoing candidates (often that wasn't the only thing, but it was a big factor for me). To this day, candidates that don't take care of g
29.
▲
by
bastih
7y ago
I've become quite fond of Amethyst ( https://github.com/ianyh/Amethyst ). Especially it's 3Column Middle Wide layout in combination with swapping windows using the mouse and mouse pointer being placed in the mi
30.
▲
by
bastih
7y ago
Out of curiosity, which topics would you have liked to be taught in a more structured way?
More ›