HN user
sprremix
So, your project still uses AI. I'm curious, what did you do while developing this site in order to fight against the bias?
I'd like to know the train of thought behind your idea of "Let's add an FPS counter to my Markdown editor".
Incredibly sorry to sound so negative, but nothing about this seems legitimate to me and I would never trust any of my files to this application.
Either go the QEMU route or just add a new tag `Generated-by` and let reviewers flag oddities. At least for now that gives plenty clarity for such important changes.
All the functionality attached to Firefox's "Browser tools" sub-menu should be unceremoniously ripped out, banished to the developer's edition.
I hope this is some kind of sarcastic take I am not getting. What a weird thing to stand for.
Well, one is enterprise and the other is community version. Is it still the same if you compare same editions? How does it look now on the enterprise edition? Did they move functionality from the community edition to the enterprise edition?
This makes me appreciate my newly discovered "Remove YouTube Suggestions"[0]-extension a lot more. My homepage looks like this[1] and I absolutely do not get the feeling I'm "missing out" on any content. I just go to my subscriptions page, look at some videos and then close YT :)
[0] https://github.com/lawrencehook/remove-youtube-suggestions
Why must everything involve $'s?
Strange, it's not available anymore. Thankfully it's archived: https://web.archive.org/web/20240206154347/https://www.ncsc....
What do you mean by "catching attackers". What do you gain by having that information? And, again, 240k individual instances all "catching attackers"?
So many questions
I also discovered Ciphey. Neat little tool indeed, but I just found out it's being deprecated. It's mentioned in this issue[1] and being replaced with Ares[2]. Neither could decipher this strange encryption[3] I used it on unfortunately.
[1] https://github.com/Ciphey/Ciphey/issues/764
[2] https://github.com/bee-san/Ares
[3] "dEFLWWFKQWxRQW16RnkvbTZML0lsdz09" original text is "hacker". But it is unknown how it's being encrypted.
It blocks sponsored content using SponsorBlock[0], which uses crowdsourced data to detect segments in video's and skips them (basically fast forwards over the content).
I imagine this will only work (and only index) threads. So the context can be gathered from the thread title/body and underlying messages reflect the discussion.
Some communities I'm in have #support channels which only support threads. So you create a thread, add a title and a body message and people can reply to your thread by clicking on it. There's no way to post individual messages; only comments in threads.
Thread overview: https://i.imgur.com/jfvrRtG.png
Opening a thread: https://i.imgur.com/pqGrARI.png
This solves your context problem. Still not sure if this is the right direction we want to go in. This just proves to me that Discord is not right tool for the problem at hand.
reveddit is precisely an example of one of those sites which uses Pushshift to display removed content
This link provides direct access to ChatGPT for me: https://www.bing.com/search?q=Bing+AI&showconv=1&FORM=hpcodx
which detects the text from the article as 99% real...
Such a coincidence, but that's exactly the type of equipment I see at every thrift store. Only thing that's missing is a hometrainer.
It's a zsh thing.
14.7.3 ‘=’ expansion
If a word begins with an unquoted ‘=’ and the EQUALS option is set, the remainder of the word is taken as the name of a command. If a command exists by that name, the word is replaced by the full pathname of the command.
From: https://zsh.sourceforge.io/Doc/Release/Expansion.html#g_t_00...
I can't attest for its speed, but this seems like the polar opposite of lightweight.
If he meant that, a "knock off OS" would have sufficed. It looked like to me he was referencing the mass surveillance in China. In either case, unnecessary racist in my opinion.
These links have already been shared in this thread, but I'd still like to share what I did recently.
For the vast majority of debloating I use Sophia[1] and just use the defaults so it's basically fire-and-forget, which I very much like. For any additional de-bloating, like removing OneDrive integration, I use individual scripts from [2].
I've recently switched my development laptop to a Macbook Pro and it's hilarious to note the difference in installation process between the two. The MacOS experience is embracing the "it just works"-concept, no configuration required and everything is taken care off. Whereas the Windows experience is basically you get a thin shell and you need to install these 20(!) updates in order to start configuring your drivers, installing packages and "debloating".
In the end I've accepted that Windows and MacOS both have a place in this world and neither have the perfect approach to an operating system. OS's are such a personal experience.
This is known as clipboard delay-rendering
Aha, so that's why Word[1] just explicitly asked me if I want to save the current copied image before quitting. It's probably asking before loading something big into memory?.
There are some alternative frontends for Spotify available. None of the ones I found works on M1 mac, but Windows and Linux users have some options available.
https://github.com/jpochyla/psst
From the original article [0], last line: "In a future post (currently being finished), we'll take a look at exactly how they escape the IMTranscoderAgent sandbox."
[0] https://googleprojectzero.blogspot.com/2021/12/a-deep-dive-i...
248 comments about this topic in a similar thread: https://news.ycombinator.com/item?id=30151580
How would you debug something inside of a loop (1000s of values) with a line breakpoint in your IDE? Your debugger will trigger the breakpoint every single time it walks through the loop, even when everything is going fine. Now if you conditionally trigger the breakpoint inside the loop using code, it will trigger once and only if it encounters whatever error you want to catch.
Obviously you remove that debug statement from your code after you're finished debugging.
Interested to know which ways you can integrate adblocking tools in this to block tracking when using the vpn.
Obviously you would have to set up a whole lot more to maximize privacy which isn't covered in this tutorial.
The Cuckoo's Egg: Tracking a Spy Through the Maze of Computer Espionage
Does anyone have other hacking related books with story telling like in this book?