Hacker Newsnew | past | comments | ask | show | jobs | submit | more Onavo's commentslogin

What about magnetic tape?


For long term storage? Sure, everybody does it. In the freezer? Better don't, for the same reason.

There are ways to keep water out of frozen/re-frozen items, of course, but if you mess up you have water everywhere.


If you just want to get up to speed on the mathematics, Luenberger's Investment Science is a classic.

https://www.amazon.com/Investment-Science-David-G-Luenberger...


They can just fork off the Golang frontend and it would be the same, maybe patch the runtime a bit.


Being an old dog, as I mention elsewhere, I see a pattern with gcj.

GCC has some rules to add, and keep frontends on the main compiler, instead of additional branches, e.g. GNU Pascal never got added.

So if there is no value with maintenance effort, the GCC steering will eventually discuss this.


Does gcc even support go?


Until a few years ago, gccgo was well maintained and trailed the main Go compiler by 1 or 2 releases, depending on how the release schedules aligned. Having a second compiler was considered an important feature. Currently, the latest supported Go version is 1.18, but without Generics support. I don't know if it's a coincidence, but porting Generics to gccgo may have been a hurdle that broke the cadence.


The best thing about gccgo is that it is not burdened with the weirdness of golang's calling convention, so the FFI overhead is basically the same as calling an extern function from C/C++. Take a look at [0] and see how bad golang's cgo calling latency compare to C. gccgo is not listed there but from my own testing it's the same as C/C++.

[0]: https://github.com/dyu/ffi-overhead


> The best thing about gccgo is that it is not burdened with the weirdness of golang's calling convention

Interesting. I saw go breaking from the c abi as the primary reason to use it; otherwise you might as well use java or rust.


Isn't that horribly out of date? More recent benchmarks elsewhere performed after some Go improvements show Go's C FFI having drastically lower overheard, by at least an order of magnitude, IIUC.


Seems doubtful, given that generics and the gccgo compiler were both spearheaded by Ian Lance Taylor, it seems more likely to me that him leaving google would be a more likely suspect, but I don't track go.


This has been stagnant long before he left.


Yes, though language support runs behind the main Go compiler. https://go.dev/doc/install/gccgo


Are there any good alternatives? We need something to prevent replay attacks on app based phone far keys..


Does it implement the famous "sweep" feature from Outlook?


The roots of the glob, the kleene star, actually come from a formalization of neural networks.


Most open source software projects handle it using those AI chatbots that scrape Discord and GitHub Issues and automatically answer your questions.

E.g. better-auth uses dosu, if you see their GitHub discussions

https://github.com/better-auth/better-auth


Well, they need to a vibe code a drag-and-drop Nocode UI first if they want to compete with Simulink.

https://www.mathworks.com/products/simulink.html

(There's also Julia and Modelica)

https://discourse.julialang.org/t/simulink-alternative-in-ju...

https://modelica.org/


Pathsim is a block diagram-based simulator written in Python and seems to be getting very regular commits https://github.com/pathsim/pathsim


They are mostly dealing with the low hanging fruit actors, the current open source models are close enough to SOTA that there's not going to be any meaningful performance difference tbh. In other words it will stop script kiddies but make no real difference when it comes to the actual ones you have to worry about.


> the current open source models are close enough to SOTA that there's not going to be any meaningful performance difference

Which open model is close to Claude Code?


Kimi K2 could easily be used for this; its agentic benchmarks are similar to Claude's. And it's on-shore in China, where Anthropic says these threat actors were located.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: