Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
btbuilder
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
btbuilder
2mo ago
Excellent improvement. The server-side complexity required to handle sessions has been a large burden both on infrastructure and on educating teams on its characteristics.
2.
▲
by
btbuilder
5mo ago
~1.5 billion train journeys a year is “functional”.
3.
▲
by
btbuilder
8mo ago
0C = Frozen!
4.
▲
by
btbuilder
11mo ago
It’s hard to answer without specifics but languages shouldn’t require you to determine whether it’s safe to use an api in an async context or whether it will hang your app. I imagine some of the sharp edges you might have run into are becau
5.
▲
by
btbuilder
11mo ago
This is fantastic progress for CPython. I had almost given up hope that CPython would overcome the GIL after first hitting its limitations over 10 years ago. That being said I strongly believe that because of the sharp edges on async style
6.
▲
by
btbuilder
11mo ago
Right, in a 3rd-party library.
7.
▲
by
btbuilder
1y ago
Segfaults with no use of “Unsafe” equivalents in managed languages can give immediate indication it’s not a code problem.
8.
▲
by
btbuilder
1y ago
I believe the driver silently swapped the textures to lower quality ones that looked worse but gave a performance boost.
9.
▲
by
btbuilder
1y ago
That’s not my experience but it’d be interesting to from others on the matter.
10.
▲
by
btbuilder
1y ago
TR in the US makes sockets harder to use, but I have never heard anyone complain about TR in the UK, as the earth/ground pin is always present, and is physically longer than the live and neutral, so mechanically it is reliable and unno
11.
▲
by
btbuilder
1y ago
The shutter prevents someone (including children) shoving something metal into the live/hot. I have never heard of it failing. Newer US outlets (TR/tamper resistant) are way more finicky because of the optional ground pin. Stickin
12.
▲
by
btbuilder
2y ago
The switching of command and service in the argument order from the init script days still catches me out. foo restart vs restart foo
13.
▲
by
btbuilder
2y ago
It at least has the virtualization framework now. There’s a product called Anka that plugs into Jenkins and lets you deploy macOS VM images as build agents on top of physical Apple hardware. While slower than containers, and limited to 2 VM
14.
▲
by
btbuilder
2y ago
I mean, it worked for Boeing[1] too. 1 - https://www.theregister.com/2020/04/02/boeing_787_power_cycl...
15.
▲
by
btbuilder
2y ago
There’s a link in the article but here it is with a time code for the start of the simulation. https://youtu.be/07_m7HHiZRw?t=39
16.
▲
by
btbuilder
2y ago
Assembly of the phone or device using the processor.
17.
▲
by
btbuilder
2y ago
Do the chips get shipped to China for assembly?
18.
▲
by
btbuilder
2y ago
input_string = "VMS" output_string = ''.join([chr(ord(char) + 1) for char in input_string]) print(output_string)
19.
▲
by
btbuilder
2y ago
Pump filling times should be compared with DC-fast charging times as L2 is normally what you do at home when you don’t care too much about how long it takes. F150 will DC fast charge 15% -> 80% in “around 32 minutes”. Level 2 takes 10 ho
20.
▲
by
btbuilder
2y ago
While it’s more how they are used, imo optional is abused to the point it adds complexity. You don’t avoid handling null, but now you have to deal with present or not. Therefore you’ve gone from 2 states to 3. Use of value or null is simple
21.
▲
by
btbuilder
2y ago
I always choose the “essential cookies only” option. This is normally harder than accepting all cookies, but it is getting easier over time. I rarely see a site that has essential-only.
22.
▲
by
btbuilder
2y ago
When looking for a reverse proxy that is performant on Windows and Linux around 5 or 6 years ago the options were very limited. Traefik is what we ended up using. I haven’t checked recently but at the time nginx on Windows used select() and
23.
▲
by
btbuilder
2y ago
Press F12 and dust off your Dabs Press BASIC WIMP programming for the Acorn… A machine that you could code up a full GUI application with the BASIC interpreter in ROM, enabling children everywhere to which a C compiler was Unobtainium.
24.
▲
by
btbuilder
3y ago
Six Frigates is an excellent book about the origins of the U.S. Navy. It also gives a little insight into how quickly Britain and the U.S. aligned themselves, helped in part by the French Revolution.
25.
▲
by
btbuilder
3y ago
Meridian Audio have been making active digital speakers for over 25 years. SPDIF input to every speaker with custom DSP to do digital crossover tuned to the cabinet and particular cones.
26.
▲
by
btbuilder
3y ago
I’ve been reading about negligence around controls of this process for over 15 years. If folks don’t know already they should realize that section 702 was only passed after it became public that this surveillance was already happening with
27.
▲
by
btbuilder
3y ago
The kubernetes plug-in for Jenkins works well for us, and as the checkout/clone happens in the pod you don’t have the workspace bind mount problem. We are using docker-in-docker at the moment but looking at buildah. We do parallel wind
28.
▲
by
btbuilder
3y ago
I bent a few pins in a VGA connector due to misalignment once. This was when the cable was hardwired into the monitor!
29.
▲
by
btbuilder
3y ago
Air sourced heat pump?
30.
▲
by
btbuilder
3y ago
Copyright holder can always switch to any license they want. Difficulties only emerge if there are multiple copyright holders because contributors weren’t required to assign copyright. Workarounds include rewriting or removing the code owne
More ›