That's fantastic, love the ability to inspect each state and see it as a whole running in real-time. I remember seeing a C64 simulator that showed the memory/cpu state - but this goes beyond that.
HN user
convivialdingo
$ openssl aes-256-cbc -d -a -k convivialdingo U2FsdGVkX1/RqrjOPvbJ7AJ5er1IZwLqgTyW49oBRrhozxRbI6rMoH3lkyO27zy7 7QswjRxCFcs4lti81teb99LgS1UK3UVUoJOoTJ+YMcTi07GJLvZGSNfGtTzEYNK5 UVMICrU+h2uDFaHbCq62SVV5iAusqnD/vFDtzWPEJDnB1+77NTL275cw9OxTDJ9b HTuSeMFPEi6k8vC7i39b5KEpIdhxLSLzpPqENY2O30I=
I've been toying with a better C... https://github.com/panaflexx/classyc
Started with the excellent MIR compiler, and I wrote much of the class/string/json/dict, exceptions and AI made the generics,ownership tracking, and safety checks/traps. Added some go
The memory model is mixed, I ended up using arenas for dictionaries and adding a full ownership checking / safety checking compiler stage.
It's purely for the joy of making something interesting.
Or anti-Democrat forum? Let's not pretend this isn't a California law, or a bipartisan political power grab.
Man, that's pretty excellent!
I once built a demo-ish encrypted network boot system using similar initrd techniques. It's a fun hack working in the preboot environment.
Anyone who's grown up around the upper class social strata understands this to be true.
Similar story for myself. It was long and tedious for my mental model to go from Basic, to Pascal, to C, and finally to ASM as a teen.
My recent experience is the opposite. With LLMs, I'm able to delve into the deepest parts of code and systems I never had time to learn. LLMs will get you to the 80% pretty quick - compiles and sometimes even runs.
That's super impressive! Definitely one of the best quality conversational agents I've tried syncing A/V and response times.
The text processing is running Qwen / Alibaba?
That’s amazing effort - I am impressed.
Awesome to see more small teams making impressive leaps.
Impressive! The cloning and voice affect is great. Has a slight warble in the voice on long vowels, but not a huge issue. I'll definitely check it out - we could use voice generation for alerting on one of our projects (no GPUs on hardware).
I spent a few months working on different edge compute NPUs (ARM mostly) with CNN models and it was really painful. A lot of impressive hardware, but I was always running into software fallbacks for models, custom half-baked NN formats, random caveats, and bad quantization.
In the end it was faster, cheaper, and more reliable to buy a fat server running our models and pay the bandwidth tax.
When I use the "think" mode it retains context for longer. I tested with 5k lines of c compiler code and I could 6 prompts in before it started forgetting or generalizing
I'll say that grok is really excellent at helping my understand the codebase, but some miss-named functions or variables will trip it up..
I tried replacing a DMA queue lock with lock-free CAS and it wasn't faster than a mutex or a standard rwlock.
I rewrote the entire queue with lock-free CAS to manage insertions/removals on the list and we finally got some better numbers. But not always! We found it worked best either as a single thread, or during massive contention. With a normal load it wasn't really much better.
Wonder if this could work for li-ion batteries as a current collector? You could potentially lower charging times and handle higher power applications and higher temperature ranges.
Downvote me all you want - the fact remains that previous Google models were so riddled with guardrails and political correctness that it was practically impossible to use for anything besides code and clean business data. Random text and opinion would trigger a filter and shut down output.
Even this model criticizes the failures of the previous models.
Dang - Google finally made a quality model that doesn’t make me want to throw my computer out a window. It’s honest, neutral and clearly not trained by the ideologically rabid anti-bias but actually super biased regime.
Did I miss a revolt or something in googley land? A Google model saying “free speech is valuable and diverse opinions are good” is frankly bizarre to see.
Once things are a little more stable, I will put it up!
Right now you can just break before the (fun_call)() delegate and disassemble the fun_call in gdb.
The basic trick is to add reloc support to the x86 translate code, mark external calls and replace with 0x0 placeholders, and copy out the machine_code and data segment output to an object file.
I can do basic main functions with simple prints calls but not much more. It’s a hack for now but I’ll refactor it until it’s solid.
I’ve been modifying the the MIR c2mir JIT compiler to extend the c11 compiler to support simple classes, boxed strings(immutable, nun-nullable) with AOT support.
Imagine if Java and C had a love child, basically.
MIR is a fantastic piece of engineering.
Honestly the hardest part is representing types. Having played around with other compilers it seems to be a typical problem.
I’m stuck in the minutiae of representing highly structured complexity and defining behavior in c. I can understand why many languages have an intermediate compiler - it’s too much work and it will probably change over time.
Here's what I found researching this.
US domestic TB funding by CDC, through state and local programs, have not been cut.
The Global Fund to Fight AIDS, Tuberculosis and Malaria is still funded by the US congressional appropriations through State department ($6B for 2023-2025) but future funding is in review.
USAID funding for the Global Drug Facility was cut. GDF is a treatment coordinator which helps deliver drugs and treatments to areas in need. GDF is managed by the Stop TB Partnership (a UN OPS program) and has largely been a success so it's not going away as it's funded by multiple nations and private organizations.
State Department could include GDF in the existing emergency humanitarian waiver.
You can thank Biden, actually.
On the merits, this Court previously held that no provision of § 8468 prevented the plaintiffs' removal. See Mem. Op. at 7. First, the Court noted that “the power of removal from office is incident to the power of appointment” “absent a specific provision to the contrary.” Id. at 6 (quoting Carlucci v. Doe, 488 U.S. 93, 95 (1988) (citation omitted)). Second, the Court held that the plain text of § 8468(b), which provides only that Board members “serve for three years each” on staggered terms, does not meet that standard. Id. at 7. Third, the Court read Parsons v. United States, 167 U.S. 324 (1897), and Myers v. United States, 272 U.S. 52 (1926), to hold that term-of-office provisions, standing alone, do not confer removal protection.
I guarantee that piece of code has a comment like
/* This should never happen */
if (waypoints.matchcount > 2) {Wow, looks like a great product! That's a great idea to use NFS as the protocol. I honestly hadn't thought of that.
Perfect.
For IBM, I wrote a crypto filesystem that works similarly in concept, except it was a kernel filesystem. We crypto split the blocks up into 4 parts, stored into cache. A background daemon listened to events and sync'ed blocks to S3 orchestrated with a shared journal.
It's pure magic when you mount a filesystem on clean machine and all your data is "just there."
I used to work with the guy who was named by DJB in the crypto export case which removed the restrictions. IIRC, the NSA guy used to be his student!
Super old… my first experience with a “virus” was an Amiga boot sector attack from 1986!
At the time the morris worm had inspired some folks to see if they could spread binaries by infecting every disk inserted. That’s all it did….. spread. I think the virus lives off an interrupt generated by disk insertions.
Fortunately it was harmless (except for a few extra crashes) and I had my original OS disks that could be booted from to clean up the disks.
Fourier was measuring tidal waves when he came up with wave frequency transforms - so in a way this is almost a full circle.
Very impressed!
Another one to try is GameSalad. It’s paid but has a forum, knowledge base, support, and generally aims at the younger developers with visual coding.
Agreed.
Even the premise that it was always cheaper to manufacture abroad is flawed in many respects as Congress subsidized offshoring over many years as part of an effort to encourage globalization.
Companies often receive massive tax breaks with write-offs to close US plants, tax credits, zero percent import duties, and lower overall tax rates by shifting their profits and losses through offshore banks.
In many respects profitability has most often been determined by the policies we subsidize. and for decades those policies were essentially all in for the benefit of offshoring.
Comparing the actual cost of production by location is far more complicated than just the cost of materials and labor when there are so many subsidies and policies involved.
Finally? Google has basically turned search and news into a political-corporate mouthpiece. Android is essentially a vacuum for surveillance capitalism. I rarely even use google to find anything beyond Chinese food and such.
If we could go back to Google 2010 that would be fantastic.
Incredibly odd system which had no assembler. Almost a pure stack machine, some models had a 51 bit word (48 bit and a 3 bit tag). One of the first machines with NUMA & SMP, segmented memory, and virtual memory (but with all the oddness of a first innovator).
I knew some of the engineers at Unisys who were still supporting Clearpath and Libra. Even they thought Burroughs was weird...
A driver that crashes with bad input is not “fine.” Bad design, bad configuration loading and crap input validation. Did they even fuzz the code?
We’d spend 20x development time on kernel code because BSOD is never an option.
I get that this was a bad release - but IMHO it’s incredible that they pushed this out to a billion devices before the red flags went up.
Here’s my take as a security software dev for 15 years.
We put too much code in kernel simply because it’s considered more elite than other software. It’s just dumb.
Also - if a driver is causing a crash MSFT should boot from the last known-good driver set so the install can be backed out later. Reboot loops are still the standard failure mode in driver development…