Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gregwebs
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
31.
▲
by
gregwebs
7mo ago
The difference is that Go has its own linker rather than using a system linker. Another article could explain the benefits of tighter integration and the drawbacks of this approach. Having its own toolchain I assume is part of what enables
32.
▲
by
gregwebs
10mo ago
Functional programming is immutable by default. TypeScript and many other typed languages don't really stop you from clobbering things, particularly with concurrency. Rust does. But immutability with GC is a lot easier to use than Rust
33.
▲
by
gregwebs
11mo ago
The recent move away from phonics has been disastrous, and states that are using phonics now are seeing better results. > Some have called it the “Mississippi miracle” ... > A clear policy story is behind these improvements: imposing
34.
▲
by
gregwebs
1y ago
Is there a way to just use this as a computer monitor? That’s what the Viture glasses are and it’s great to have a portable monitor that focuses at a longer distance.
35.
▲
by
gregwebs
1y ago
Navidrome looks nice but it looks like it is Desktop only. I am using Plexamp as well. I tried some alternatives but couldn't get them to work reliably. People miss Plexamp as an option because they try the regular Plex app and not the
36.
▲
by
gregwebs
1y ago
The book Born Fighting by Jim Webb explains the historical and cultural background of the Scotch Irish including how they value bravery and have been ready to fight for their freedom and beliefs.
37.
▲
by
gregwebs
1y ago
I like Orion on iOS- it’s Safari without all the ads showing up. I can run the DarkReader extension at night just like Safari. Unfortunately it’s the most unstable software on my phone- at times regularly freezing up and then I switch back
38.
▲
by
gregwebs
1y ago
I switched from Oh My Zsh to ZimFW because they have benchmarks showing it is faster: https://github.com/zimfw/zimfw
39.
▲
by
gregwebs
1y ago
Texas is one of the best climates in the US for renewables but in locations with less sun and wind the math will be different. That math includes batteries for load shifting of which Texas is installing a lot. As renewable generation increa
40.
▲
by
gregwebs
1y ago
Liftosaur is an interesting project in this space that I use for tracking my weight lifting. The lifting routine is programmable and shareable. They have a database of exercises that are based around linking to YouTube videos. https:/
41.
▲
by
gregwebs
1y ago
I passed SOC2 with dependabot set to only perform security updates
42.
▲
by
gregwebs
1y ago
There are several existing Go error libraries with a similar approach sans context. The approach I ended up taking is to use slog attributes. It allows for reuse of existing logging attributes. This is explained here (skip to the “adding me
43.
▲
by
gregwebs
1y ago
Not all impure iterators can be resumed. But any pure iterator can be converted to a resumable iterator with a generic conversion function.
44.
▲
by
gregwebs
1y ago
Have you tried working with recruiters? I don’t have recommendations for how to find them, but they find me on LinkedIn and it has lead to my last 2 job opportunities and most of my interviews.
45.
▲
by
gregwebs
1y ago
This is one of the most disturbing articles I have seen related to reproducibility because it seems to imply that scientists don’t already know this.
46.
▲
by
gregwebs
1y ago
One definition of legacy code I have seen is code without tests. I don't fully agree with that, but it is likely that your untested code is going to become legacy code quickly. Everyone should be asking AI to write lots of tests- to me
47.
▲
by
gregwebs
1y ago
Luxury apartments prevent gentrification. Unoccupied housing or otherwise housing purely for investment is certainly a problem. If they aren’t renting at least with AirBnB they would actually be better served by holding gold in many cases.
48.
▲
by
gregwebs
1y ago
There’s an explanation that earth’s magnetic field is now so weak that a normal solar wind ended up breaking through a vulnerable spot. Very poorly explained right now by Space Weather News. I am waiting for an updated explanation.
49.
▲
by
gregwebs
1y ago
I love warp but I always turned the AI off- the GUI improvements were enough for me. I have maintained a general rule for a long time now that when manual commands are run on production, someone else must be watching what’s going on and app
50.
▲
by
gregwebs
1y ago
Is there a proactive way to defend against invisible Unicode attacks?
51.
▲
by
gregwebs
1y ago
Unfortunately I don't know. We have gotten rid of a lot of old toys and made sure our kitchen and plates are lead free and did some of that before a retest and that may have helped some. We are going to retest now that he is older and
52.
▲
by
gregwebs
1y ago
Most of the lead in baby food comes from the industrial processing. So if you grow your own apples and make your own apple sauce and don't put industrial processed spices in it it's likely not going to have any detectable lead in
53.
▲
by
gregwebs
1y ago
Another poster linked to this study that states [1] Existing rates of lead absorption are about 30 times higher than inferred natural rates [1] https://sci-hub.se/https://pubmed.ncbi.nlm.nih.gov/14334
54.
▲
by
gregwebs
1y ago
Another poster linked to this study that states [1] Existing rates of lead absorption are about 30 times higher than inferred natural rates It's not the case that all soil is contaminated with lead that then ends up in high le
55.
▲
by
gregwebs
1y ago
Often times prop 65 is a lead issue. But perhaps most often it means that the company doesn't want to bother testing for lead rather than that the item definitely has lead. With all things, be strategic- the importance of avoiding prop
56.
▲
by
gregwebs
1y ago
I am glad you are finding the time to avoid contaminated industrial processed food. In the apple sauce contaminations the apple sauce is always cinnamon flavored. When tested for various heavy metals, cinnamon usually has unsafe levels of h
57.
▲
by
gregwebs
1y ago
This is a great article on the biology of lead exposure. Unfortunately on the exposure side research wasn’t done and it propagates the myth that lead exposure is only an issue for those with lead pipes or lead paint. It’s true that these ar
58.
▲
by
gregwebs
1y ago
I use this timer which has the advantage of being portable: https://gymboss.com/
59.
▲
by
gregwebs
1y ago
What you want is at odds with energy efficiency and is therefore being made illegal https://blog.medcram.com/uncategorized/new-department-of-ene...
60.
▲
by
gregwebs
2y ago
AI blows me away when asked to write greenfield code. It can get a complex task using hundreds of lines of code right on the first try or perhaps it needs a second try on the prompt and an additional tweak of the output code. As things move
More ›