Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
scripturial
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
scripturial
1y ago
How else do you compare “web frameworks” except foe comparing their overhead? No everyone wants to write a database application. There are absolutely other types of applications in the world. Applications can be CPU and/or memory bound
2.
▲
by
scripturial
1y ago
I have not seen any evidence that would lead to a conclusion one way or another.
3.
▲
by
scripturial
1y ago
How would they detect it? If the interface with Apple is simply an API to fetch and upload data. How would they know if the underlying physical machine is an Apple built computer running Linux, or a dell built computer running Linux?
4.
▲
by
scripturial
1y ago
It allows automated builds of an Xcode project on a CI machine, VPS, or docker instance.
5.
▲
by
scripturial
1y ago
I’m curious, would Apple know if you are building on Linux on a Mac, or building on Linux on PC?
6.
▲
by
scripturial
1y ago
This is already relatively large for this type of display. There is no market for these types of screens at a larger size. (They are mostly used in products that are not connected to a computer such as a controller panel for a factory, or m
7.
▲
by
scripturial
1y ago
Parts for something like this? $1 ESP32, $5 LCD, $2 lithium battery, $5 3D printed case. Assembly? (Depending on quantity) maybe $5. This is max $20 to build. I guess if you want something like this but don’t have time to build it it could
8.
▲
by
scripturial
1y ago
Cloudflare is a US company right? One assumes it’s controlled (if not directly, then indirectly) by US intelligence interests. That would protect it from non US intelligence influence would it not?
9.
▲
by
scripturial
1y ago
Yes, in rust, the package manager has built in rules about when to update a package. It won’t auto update a major version change because it implies a change that breaks something. As long as your package is safe to auto update you don’t wan
10.
▲
by
scripturial
1y ago
It’s a rust crate that depended on c and is now literally “rewritten in rust”
11.
▲
by
scripturial
1y ago
It’s a rust crate designed to be a native rust replacement for a rust c wrapper crate. It’s faster and easier to link to in rust projects. How would you even tell people you made a better rust crate without using the word “rust?”
12.
▲
by
scripturial
1y ago
One of the reasons I quit rust is literally because having 4-5 projects checked out that use serde would fill my laptop drive with junk in a few weeks.
13.
▲
by
scripturial
1y ago
I remember coding games for the C64 with an 8 sprite limit, and having to swap sprites in and out for the top and bottom half of the screen to get more than 8.
14.
▲
by
scripturial
1y ago
You could save five minutes by typing faster _and_ also spend five minutes thinking. You are not considering all of the indirect effects. I.E. Someone who types twice as fast is more likely to be comfortable to throw in that extra line of d
15.
▲
by
scripturial
1y ago
It will if your certs are managed via a git repo.
16.
▲
by
scripturial
1y ago
Where did these laws come from, why do they exist? My childhood (independent playing outside, going to the park by yourself, etc…) is not literally illegal, or did these laws always exist and no one cared?
17.
▲
by
scripturial
1y ago
Interesting hypothesis, I’ve not heard it before. It would suggest that atheists and nominal/non practicing religious people would decrease in number over time (whereas in the pre industrialized world everyone was incentivized to have
18.
▲
by
scripturial
1y ago
So don’t bother to optimize anything?
19.
▲
by
scripturial
1y ago
I am genuinely surprised to find out that some people leave large sums of money in these types of non-bank services. Why don’t people move the money out? Is it too much trust of the competence of these organisations?
20.
▲
by
scripturial
1y ago
Whether it is a person or an AI bot, if the end result is indistinguishable from an AI chat bot, then it is effectively for all intents and purposes just an AI chat bot.
21.
▲
by
scripturial
1y ago
I’ve never tried because I’m on Mac these days, but can’t you meet the licensing rules by using a Mac vps for 10 minutes to do a build, or even just use GitHub actions? (I read that GitHub actions provides a Mac build option but I’ve not tr
22.
▲
by
scripturial
1y ago
This is exactly what I was thinking about. Back then there wasn’t an anti google sentiment (or if so, it wasn’t strong) But now this sentiment would hinder a new language. Thankfully go has launched well enough that I think it can live on a
23.
▲
by
scripturial
1y ago
> Apple software updates have been slowly declining in quality ever since his dea For years I installed all Apple software updates instantly and without reserve. These days I wait for at least the .1 release, after being bitten a few tim
24.
▲
by
scripturial
1y ago
The allure of the perfect notes and todo app. Having gone through phases of various modern todo and note apps over the years, I’ve finally let it go and decided to embrace just using text files. (Neovim for me, not that it matters which te
25.
▲
by
scripturial
1y ago
At minimum, these days, if you dont use strncpy instead of strcpy, you’ll have to suffer through every man and his dog (or AI tool) forever telling you to do otherwise. (For me this is one of the main arguments of using zig, a lot of these
26.
▲
by
scripturial
1y ago
Early on it was risky to choose go, as it really wasn’t clear if go could achieve mainstream adoption. That said, in hindsight, it really should have been obvious. If I myself saw its benefits over the incumbents, I should have realized I w
27.
▲
by
scripturial
1y ago
Go has a standard code style, everyone agrees to use the same format and all our code becomes easier to read and standardized. Go is very much faster, you save time and money on computing resources. Go has built in testing and type support,
28.
▲
by
scripturial
1y ago
If you think about it, every function already declares what it needs simply by actually using it. You know if a function needs another function because it calls it. So what exactly are you asking? That the programmer insert a list of depend
29.
▲
by
scripturial
1y ago
> There is no such thing as a "language brain" or a "math brain" Tell that to the people who designed the study, the people that approved the study, and the people that funded the study. At the end of the day, the stu
30.
▲
by
scripturial
1y ago
A company can lock the hardware but not the software, or lock the software but not the hardware? I’ve not heard this idea before, it sounds like an extremely logical idea. It would easily be achieved by splitting apple in two. I wonder if t
More ›