Location: Seattle, WA Remote: Preferred! Willing to relocate: No Technologies: Python (sync and async, Django and non-django), C, Java, Typescript, some C++, past in Rails. AWS, Docker, Pulumi, Linux, a little GCP.…
A continuation is a function that, when called, jumps back to a specific part of the program that was frozen (meaning current memory, the call stack, the line number). So it can't really be stored. If your game state…
If someone builds a container that is designed like this: FROM debian RUN do-x RUN install python2 and then someone changes do-x, if I understand, the layers below it get invalidated and all of a sudden install python2…
NDISwrapper was more like wine, it implements APIs but doesn't run any sort of virtual CPU.
`pkg` I'm guessing https://www.freebsd.org/cgi/man.cgi?query=pkg&sektion=&n=1 Supports binary package installation and operates more similarly to apt
Thank you for the sympathy. If we are talking about the same product then it was most likely backed by 3 different storage services over its lifespan, 2013/2014 was a third party product that had some…
I think I know specifically what you are talking about. The actual files an engineer could upload to populate their folder was not multi-region for a long time. The servers were, because they were stateless and that was…
Have you switched to pipewire? I haven't pulled the trigger yet so I'm wondering if bluetooth gets any better.
With this hindsight, any predictions for the future? 30 years from now?
Nix pills might be a good start if you want to understand how all the pieces fit together. https://nixos.org/guides/nix-pills. There is nix, the language/package manager which can be used standalone; nixpkgs, the ports…
I thought of Nix while reading this thread and I'm wondering what makes it unique here? As a daily NixOS user I get that it is better but I don't know the specifics. the nixpkgs rpeo is superficially similar to homebrew…
The glib answer is that these kinds of things are cyclical. But C++ coroutines don't seem too incompatible with the level of OOP you already get in C++, no?
Running a JVM application in a container is not all that different to running a Go application in a container. But the design of the JVM runtime and its tooling is vastly different than Go. The JVM is more complex but…
Go can do encapsulation and polymorphism. Go doesn't do inheritance, of course. Channels can also help simulate message passing and actor-style code. What's missing? IMO, If you compare Go to an OOP language that runs…
I love NixOS but does it not update too often? Or is it the ability to pin to specific package versions in isolation that would make it a selling point to CentOS (for Reasons) users?
Semi related: Is headset mode worth using for voice chats? Enabling it seems to cause noise and "incoming call" voice messages. I'm not sure if it's bad support for my specific hardware type (LE Bose QC35 II) or just…
No. The go files just have "package emailnormalizer" within the go files, so that is the name that you use to reference it, even if the import url is different.
OSGi (Open Services Gateway initiative) [1] provides this for the JVM by modularizing the ClassLoader [2]. If a module is upgraded but classes from the previous version are still referenced by other modules, both…
Caveat: I'm not a security researcher just have a basic knowledge of the terms and techniques you would find in a beginner exploit tutorial. These types of exploits are usually specially crafted files that trick the…
You are right about the input requests being too complex. From this microservices presentation[0], they do use machine learning to generate recommendations which are then curated further by the stylists, specifically…
Proof might be this twitter thread, exec could have been implied, because who else can boss the CTO around? https://mobile.twitter.com/ID_AA_Carmack/status/807797812700...
That's only really an issue for the courts because, in practice, everyone is removable in one form or another. Maybe you are "illegal" or maybe the president just inspires some nut to remove you from mortality with a…
One thing I remember is the idea that Jigsaw is specifically for modularizing the JVM and JDK itself while OSGI would be for modularizing applications built on the JVM. Here is an article about this but it I would admit…
I'm getting blocked visiting the site... weird. > Your page is blocked due to a security policy that prohibits access to category > Remote Proxies.
remoteStorage.js is a library for implementing applications similar to yours, where the backend storage is separate from the application provider. The library primarily supports 'remoteStorage' providers but apparently…
Location: Seattle, WA Remote: Preferred! Willing to relocate: No Technologies: Python (sync and async, Django and non-django), C, Java, Typescript, some C++, past in Rails. AWS, Docker, Pulumi, Linux, a little GCP.…
A continuation is a function that, when called, jumps back to a specific part of the program that was frozen (meaning current memory, the call stack, the line number). So it can't really be stored. If your game state…
If someone builds a container that is designed like this: FROM debian RUN do-x RUN install python2 and then someone changes do-x, if I understand, the layers below it get invalidated and all of a sudden install python2…
NDISwrapper was more like wine, it implements APIs but doesn't run any sort of virtual CPU.
`pkg` I'm guessing https://www.freebsd.org/cgi/man.cgi?query=pkg&sektion=&n=1 Supports binary package installation and operates more similarly to apt
Thank you for the sympathy. If we are talking about the same product then it was most likely backed by 3 different storage services over its lifespan, 2013/2014 was a third party product that had some…
I think I know specifically what you are talking about. The actual files an engineer could upload to populate their folder was not multi-region for a long time. The servers were, because they were stateless and that was…
Have you switched to pipewire? I haven't pulled the trigger yet so I'm wondering if bluetooth gets any better.
With this hindsight, any predictions for the future? 30 years from now?
Nix pills might be a good start if you want to understand how all the pieces fit together. https://nixos.org/guides/nix-pills. There is nix, the language/package manager which can be used standalone; nixpkgs, the ports…
I thought of Nix while reading this thread and I'm wondering what makes it unique here? As a daily NixOS user I get that it is better but I don't know the specifics. the nixpkgs rpeo is superficially similar to homebrew…
The glib answer is that these kinds of things are cyclical. But C++ coroutines don't seem too incompatible with the level of OOP you already get in C++, no?
Running a JVM application in a container is not all that different to running a Go application in a container. But the design of the JVM runtime and its tooling is vastly different than Go. The JVM is more complex but…
Go can do encapsulation and polymorphism. Go doesn't do inheritance, of course. Channels can also help simulate message passing and actor-style code. What's missing? IMO, If you compare Go to an OOP language that runs…
I love NixOS but does it not update too often? Or is it the ability to pin to specific package versions in isolation that would make it a selling point to CentOS (for Reasons) users?
Semi related: Is headset mode worth using for voice chats? Enabling it seems to cause noise and "incoming call" voice messages. I'm not sure if it's bad support for my specific hardware type (LE Bose QC35 II) or just…
No. The go files just have "package emailnormalizer" within the go files, so that is the name that you use to reference it, even if the import url is different.
OSGi (Open Services Gateway initiative) [1] provides this for the JVM by modularizing the ClassLoader [2]. If a module is upgraded but classes from the previous version are still referenced by other modules, both…
Caveat: I'm not a security researcher just have a basic knowledge of the terms and techniques you would find in a beginner exploit tutorial. These types of exploits are usually specially crafted files that trick the…
You are right about the input requests being too complex. From this microservices presentation[0], they do use machine learning to generate recommendations which are then curated further by the stylists, specifically…
Proof might be this twitter thread, exec could have been implied, because who else can boss the CTO around? https://mobile.twitter.com/ID_AA_Carmack/status/807797812700...
That's only really an issue for the courts because, in practice, everyone is removable in one form or another. Maybe you are "illegal" or maybe the president just inspires some nut to remove you from mortality with a…
One thing I remember is the idea that Jigsaw is specifically for modularizing the JVM and JDK itself while OSGI would be for modularizing applications built on the JVM. Here is an article about this but it I would admit…
I'm getting blocked visiting the site... weird. > Your page is blocked due to a security policy that prohibits access to category > Remote Proxies.
remoteStorage.js is a library for implementing applications similar to yours, where the backend storage is separate from the application provider. The library primarily supports 'remoteStorage' providers but apparently…