Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
throwawaymaths
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
throwawaymaths
10mo ago
too many features. tryhard vibe
2.
▲
by
throwawaymaths
10mo ago
this time in lua. cloudflare can't catch a break
3.
▲
by
throwawaymaths
10mo ago
> As a very very heavy LLM user, I also notice that projects tend to be much easier for LLMs (and humans alike) to work on when they use opinionated well-established frameworks. i have the exact opposite experience. its far better to ha
4.
▲
by
throwawaymaths
10mo ago
have you ever deployed an erlamg system? the biggest bugbear for concurrent systems is mutable shared data. by inherently being distributable you basically "give up on that" so for concurrent erlang systems you ~mostly don't
5.
▲
by
throwawaymaths
10mo ago
ironically with zig most of the things that violate expectations are keywords. so you run head first into a whole ton of them when you first start (but at least it doesn't compile) and then it you have a very solid mental model of wha
6.
▲
by
throwawaymaths
10mo ago
yeah, its a better c, but like wouldnt it be nice if c had stadardized fat pointers so that if you move from project to project you don't have to triple check the semantics? for example and like say 50+ "learnings" from 40 y
7.
▲
by
throwawaymaths
10mo ago
and you can have good races too (where the order doesnt matter)
8.
▲
by
throwawaymaths
10mo ago
'const expected = [_]u32{ 123, 67, 89, 99 };' constant array with u32, and let the compiler figure out how many of em there are (i reserve the right to change it in the future)
9.
▲
by
throwawaymaths
10mo ago
why would you need batteries included? the ai can code most integrations (from scratch, if you want, so if you need something slightly off the beaten path it's easy
10.
▲
by
throwawaymaths
10mo ago
> suspend/resume special @asyncSuspend and @asyncResume builtins, they will be the low level detail you can build an evented io with. new Io is an abstraction over the higher level details that are common between sync, threaded, and
11.
▲
by
throwawaymaths
10mo ago
IDK being able to produce a good product in a corpo environment sure sounds like a competency issue. > how hard it is for top performers to make change then you're not a top performer anymore? seems pretty straightforward > they
12.
▲
by
throwawaymaths
10mo ago
i am not familiar with rust and i gave up on python async years ago so i have no frame of reference here. but im really not sure why theres a need to distinguish between tasks and non tasks? importantly in zig the execution isnt just limit
13.
▲
by
throwawaymaths
10mo ago
i haven't. do people still use the "class" keyword?
14.
▲
by
throwawaymaths
10mo ago
the io isnt a single resource? it's a module grouping together a pile of code. and you can swap out implementations. the io modules should be responsible for handing out many failable resources, and synchronization is going to be
15.
▲
by
throwawaymaths
10mo ago
i mean not really? it absolutely does nothing to segregate stateful impurity into a type theoretically stateless token
16.
▲
by
throwawaymaths
10mo ago
run code anywhere hamstrung by 90s syntax and hidden code indirections
17.
▲
by
throwawaymaths
10mo ago
how do you "fail to obtain the token"?
18.
▲
by
throwawaymaths
10mo ago
is it not the case that in zig, the execution happens in a_future.await? I presume that: io.async 1 stores in io "hey please work on this" io.async 2 stores in io "hey also please work on this" in the case where io is ev
19.
▲
by
throwawaymaths
10mo ago
Pretty sure the Zig team is aware of this and has plans to fix it before they re-release async.
20.
▲
by
throwawaymaths
10mo ago
1) zig's io is not a viral effect type, you can in principle declare a global io variable and use it everywhere that any library calls for it. Not best practice for a library writer, but if you're building an app, do what you wan
21.
▲
by
throwawaymaths
10mo ago
it is what it is. i didnt write it, i was surprised when i read it too. > This document contains the rules that govern these spaces only: > The ziglang organization on Codeberg > #zig IRC channel on Libera.chat > Zig project de
22.
▲
by
throwawaymaths
10mo ago
Aside from the Chernobyl part, that's basically Andromeda strain
23.
▲
by
throwawaymaths
10mo ago
The website is not covered by the CoC, so they are not in abeyance
24.
▲
by
throwawaymaths
10mo ago
read the CoC carefully, it says which spaces are governed by it. the website does not seem to be. that's deliberate, the CoC only applies to "working" spaces.
25.
▲
by
throwawaymaths
10mo ago
coc says this: > This document contains the rules that govern these spaces only: > The ziglang organization on Codeberg > #zig IRC channel on Libera.chat > Zig project development Zulip chat doesnt seem to include the zig page!!
26.
▲
by
throwawaymaths
10mo ago
also to remember that thorium is the dominant radioactive byproduct of "rare" earth metal refinement; so they're probably isolating large amounts of it so might as well figure out something to do with it.
27.
▲
by
throwawaymaths
10mo ago
that makes no sense at all.
28.
▲
by
throwawaymaths
10mo ago
I think there's a space for something that wraps an llm (especially multimodal) to do something that's halfway to agentic. Yes you could do it yourself but it's not worth it to you to figure out prompts etc, especially when
29.
▲
by
throwawaymaths
10mo ago
Yes, you can also achieve this, presumably less efficiently, with Lora training.
30.
▲
by
throwawaymaths
10mo ago
That is not the case.
More ›