Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
iterati
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
iterati
3y ago
the article is critiquing Tolkien's world-building as too simple. I'm struggling to see how his vision of complexity would in any way not require exposition dumps constantly so as not to gloss over something and be too "simpl
2.
▲
by
iterati
3y ago
Overly complicated world-building requires mountains of expository prose to expose the complexity. No one wants that. They want characters and drama and entertainment. If you want world-building over a good story, read an RPG manual.
3.
▲
by
iterati
3y ago
It's an option when you set up your phone as a key. If it didn't delete me and just picked the wrong profile, it'd be a great feature.
4.
▲
by
iterati
3y ago
Is it already open or is it opening? Last time I talked to my friend with an EV Porsche, he wasn't yet able to use the superchargers.
5.
▲
by
iterati
3y ago
Even if she were near, I'd expect it to select her profile and let me select mine. Instead it deletes my profile entirely and I need to reconfigure my seat, mirrors, and any drive settings that are now at default.
6.
▲
by
iterati
3y ago
My partner and I share a Tesla. It's 'mained' under her account. About 25%-50% of the times I enter the driver's seat - it varies depending on the version it's on - it forgets my driver profile and I have to reconfi
7.
▲
by
iterati
3y ago
Same. My table names are also singular.
8.
▲
by
iterati
3y ago
I'm a Relay user on Android, and the creator of Relay has said he may need to charge $3/mo for the app (previously was a buy-once for $2). It's useful enough for me to pay that much, and Reddit has every incentive and right t
9.
▲
by
iterati
3y ago
I'm torn on the Dilemma being my next because I currently still use my pinkys for double quote and quote. The 40 key layout here was what I was considering designing for myself but I'm not a fan of the inner-index offset. The Dile
10.
▲
by
iterati
3y ago
Hard disagree. Keyboards are a tool and should be comfortable to use.
11.
▲
by
iterati
3y ago
Check out the Miryoku layout ( https://github.com/manna-harbour/miryoku ). I use a modified version. For me, that keypress is inner-right-thumb, right index, middle, and pink pressing homerow keys, and the key above my l
12.
▲
by
iterati
3y ago
Most enthusiast split keebs run on QMK or ZMK which allow you to customize the layout as you'd like including features such as layers, one-shot mods (press shift, next key you press is shift+key), macros, and key combos (press jk to em
13.
▲
by
iterati
4y ago
> Cobra rates are quite affordable. I was on Cobra when I was laid off due to covid, and it was $550 a month for top tier healthcare. Those two statements are in odds with one another. $550 is quite a large sum of money to put out each m
14.
▲
by
iterati
4y ago
And, of course, the leadership aren't suffering their mistakes.
15.
▲
by
iterati
4y ago
I've handled this (in Clojure) either by passing a context map through the entire stack or binding some context atom at the top and using it lower down the stack. The binding is less obvious at first glance, so I prefer to pass the con
16.
▲
by
iterati
4y ago
New Jersey and Long Island are not more expensive than what the article talks about.
17.
▲
by
iterati
4y ago
Default gruvbox light's background is a bit too dark, but light+hard has been my goto for the last 6 years or so.
18.
▲
by
iterati
4y ago
This is the same reason I went to gruvbox from solarized. The warmer colors keep their contrast even with Flux[0] late into the night. 0: https://justgetflux.com/
19.
▲
by
iterati
4y ago
I've worked with designers like this. They don't understand the product as much as they think and generally don't get the technical landscape they're dealing with. I've had to push back (successfully) and have produ
20.
▲
by
iterati
4y ago
Finding fun in things you do is different for going to work for fun. When I still worked in an office and commuted, I'd very rarely attend any out-of-work activities. I have my own life and getting home at 10pm so I can have some beers
21.
▲
by
iterati
4y ago
And scams. Don't forget the scams.
22.
▲
by
iterati
4y ago
They are coming out against advertising gambling from countries with lax consumer protection laws. If you play slots on a US-based slot machine, you're free to stream. They previously banned posting links to these sites with affiliate
23.
▲
by
iterati
4y ago
These are the dumbest type of comments. People are doing real world work in FP, but because it's not the work you do (or you're not comfortable doing the work you do in FP) you're deluded to thinking that no real work gets do
24.
▲
by
iterati
4y ago
I still have TIS-100 under the Languages skill section of my resume as an Easter Egg. I haven't played many of Zach's recent games, but SpaceChem, Opus Magnum, and TIS-100 were some of the best puzzle games ever made to me.
25.
▲
by
iterati
4y ago
My ever growing Steam wishlist with titles under $20 agrees with you.
26.
▲
by
iterati
4y ago
There's a study linked in the article about how this isn't statistically how most people work. But you know, it worked for you, so let's just keep doing what we're doing.
27.
▲
by
iterati
4y ago
They continued for 4+ years. That's not lying, that's time passing.
28.
▲
by
iterati
5y ago
Here's but one example: https://en.wikipedia.org/wiki/Banana_Massacre
29.
▲
by
iterati
5y ago
Python is a multi-paradigm language, of which OO is one paradigm it supports.
30.
▲
by
iterati
5y ago
print([x + 1 for x in [1,2,3]])
More ›