Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kafkaIncarnate
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
kafkaIncarnate
4y ago
The reason for Go was that much of the research was based on AI algorithms like Monte-Carlo. What was "solved" with AlphaGo was using deep learning machine learning which are effectively black boxes. There was a certain assumptio
2.
▲
by
kafkaIncarnate
4y ago
Yeah that's a lot better. Don't get me wrong, I love playfulness, especially in documentation. It's just that before you even really know what a product is or does it seemed like it was worded like "don't even try
3.
▲
by
kafkaIncarnate
4y ago
Initially, I was pretty thoroughly perplexed by what this actually did since all I did was click the original link and didn't even see this post text. I figured it out through mostly the 2017 link above. I have a pretty good idea now
4.
▲
by
kafkaIncarnate
4y ago
https://nvd.nist.gov/vuln/detail/CVE-2022-1015 https://nvd.nist.gov/vuln/detail/CVE-2022-1016 https://access.redhat.com/security/cve/CVE-2022-1015 https:/
5.
▲
by
kafkaIncarnate
4y ago
I'm pretty sure his about is word salad. /s But seriously it doesn't make much sense to me, but that actually might be a comprehension problem on my part. It does sound very trolly. Thanks for warning me :)
6.
▲
by
kafkaIncarnate
4y ago
That is news to me, and good to know. https://www.bleepingcomputer.com/news/software/python-27-rea... Apparently RHEL will maintain any security problems until 2024, but yeah it's pretty much dead. Huh. Not
7.
▲
by
kafkaIncarnate
4y ago
> So when people come up with labels like 'schizopost' or 'word salad' "word salad" is not a label made up by dumb people, it's generally a alternate term for schizophasia. It's also a very old te
8.
▲
by
kafkaIncarnate
4y ago
I really liked my System76 laptop until the AC adapter died. I looked around on their site to buy accessories and it wasn't there. Eventually I found you have to open a support ticket to get a replacement. Not only did it take multip
9.
▲
by
kafkaIncarnate
4y ago
Debian and Fedora have always been my two recommended distros for people. They are the upstream providers of the packages for most distros, and in the case of Ubuntu it has always been a bad choice. Even from day one, forking Debian and br
10.
▲
by
kafkaIncarnate
4y ago
Python2.7 is still maintained. If you mean my software I mentioned if something breaks I'm still required to fix it. I just doubt that will happen at this point and have other tasks to do.
11.
▲
by
kafkaIncarnate
4y ago
https://www.python.org/downloads/release/python-2718/ There's still a macOS installer for the latest release of Python2.7 (4/20/2020).
12.
▲
by
kafkaIncarnate
4y ago
I had a similar problem with the YouTube plugin for Kodi recently. Turned out to be some weird Python 3.10 regression that took over a month to fix. For ProtonVPN you can also use the OpenVPN config files they provide to avoid any Python c
13.
▲
by
kafkaIncarnate
4y ago
That's what Python2.7 is and why every major proprietary product won't adopt anything else. It's also why it won't go away. All of my Python 2.6-2.7 scripts haven't been touched in 10 years in production and they a
14.
▲
by
kafkaIncarnate
4y ago
That's also definitely true for universities with enough reputation and infrastructure to score large contracts/grants with private sector corporations (or mega US defense contractors). I also know of a couple of chemistry profess
15.
▲
by
kafkaIncarnate
4y ago
> This incentive structure distorts research. What to do about it? I'm not exactly sure but having university administrations who see research as a means to make money, rather than an end in itself, is not the way. A lot of the reas
16.
▲
by
kafkaIncarnate
4y ago
I'm very much a fan of password-store on that list: https://www.passwordstore.org/ Worst case scenario it's basically just a wrapper for GPG, so you can always get at the password if you have access to your GPG ke
17.
▲
by
kafkaIncarnate
4y ago
> I always try to assume breach in my thought processes, but I recognize that this lead to overengineered solutions because sometimes the mitigation is not worth the cost. I agree with this mindset, I do the same. But at the same time,
18.
▲
by
kafkaIncarnate
4y ago
The fundamentals are that you need to exceed O(2^N) > 80 bits roughly in complexity of your keys. Adding some padding to that is a good idea because some algorithms can be simplified in theory (for instance AES-128 is actually simplifie
19.
▲
by
kafkaIncarnate
4y ago
"If you have data, code, or processor execution, you're doing it wrong."
20.
▲
by
kafkaIncarnate
4y ago
LAPSUS$ has already responded on Telegram: ''' https://www.okta.com/blog/2022/03/updated-okta-statement-on-... I do enjoy the lies given by Okta. 1. We didn't compromise any laptop? It was
21.
▲
by
kafkaIncarnate
4y ago
I use Linux, but it should be pretty straightforward on Mac as well. Just type "R" in the command prompt and check the manpage for R itself ("man R"). I'd also look into the "knitr" package, which is what
22.
▲
by
kafkaIncarnate
4y ago
Just ignore them. Doomers will exist your whole life, they have throughout mine. They used to be the evangelicals, but I guess the failures of Y2K and 2012 to come to fruition made them go... a different insane path. Russia seems most int
23.
▲
by
kafkaIncarnate
4y ago
For Python (at least Python3) a better example might have been b"" and "". They are not equal, and they are empty. You have to decode or encode one, for instance, and different functions return different things. Then
24.
▲
by
kafkaIncarnate
4y ago
I use Vim with the R command line wrapped around Makefiles. I don't even have RStudio installed. Works great. I can even pop up an interactive R command prompt session and do whatever I want in it, even quick ggplot2 graphs. Help sh
25.
▲
by
kafkaIncarnate
5y ago
Born, raised, and never moved out of tornado alley. Work for a major university, our university wide "off-site" backups are a datacenter across the street except for critical student information that is encrypted cloud backed up.
26.
▲
by
kafkaIncarnate
5y ago
1) Rocky Linux 2) Debian
27.
▲
by
kafkaIncarnate
5y ago
Java has a garbage collector, you shouldn't have memory leaks unless you are just incorrectly allocating memory, which isn't technically a leak which refers to allocated memory with no reference. Without a reference the garbage c
28.
▲
by
kafkaIncarnate
5y ago
log4j was different because each proprietary vendor has their own prepackaged version of it for some reason. Even SAN software or VMware. Still, the mitigation was like 4 hours to hunt and disable, and 2 more hours when a full patch came a
29.
▲
by
kafkaIncarnate
5y ago
If there's a local disaster that wipes out your office and your friends and all you can think about is data then you should ask a professional to screen you for sociopathy and whether you have any treatable mental illness. No shame in
30.
▲
by
kafkaIncarnate
5y ago
"Always-on culture" I guess people who use Twitter don't like seeing bad things written about them on Twitter. Though the solution is to disown Twitter and all who use it.
More ›