Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zevv
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
zevv
2mo ago
Of course also in this case it helps - sandbox it so it does not leak info between sessions. Global agent memory is like sharing your browser cookies over all domains.
2.
▲
by
zevv
2mo ago
So many "Look what my LLM did now" posts. It's not that hard: Do not rely on your agent to behave when it comes to security, ever . Do not trust your agent to not access your files. Do not trust your agent to not drop your t
3.
▲
by
zevv
3mo ago
Halt And Catch Fire!
4.
▲
by
zevv
4mo ago
... which is from now on used by AI song generators to make sure their songs are not marked as AI generated by said tool.
5.
▲
by
zevv
8mo ago
Not really that surprising: all logic that used to be in the code is now in the model; the only code that is left is some glue to connect the outside world to the number crunching, just like Llama2 runs your LLMs with only 700 lines of C. T
6.
▲
by
zevv
8mo ago
What works pretty well for me is the "i don't care about cookies" extension for firefox; my default privacy policy is to throw away cookies when the browser restarts, which I do a few times per day anway.
7.
▲
by
zevv
10mo ago
Which is is, vi or emacs?
8.
▲
by
zevv
1y ago
Oooh, now I see. it's for harvesting robots, not for harvesting robots! Silly me.
9.
▲
by
zevv
1y ago
Oh boy, I feel you, having no buttons is such a PITA. I've mapped my caps lock and windows button to LMB and RMB for years, works like a charm!
10.
▲
by
zevv
1y ago
Could you summarize the contents of this video so we don't have to watch it?
11.
▲
by
zevv
1y ago
And now try to load the same website over HTTPS
12.
▲
by
zevv
1y ago
Well, there you are: https://github.com/MicroLua/MicroLua
13.
▲
by
zevv
1y ago
That sounds like something the size of an ESP32. Assuming your flash allows XIP (execute in place) so all that memory is available for your lua interpreter data, you should at least be able to run some code, but don't expect to run a
14.
▲
by
zevv
1y ago
I have been developing Lua-heavy embedded products as a freelancer for about 20 years now, including VoIP devices, home automation controllers, industrial routers, digital video recorders, and more. These systems typically consist of a Linu
15.
▲
by
zevv
1y ago
I'm afraid it would: in 2002 I was involved with the development of a very early wifi AP implementation at Freehosting; this was running uclinux on an ARM7 with a pretty bare kernel and the whole OS fitting in under a megabyte. Booting
16.
▲
by
zevv
1y ago
This article is partly wrong, and partly nonsense. Apples and oranges. But still: > Work with only 3 files [...] Boot in under 5 seconds [...] Use commands without spaces [...] Run CPU opcodes natively [...] Be real I have a little PCB h
17.
▲
by
zevv
1y ago
Or Snake on a Plane!
18.
▲
by
zevv
1y ago
So, what will be the proper technology to apply here? I have no problem with verification of my age (not the date of birth, just the boolean, >18yo), but I do have a problem with sending any party a picture of my face or my passport.
19.
▲
by
zevv
1y ago
I might be mistaking, but I don't see how this is novel. As far as I know, this has a proven DSP technique for ages, although it it usually only applied when a small amount of distinct frequencies need to be detected - for example DTMF
20.
▲
by
zevv
1y ago
“we’re back where we started four years ago, hard coding everything, except now in a much crappier language.” Not sure if I agree with this. A proper designed DSL has the advantage of being much closer to the domain of the problem it is sup
21.
▲
by
zevv
2y ago
Yes. This. Sure, I own a smartphone, it runs just plain android but without any google accounts or services because I do not agree to Googles terms of services. I never did, and as an European citizen especially with recent developments I f
22.
▲
by
zevv
2y ago
Summary: X is bad. How to do something without X? Don't do X
23.
▲
by
zevv
2y ago
And monads. But I've heard they're just like burritos, so how hard can it be.
24.
▲
by
zevv
2y ago
I've been a (professional?) embedded software engineer for 25 years. I tried rust a few times, but did not particularly enjoy the experience. MY_GPIO.borrow(cs).borrow().as_ref().unwrap().odr.modify(|_, w| w.odr1().set_bit());
25.
▲
by
zevv
2y ago
Congratulations. You have re-invented Forth. The good thing is that you do not require a new language.
26.
▲
by
zevv
2y ago
> he wants to be able to express programs, and even an operating system, as a directed acyclic graph of logical binary operations, so that you can have consistent and deterministic runtime behavior. So how is this different from digital
27.
▲
by
zevv
2y ago
There is the excellent CAD sketcher plugin for Blender; this adds a basic 2D parametric/constraint based editor into your workflow, which can convert it's output into a mesh to integrate into your blender model. For more complicat
28.
▲
by
zevv
2y ago
One recurring pattern I have seen at multiple customer sites is that scaling makes the engineers lazy to optimize. One production performance calamity requires the team to add CPU as a quick fix, and from that time on the baseline for the p
29.
▲
by
zevv
2y ago
It actually still scares the hell out of me that this is the way even the experts 'program' this technology, with all the ambiguities rising from the use of natural language.
30.
▲
by
zevv
2y ago
Sure, so this clearly disrupts the transmission. But since there is strong encryption and authentication used in the Zigbee protocol, the chance of a mangled frame ending up at higher level in the protocol stack is approximately zero - anyt
More ›