Just convert it to a binary data structure suitable for this purpose and use the old-fashioned bsearch. It's so simple that you wouldn't even need SQLite.
It's fun. This new market could become a new source of funding to support the AI bubble.
> The bug only affects databases in WAL mode when there are two or more database connections open on the same file, in separate threads or processes To be honest, I'm surprised that someone using SQLite would try to…
memcpy() was the best and fastest serializer from the start. It already existed in 1983.
This style of simulating faux-realistic materials (such as glass or aluminum) on the screen looks dated and cheesy now -- (Windows engineering team 2012) https://web.archive.org/web/20120614042824/http://blogs.msdn...…
Utility-scale solar is very unpopular in Japan. Because most suitable lands of them are densely forested, and installing utility-scale solar systems requires destory the forests. There are concerns landslides due to…
I think Rust is the biggest winner that has from LLM support. When I got an compile error, it is painful without LLM to reverse-thinking how to re-write something and why it needs to be written that way.
True. The number can be determined at comp-time. Buffer sizes should be computing manually.
I've often thought that if C just had a syntax like Go definding method, C would be much easier to write. uint16_t (MyStruct* s) some_func() { .. } uint16_t MyStruct_some_func(MyStruct* s) { .. } (I guess I should just…
Funny trivia. But of course -- there is absolute zero reason to base64 encode ascii text. Evenmore laughable to put Json encoded in base64 text inside regular Json.
This style of simulating faux-realistic materials (such as glass or aluminum) on the screen looks dated and cheesy now -- (Windows engineering team 2012) https://web.archive.org/web/20120614042824/http://blogs.msdn...
They skipped iPhone 9 once. So iPhone 17 and going for iPhone 2026 could be better for measuring the age of the device and could be beneficial for consumers -- but what about the OS version? No one care that. From an…
I don't see the point - ASCII vs. binary doesn't make any real difference. And there's no an actual unencrypted HTTP/2 traffic, so there's no incentive to censor.
> A cryptosystem is incoherent if its implementation is distributed by the same entity which it purports to secure against. That's what the recent Signal tormoil is like. Communication via Signal app that's safe if you…
Successful Math/CS people have a hard time applying it in biotechnology. https://x.com/iskander/status/1903077361152610374 -- about a dozen of us with math/CS backgrounds ditched tech for biomedicine. And we got humbled…
> I'll be expecting my Nobel peace prize in the postbox and several job offers in my DMs within the next 3 working days. This joke alone was worth the read.
No-modularize is strictly good if you can avoid it. Hardcode memory addresses at compile time is simpler and faster.
More than decade ago, I didn't understand an actual value of Lisp, but I remember this song well. https://www.youtube.com/watch?v=HM1Zb3xmvMc
As the name suggests, it's just a Perl alt... everyday chores, data analysis, some automation tools.
If Android had provided an defining UI API like this entirely in C without using Java, Android would have 100% monopolized the mobile OS market. So fast, efficient.
Why not just use a naive struct from the beginning? memcpy is the fastest way to get serialize into a form that we can use in actual running program.
Just convert it to a binary data structure suitable for this purpose and use the old-fashioned bsearch. It's so simple that you wouldn't even need SQLite.
It's fun. This new market could become a new source of funding to support the AI bubble.
> The bug only affects databases in WAL mode when there are two or more database connections open on the same file, in separate threads or processes To be honest, I'm surprised that someone using SQLite would try to…
memcpy() was the best and fastest serializer from the start. It already existed in 1983.
This style of simulating faux-realistic materials (such as glass or aluminum) on the screen looks dated and cheesy now -- (Windows engineering team 2012) https://web.archive.org/web/20120614042824/http://blogs.msdn...…
Utility-scale solar is very unpopular in Japan. Because most suitable lands of them are densely forested, and installing utility-scale solar systems requires destory the forests. There are concerns landslides due to…
I think Rust is the biggest winner that has from LLM support. When I got an compile error, it is painful without LLM to reverse-thinking how to re-write something and why it needs to be written that way.
True. The number can be determined at comp-time. Buffer sizes should be computing manually.
I've often thought that if C just had a syntax like Go definding method, C would be much easier to write. uint16_t (MyStruct* s) some_func() { .. } uint16_t MyStruct_some_func(MyStruct* s) { .. } (I guess I should just…
Funny trivia. But of course -- there is absolute zero reason to base64 encode ascii text. Evenmore laughable to put Json encoded in base64 text inside regular Json.
This style of simulating faux-realistic materials (such as glass or aluminum) on the screen looks dated and cheesy now -- (Windows engineering team 2012) https://web.archive.org/web/20120614042824/http://blogs.msdn...
They skipped iPhone 9 once. So iPhone 17 and going for iPhone 2026 could be better for measuring the age of the device and could be beneficial for consumers -- but what about the OS version? No one care that. From an…
I don't see the point - ASCII vs. binary doesn't make any real difference. And there's no an actual unencrypted HTTP/2 traffic, so there's no incentive to censor.
> A cryptosystem is incoherent if its implementation is distributed by the same entity which it purports to secure against. That's what the recent Signal tormoil is like. Communication via Signal app that's safe if you…
Successful Math/CS people have a hard time applying it in biotechnology. https://x.com/iskander/status/1903077361152610374 -- about a dozen of us with math/CS backgrounds ditched tech for biomedicine. And we got humbled…
> I'll be expecting my Nobel peace prize in the postbox and several job offers in my DMs within the next 3 working days. This joke alone was worth the read.
No-modularize is strictly good if you can avoid it. Hardcode memory addresses at compile time is simpler and faster.
More than decade ago, I didn't understand an actual value of Lisp, but I remember this song well. https://www.youtube.com/watch?v=HM1Zb3xmvMc
As the name suggests, it's just a Perl alt... everyday chores, data analysis, some automation tools.
If Android had provided an defining UI API like this entirely in C without using Java, Android would have 100% monopolized the mobile OS market. So fast, efficient.
Why not just use a naive struct from the beginning? memcpy is the fastest way to get serialize into a form that we can use in actual running program.