Viewing profile — sheenobu
sheenobu
HN member- Joined
- Wed, Dec 03, 2014, 5:12 PM UTC
- HN karma
- 25
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About sheenobu
No profile information was provided.
Recent public activity
-
comment
Comment #37749816
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, Do…
-
comment
Comment #36559440
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 …
-
comment
Comment #34234535
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 invalidat…
-
comment
Comment #32572548
NDISwrapper was more like wine, it implements APIs but doesn't run any sort of virtual CPU.
-
comment
Comment #30067012
`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
-
comment
Comment #29517525
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 p…
-
comment
Comment #29478202
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, b…
- comment
-
comment
Comment #27790506
Have you switched to pipewire? I haven't pulled the trigger yet so I'm wondering if bluetooth gets any better.
-
comment
Comment #27586117
With this hindsight, any predictions for the future? 30 years from now?
-
comment
Comment #26924140
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…
-
comment
Comment #26924092
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 rp…
-
comment
Comment #26221986
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?
-
comment
Comment #26162613
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…
-
comment
Comment #26158999
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 co…
-
comment
Comment #25381029
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) user…
-
comment
Comment #24772242
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 har…
-
comment
Comment #24671173
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.
-
comment
Comment #24656823
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 r…
-
comment
Comment #23494664
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 spe…
-
comment
Comment #23387672
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 f…
-
comment
Comment #20647897
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...
-
comment
Comment #20490016
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…
- comment
-
comment
Comment #11966919
Sounds like you might want CoreOS or just fleetd or Shipyard (which is Docker Swarm based). Is there any reason Docker Swarm can't support the your redundancy needs?