Hacker Newsnew | past | comments | ask | show | jobs | submit | eurleif's commentslogin

>A blatant violation of both the first and second amendment.

That defense didn't do too well in another case: https://www.courthousenews.com/third-circuit-backs-new-jerse...


A very long time ago, I had the idea to set up a joke site advertising "SpamZero, the world's best spam filter", with a bunch of hype about how it never, ever misses spam. When you clicked the download link, the joke would be revealed: you would get a file consisting of `function isSpam(msg) { return true; }`.

Apparently that's not a joke anymore?!


If you're ok with a TUI instead of a GUI, Microsoft's documentation says the `edit` command is still around in Windows 11 (I don't have a Windows 11 machine handy to verify this): https://learn.microsoft.com/en-us/windows-server/administrat...

Huh. I was going to say, last time I saw this was 20+ years ago, and I forgot it exists - but I must be remembering something else. It seems `edit` is a new thing, if I'm to believe https://learn.microsoft.com/en-us/windows/edit/

I can confirm it exists on my Windows 11 machine, and I didn't install it specifically, though it's definitely not a base install (upgraded from Windows 10, and plenty of dev tooling installed over the years). Still, it fits the bill (+/- GUI, but I didn't consider TUI at all). Thanks!


The documentation doesn't make this entirely clear, but I think these are two separate things: the original `edit` command which is built into Windows 11 (and has been built into prior Windows releases), and a replacement written in Rust that can optionally be installed.

Note that my link is dated 2023, whereas Wikipedia says that Microsoft Edit was first released in 2025: https://en.wikipedia.org/wiki/MS-DOS_Editor


The old EDIT never shipped with any 64-bit Windows IIRC, since it was a 16-bit MS-DOS application. I believe 32-bit Windows 10 has it..?

As someone who (mercifully) only occasionally has to touch Windows machines, I keep forgetting this, and then when I try to do stuff I’m flabbergasted that the operating system does not include a terminal text editor. (In a fit of pure desperation I even typed EDLIN into the Command Prompt — no go ;)

That was the case with Win11 about a year ago; if they finally started shipping EDIT64 then hey, that’s one positive recent change in Windows I suppose.


Well, there was a workaround (that I only learned today) for creating new files:

    copy con file_to_edit.txt
Type text, end with CTRL+Z. Don't make any typos.

That's what web search told me, but then looking at the remarks in docs for `copy`[0], I have to wonder if this works now, and if it would've worked back then:

    copy prefix.txt+con+suffix.txt output.txt
If it does, then combined with some clever use of `find`, `findstr` or `for` (whichever was available back then), you could probably get something that's half-way between EDIT.COM and a line editor.

(`more` would come in handy here, but AIUI, there's no way to run it non-interactively in cmd.exe? Don't have a Windows machine handy to check it right now.)

--

[0] - https://learn.microsoft.com/en-us/windows-server/administrat...


copy prefix.txt+con+suffix.txt output.txt

This does indeed work in proper MS-DOS. Congratulations for figuring out probably the single most masochistic way of accomplishing text editing ;)


Thanks, this explains the mystery, and now the timelines add up.

So it turns out, EDIT.COM was one of the first - if not the first - computer programs I ever saw and used, back when the first PC showed up in the house. For some reason, someone in the family guessed that 9yo me will be interested in DOS and QBasic. A few years later, I used it from Windows for some time, when I was learning X86 assembly (I wanted to learn how to make a video game, so I went to the local library looking for some "intro to programming" book, and mistakes were made).

Afterwards, it was Borland C++ 3.1 (another TUI classic) and vim/Emacs, and I forgot about EDIT.com entirely. This new Microsoft Edit is something new, and something else, but similar enough that it brought those memories back.

Thanks again!


Here are the results I got with slight variations to the prompt to ChatGPT 5.2. Small changes can make a big difference: https://i.imgur.com/kFIeJy1.png



Oh I know. Just thought people might enjoy this in particular.


You are constitutionally entitled to a jury trial for any criminal charge in the US under the Sixth Amendment.


Thanks.

I’d imagine it would be cost prohibitive to take a peeing in the bushes charge to jury trial though?

Sounds like the sort of thing one would only do if they were aiming to set a precedent for some reason?


95% of cases are settled before reaching jury trial. Usually a plea bargain for criminal cases. Settlement for civil cases. Or dismissal. The other 5% are expensive.


Would peeing in a bush be a criminal charge? I'm not American but I thought there was a difference between misdemeanors and "actual" crimes.


Generally speaking, there are two levels of crime in the US; misdemeanors and felonies. Both will land you with a criminal record, but a misdemeanor-only record will not show up on some standard background checks and does not remove your right to bear arms or vote, for example. Felonies are much more serious, and generally mandate a minimum prison sentence of 1 year unless plead down, while the sentencing for misdemeanors generally caps out at a year and typically just gets reduced to fines and community service, or a short stint (e.g. a couple weeks) in the local jail instead of a prison.

In some states, first offense non-violent felony convictions (e.g. exceeding the speed limit while fleeing police in a vehicle) can be expunged from your record when you turn 21 (if you were convicted and served out your sentence before turning 21). Otherwise felonies generally stay with you for life.


The other comments cover it.

We have civil offenses, the most common example would be minor traffic offense (speeding but not recklessly, etc). These were criminal at one time, but arresting people for minor speeding was deemed inappropriate.

Then we have misdemeanors - everything from reckless driving through basic assault (no injuries, no weapon). Usually/always <1 year in prison as the max punishment. Some financial crimes. Usually don't appear on basic background checks, but might on details checks (like when working for a bank or the government).

Then there are felonies - assault with a weapon, major financial crimes, etc. Typically >1 year prison sentences. As noted, these can impact your rights as a citizen and they will appear on most background checks.

As I mentioned in another comment, district attorneys frequently charge as many individual crimes as possible as a tactic to get cooperation/plea from the accused.

For example, you get pulled over for DUI/drink-driving. You're blotto, and you get out of your car and try to walk away. Police tackle you. The chargeable offenses would be at least... - whatever initial infraction caused the traffic stop (speeding, swerving, whatever) - that was probably civil. - The DUI - a misdemeanor unless it was excessive or a repeat offense - "Fleeing and eluding" or equivalent for walking away - misdemeanor, usually. - Assaulting a law enforcement officer (by forcing the police to tackle you) - automatic felony in many states.

The DA will often accept a guilty plea on everything up to the felony assault, or reduce the assault from "against a LEO" to normal assault (non-felony) to clear their plate.

No idea if this is common in the rest of the anglo-sphere, or anywhere else.


Unfortunately in the US we do in fact go so far as to criminalize urinating in public. It's weird to me that speeding (up to some limit) in a school zone is ranked below pissing in a shrub along the road.


It's not the urinating part. It's the part where you expose the bit that does the urinating. And most places are bonkers about that.


Misdemeanors are actual crimes, yes.


The US judicial system LOVES to overcharge as a means to forcing a plea (and avoiding the cost/time of full trial).


And Israel has been freezing soldiers' sperm post-mortem: https://www.npr.org/2026/01/18/nx-s1-5658287/families-of-isr...


I’ve never been bothered by the idea of my corpse being mistreated, but that feels like several bridges too far


presumably this is a flag or box you can check in your military paperwork

this also assumes there is enough of you left to recover, identify, and freeze


They only ask the parents


The responses most people are getting suggest that the LLM is failing to consider that to wash your car, it needs to come with you. But when I tried, it explicitly told me to "put it in neutral if safe, and gently roll it over while walking alongside". Pretty bizarre.


Tangentially, I saw an ad the other day for software which purports to encrypt your keystrokes: https://www.keystrokelock.com/ I have no idea what that means.


Me neither.

I looked into their Support documentation and it explains how to run the app, not how it works.

I read a 2-slide "Whitepaper" and it describes the many advantages and sort of tells you how it starts in "Ring 0" and the TPM and uses public-key cryptography, but not how it works.

They have trademarked KTLS™, but Kernel TLS is also an extension of actual TLS into the Linux kernel, so good luck differentiating that. Isn't it fun how you can trademark your trade secrets, but if you attempt to patent them, that means public disclosure.

If I had to hypothesize about it, I'd say that there is a Ring 0 hardware driver that takes the USB data, encrypts it, and the encrypted data is tunneled to each application, where it is somehow decrypted transparently without modifying any of the user's applications.

I would research this more in-depth but gnomes have already stolen my underpants. UUU~~U~~~U+++ATH0+++ NO CARRIER


"Award-winning journalist on Fox News" and the padlock with an American flag really sells it for me.

Maybe I should get in on this grift. Curl American Patriot Gold Marine Corps Never Forget 9/11 Edition for only $200. Loads _any_ URL.


> "Award-winning journalist on Fox News" and the padlock with an American flag really sells it for me.

About 20 years ago I worked on backend stuff for the sales site for a well-known UK retailer that advertised their spiffy new web store on TV.

Part of the TV ad had a couple of smiley young people with Techie Girl typing on a computer, and a big animated padlock swooping in and clicking shut and Mumsy Middle-Aged Manager smiling happily, and cut to Hacker Guy typing furiously in a darkened room as a big padlock pops up on the screen and "SECURITY LOCKED" popping up, as he scowls at the screen. The VO was something like "and it's safe to buy online - our site has Security Built In" <fx: heavy padlock clunks shut>

This sequence - the animation and filming this part right their in our own web dev office - cost over five grand of mid-2000s money to make, most of which being the padlock animations. The clunk was my bike lock.

£5000. Five Thousand Pounds.

I can tell you they spent well under 1/20th of that in developer time to actually write the security code for the site. It didn't even use HTTPS, which was kind of a requirement even in 2006.


if that failed to make money people wouldn't do it

"no one ever went broke underestimating the taste or intelligence of the US public" - HL Mencken


Ratchet belts exist, e.g.: https://www.amazon.com/dp/B07PGV4ZRD


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: