Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
oatmealsnap
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
oatmealsnap
7mo ago
There are skills available that might help you out. The “superpowers” set from Anthropic is really impressive. The idea is, you want to build up the right context before starting development. I will either describe exactly what I want to bu
2.
▲
by
oatmealsnap
4y ago
I use my old MacBook Air as a server. Really easy to set up out of the box.
3.
▲
by
oatmealsnap
5y ago
That's always a concern, though. Node has breaking changes, too.
4.
▲
by
oatmealsnap
5y ago
15% is most likely too much to ignore. Most web developers have had to support IE11, which is at like, 3-4% tops.
5.
▲
by
oatmealsnap
5y ago
hey, just like web development.
6.
▲
by
oatmealsnap
5y ago
I mean, there's a time and a place for speed reading. Part of being good at speed reading is identifying the areas you need to slow down for and pay attention to. Another aspect of writing code is to think about future speed readers. C
7.
▲
by
oatmealsnap
5y ago
That's not how I see jQuery hate. jQuery promotes bad development patterns, AND brings a cost for end users. Developers will do themselves and futures devs a favor by not choosing to use it. Is it really gatekeeping to expect people to
8.
▲
by
oatmealsnap
6y ago
I thought this was a parody post.
9.
▲
by
oatmealsnap
6y ago
Could it be used as a Linux desktop environment? I.e. Alternative to Gnome? I would love to be able to contribute improvements to the desktop environments I use, but I don’t have the time to learn languages that aren’t applicable to my dail
10.
▲
by
oatmealsnap
6y ago
Yea, far more web developers know PHP than Ruby or Python. Python devs don't necessarily know web development, and Ruby is pretty old-school (I don't mean that in a bad way, it's just not what they teach these days and not as
11.
▲
by
oatmealsnap
6y ago
I know several people look at the 3090 for ML use, due to its extra RAM. Hobbyists, not companies. Do you mean "enterprise ML"? Like, if I ran an ML company I wouldn't be looking at these cards?
12.
▲
by
oatmealsnap
6y ago
Yea, I get 60fps @1440p on an 8 year old AMD GPU, no issues. I haven't checked the actual frame rate, but I've not noticed any dropped frames.
13.
▲
by
oatmealsnap
6y ago
Same experience. I tried, but Linux just isn’t ready to be used as a general OS right now. I’ve dug through message boards and bug reports, and a lot of the features that MacOS has will never be implemented. I’m taking about features releas
14.
▲
by
oatmealsnap
6y ago
Code for the developer that comes after you, not for yourself. If you’re going to implement a coding style, make it easy to follow. Provide a linter that works with multiple editors, and that can automatically fix common problems or design
15.
▲
by
oatmealsnap
6y ago
Ok, I'll just rewrite my clients' entire website using a trendy, brand new JS framework that is built on top of an ever-changing trendy JS library, requiring the entire site to be compiled from scratch when my client wants to upda
16.
▲
by
oatmealsnap
6y ago
Audible does. I believe it even syncs it with your Kindle books, if you purchased both versions. I was surprised when I saw the Apple Books app didn't have that feature. Seems like a no-brainer to include.
17.
▲
by
oatmealsnap
6y ago
Wow, thank you for sharing! I'm guessing those are all D3 5.x?
18.
▲
by
oatmealsnap
6y ago
You’ll find this to be really helpful. https://every-layout.dev/ For practice, try dropping React and simply build the layout you want. When you’re happy, rebuild it with React.
19.
▲
by
oatmealsnap
6y ago
That might be true, but the radio buttons aren’t coded up correctly.
20.
▲
by
oatmealsnap
6y ago
Pretty sure that exists in Firefox
21.
▲
by
oatmealsnap
7y ago
Nobody makes money off flat-earth and anti-vax conspiracies, either. Of course, anyone can write a book about their experiences on X fad.
22.
▲
by
oatmealsnap
7y ago
There must be open source editors available that have feature parity with 12yo software.
23.
▲
by
oatmealsnap
7y ago
Two tips: I can't download that file without logging in to a OneDrive account. I'm human, and I have no idea what that is for.
24.
▲
by
oatmealsnap
7y ago
I've never worked with React, but I have worked on giant AngularJS (1.x) apps and medium-sized Vue apps. I've only seen performance issues on pages with long repeated lists that create a lot of $watchers. This is fairly straight-f
25.
▲
by
oatmealsnap
7y ago
Yea, it was even causing my keyboard to lag. Keystroke queued up, but the key press state (enlarged visible letter above your finger) was really delayed.
26.
▲
by
oatmealsnap
8y ago
Why is it difficult? It's just a command line tool with a config file. I'm not familiar with this tool, but with Babel, you wouldn't use it to bundle your code. That's what Webpack/Rollup/Parcel is for. If you
27.
▲
by
oatmealsnap
8y ago
Why?
28.
▲
by
oatmealsnap
8y ago
200W still seems really high. A +10yo MacBook Pro used an 85W charger, and it rarely if ever reached that max. I find it hard to believe that even an old gaming laptop would require over twice that.
29.
▲
by
oatmealsnap
8y ago
Isn't it up to [competing music service] to implement this? Podcasting apps work with Shortcuts, so I don't see why [competing music service] wouldn't work.
30.
▲
by
oatmealsnap
8y ago
I'm the opposite. I hate seeing code syntax mixed with markup syntax. You can end up with hard to parse views (reminds me of PHP and Rails), and abstracts the final HTML structure from the developer. I think a much nicer way to work wi
More ›