Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
arbitrandomuser
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
arbitrandomuser
4mo ago
A lot of people dont know this , also the chatbot (chatgpt) itself is a next token predictor (the GPT) that's been given an initial text that says " pretend to be a chatbot .." and asked to complete it , the coherant chatti
2.
▲
by
arbitrandomuser
4mo ago
hydrogen and deuterium also count as different groups when accounting for optical activity carbon forms 4 bonds , if the 4 things bound to carbon are different then the molecule can be assembled in two ways ( mirror images like your left an
3.
▲
by
arbitrandomuser
4mo ago
oh , is it closed source now ? i couldnt find it on github anymore , github.com/LoopModels returns a 404.
4.
▲
by
arbitrandomuser
4mo ago
hey , what happened to LoopModels ?
5.
▲
by
arbitrandomuser
4mo ago
yup the LSP is bad, there is a new lsp being rewritten based on JET.jl a static code analyzer , this should be faster than the old lsp which kind of runs by loading all the modules into a julia instance and queries it for symbols and docs (
6.
▲
by
arbitrandomuser
6mo ago
julia version existed , https://github.com/Keno/julia-wasm not actively developed anymore
7.
▲
by
arbitrandomuser
6mo ago
doesnt it get annoying when you actually have to type two adjacent j ?
8.
▲
by
arbitrandomuser
8mo ago
when it comes to enabling opportunities i dont think it becomes a matter of shame for them anymore. A lot of people (especially in regions where living is tough and competition is fierce) will do anything by hook or crook to get ahead in co
9.
▲
by
arbitrandomuser
8mo ago
do you print in pla or abs ? how long do pla parts last ? where i live the moisture gets to pla eventually and i cant use it for anything that cant be failproof especially something bearing with a load on it.
10.
▲
by
arbitrandomuser
8mo ago
leap.nvim you press a keybind and then press one or two characters , all instances of that character pair in the viewport will get get a hint (a characteror two in highlight) , hit those two hint keys and the cursor jumps to that location i
11.
▲
by
arbitrandomuser
9mo ago
what is an intrusive data structure?
12.
▲
by
arbitrandomuser
9mo ago
its interesting that the inverse distance formula works for the glow effect, but the photon explnation is incorrect, you dont "see" photons that are intersecting the ray path, you only see the photons reaching your eye , the inten
13.
▲
by
arbitrandomuser
10mo ago
Julia gets this right. casting to both double and int, it does both a floating point compare and an integer compare , then AND them and return
14.
▲
by
arbitrandomuser
10mo ago
onivim also seperated the core functionality of the vim editor into a seperate library libvim , this would have been great for other people looking to make their own gui frontend to vim . neovim does not give a libneovim, but exposes an rpc
15.
▲
by
arbitrandomuser
10mo ago
while technically possible with massive projects like these its not as simple to simply fork it, because of the man hours involved . its better to keep in the product stands enshitification while one uses it or just use something else.
16.
▲
by
arbitrandomuser
10mo ago
carnot theorem does not put an absolute limit , a carnot cycle can have any efficiency as long as you have reservoirs hot and cold enough , besides that if you could be more efficient than carnots cycle at two temperature you can spontaneou
17.
▲
by
arbitrandomuser
10mo ago
Zig structs are "modules" in themselves, apart from c like struct fields , they can have local variables, structs and functions declared and used inside of them . in fact files in zig are just structs !
18.
▲
by
arbitrandomuser
11mo ago
yes but i think branch prediction essentialy makes them zero overhead
19.
▲
by
arbitrandomuser
1y ago
>You don't write kernels in Julia. The package https://github.com/JuliaGPU/KernelAbstractions.jl was specifically designed so that julia can be compiled down to kernels. Julia's is high level yes, but Juli
20.
▲
Show HN: Constructive Solid Geometry with Python in the browser
(arbitrandomuser.github.io)
2 points
by
arbitrandomuser
1y ago
|
0 comments
21.
▲
by
arbitrandomuser
1y ago
The bond energy is also mass . Energy is mass , If you had a nuclear reactor surrounded by gas and this setup ran a turbine which compressed a humungous spring and this whole setup was completely sealed and sits on a gigantic weighing scale
22.
▲
by
arbitrandomuser
1y ago
I made an account on alphaxiv , seemed interesting to tune into discussions and comments on papers I'm interested in. sadly the only active discussions are around LLM this and LLM that.
23.
▲
by
arbitrandomuser
1y ago
The alternative is not programming purely in the repl but to have an editor where you type out your code and from where you can send bits of text to the repl to run and get feedback. All major editors have plugins to do this.
24.
▲
by
arbitrandomuser
1y ago
This imo is a shortcoming of vim on modern systems, the action precedes the selection. I would like to select first have a visual feedback of what I selected before taking action on it . Helix and kakuone have got this right . I often find
25.
▲
by
arbitrandomuser
1y ago
I just want to put this hack here which enables the toy servos with a very high accuracy and repeatability https://youtu.be/ECLrLupFW10?si=dQPSq-hjMTaVGuQS
26.
▲
by
arbitrandomuser
1y ago
That was the old one , the DE version lags only for the player with poor network ( cpu performance stutter of one player affect all players though )
27.
▲
by
arbitrandomuser
2y ago
What am I paying for if it's running on my system ? Not asking to deride , but could you elaborate what value this adds over simple installing python on my system ?
28.
▲
by
arbitrandomuser
2y ago
What does it matter which tool-chain they use . I can understand if the difference is it made it notably slower or they dropped some features because they couldn't get it done in rust . But purely as an end user why would it matter if
29.
▲
by
arbitrandomuser
2y ago
This! i prefer tags over folders for this reason. All notes go into single folder , no sub directories . Because a note can have multiple classifications a tree structure is not natural way to organize them. Add tags , if you have note taki
30.
▲
by
arbitrandomuser
2y ago
How did that work though ? Isn't bitcode tied to a target triplet ?
More ›