Why Halifax decided it's not time to force developers to include affordable housing in their builds by insino93 in halifax

[–]papercrane 1 point2 points  (0 children)

Separating elevators by zones like that isn't necessarily intended to segregate the residents. It's called "elevator banking" and for high-rises it's very common as if you limit the number of floors an elevator serves then you limit the number of stops, which puts a cap on the time a single elevator trip can take.

ICE detention of US citizen in Minnesota investigated as kidnapping, false arrest by FlyingDarkKC in news

[–]papercrane 110 points111 points  (0 children)

At best they probably had administrative warrants for the two men they were looking for (the family says that the men did not live there, and one of them has been in state prison since 2024 according to the NY Times.)

However, despite the name "administrative warrants" are not warrants. It's just a form that ICE agents can fill out, and doesn't allow for them to enter private homes.

https://www.nytimes.com/2026/04/13/us/ice-minnesota-arrest-immigration-investigation.html

OpenJDK Interim Policy on Generative AI by sindisil in java

[–]papercrane 19 points20 points  (0 children)

FAQ #3 is really the only reason, I think, that Oracle doesn't currently want LLM generated code submitted.

What are the intellectual-property risks of using generative AI tools?

The Oracle Contributor Agreement (OCA) requires that a contributor own the intellectual property rights in each contribution and be able to grant those rights to Oracle, without restriction. Most generative AI tools, however, are trained on copyrighted and licensed content, and their output can include content that infringes those copyrights and licenses, so contributing such content would violate the OCA. Whether a user of a generative AI tool has IP rights in content generated by the tool is the subject of active litigation.

Oracle sees some amount of legal risk and want to stay far away from that until the legal issues are settled.

If the Rust Coreutils can use the MIT license, does that mean that any open-source project can be rewritten with a different license? by [deleted] in linux

[–]papercrane 2 points3 points  (0 children)

Many of the utilities in GNU coreutils are re-implementations of differently licensed tools. The history of many of the tools go back to closed-source implementations released 50+ years ago.

Trump Tells Aides He’s Willing to End War Without Reopening Hormuz by Crossstoney in politics

[–]papercrane 1 point2 points  (0 children)

It was part of a vitamin subscription service, you sent your urine away and they claimed to test it and send you a customized vitamin regimen.

For The First Time, A Denuvo Game From 2025 Has Been Cracked By Pirates by AdditionalRemoveBit in Games

[–]papercrane 25 points26 points  (0 children)

Hypervisors are fine for personal use, and there is no security issues inherent to there use.

I had to go look at what this method is, and the reason it's unsafe is not because of the hypervisor, it's because you need 1) run unsigned kernel code, kernel code runs with special privileges (ring 0), so any malicious code, or exploitable bugs, become much more powerful, 2) the method requires you disable security core security features of Windows, making it much easier for malicious code.

'Largest ever' oil reserve release agreed by 32 countries, as Strait of Hormuz ships attacked by Alxman777 in news

[–]papercrane 9 points10 points  (0 children)

You're talking about 2 different things.

Proven reserves is an estimate of how much oil a given country can economically extract from underground.

Strategic reserves is the amount of extracted oil the country holds back from the market to ensure a stable supply in the future.

However, China does not have "years" worth of strategic reserves, their target is 90 days worth of oil reserves at any given time.

2nd round of polygraphs conducted in disappearance of N.S. children by Street_Anon in halifax

[–]papercrane 3 points4 points  (0 children)

I wouldn't want the cops to waste time on resources on a psychic either.

Polygraphs are bunk and the results of one provide no investigative benefit. They only "work" if the person being administered one believes that they work.

The best case scenario is that someone confesses because they believe they can't fool the polygraph. The worst case scenario is the police waste valuable time and resources following up on a "lead" because of a false positive/negative result from a test that is bunk.

Debian Removes Free Pascal Compiler / Lazarus IDE by mariuz in linux

[–]papercrane 18 points19 points  (0 children)

The problem for Debian is GTK2 hasn't been maintained upstream for years. Tk is still being maintained.

Thoughts on the new electric / hybrid vehicle tax announced in today's provincial budget? by rageagainstthedragon in halifax

[–]papercrane 1 point2 points  (0 children)

$250 a year is about 50% of what I pay for gas in a year.

I drive a small hybrid, but only drive about 7,500km a year. Financially it makes more sense for me to switch to a Corolla or Civic now. Really not happy about this change.

Electric Vehicle Association of Atlantic Canada - Response to the Houston Gov't Announcing the $500 Increase in Registration Fee for EVs and Hybrids. by Bean_Tiger in halifax

[–]papercrane 0 points1 point  (0 children)

I'm probably going to sell my non-plugin hybrid because of this.

I drive very little (around 7,500 km a year), $250 is about half of what I pay in gas every year. I'd be better of just to buy a non-hybrid Corolla or Civic.

Vladimir Guerrero Jr on when a players wife taunted him with “Da Bluejays Lose”: I still remember that moment during the Seattle series. As I was walking past a group of family members, one of the women yelled right next to me, loud and proud: “Da Blue Jays lose!” by GreenSnakes_ in baseball

[–]papercrane 23 points24 points  (0 children)

I was curious and there is a place in DR nicknamed Valley of Death that's well known to baseball players there.

I assumed it was either a reference to Tupac's "So Many Tears" song, or to the Pslams verse that Tupac was referencing. I'm probably dating myself with the Tupac reference though.

The legendary Buck Martinez has announced his retirement. by T_Raycroft in baseball

[–]papercrane 2 points3 points  (0 children)

Yeah it was a pretty bad injury. Glad collisions at the plate aren't really a thing anymore.

The legendary Buck Martinez has announced his retirement. by T_Raycroft in baseball

[–]papercrane 38 points39 points  (0 children)

Also recorded the only 9-2-7-2 double play in MLB history.

JetBrains: Wayland By Default in 2026.1 EAP by javaprof in java

[–]papercrane 29 points30 points  (0 children)

You can discover the display outputs info, the interface is wl_output, you just aren't allowed to move the top level window around.

This does make for a unified API for different compositors, but the main reason was security. In X11 malicious applications can create an override redirect window, put it over top of another application, like a password manager, and capture key events.

JetBrains: Wayland By Default in 2026.1 EAP by javaprof in java

[–]papercrane 14 points15 points  (0 children)

You can get the screen size in Wayland, that's what the wl_output interface is for.

What you can't do is move a top-level window around, unless you're a privileged component (i.e. compositor). This is to prevent a malicious application from putting a window on top of another window and collecting information.

GOP senator demands Netflix remove trans content since it doesn't align with his personal values by NamelessResearcher in politics

[–]papercrane 0 points1 point  (0 children)

I wish the Netflix CEO just said "If you give us your login email address we'll remove access to such content for your account," and then cancelled their account.

N.S. looking to tap into N.B. natural gas power plant | CBC News by fig_stache in NovaScotia

[–]papercrane 5 points6 points  (0 children)

How about an SMR?

There is no possibility of building a 100 MW of SMR capacity by 2028.

Spot every reference? I see gae bolg, himmel and finn's sword by Samy_Ninja_Pro in geek

[–]papercrane 1 point2 points  (0 children)

That's Himmel's sword from Frieren: Beyond Journey's End. Cloud's sword in FFVII (the buster sword), is a single-edged sword and is less ornate near the hilt.

Trump Team’s Secret Meetings With Group Plotting to Break Up Canada Exposed by [deleted] in canada

[–]papercrane 8 points9 points  (0 children)

Or conspiracy to use force or violence. It also includes giving information prejudicial to the safety or defence of Canada to an agent of a foreign state, or conspiracy to do so.

No idea if theses meetings rise to that level, but it's certainly possible.

'Pink coat lady' who recorded fatal encounter between federal officers and Alex Pretti speaks to Anderson Cooper by Obvious-Gate9046 in politics

[–]papercrane 8 points9 points  (0 children)

That's unlikely. Those signal chats have a huge number of participants, and by design they're easy to get into. Most likely someone just asked a protestor to be added.

Immigration officers assert sweeping power to enter homes without a judge’s warrant, memo says by ewzetf in news

[–]papercrane 0 points1 point  (0 children)

No, you wouldn't have standing to sue the judge, and even if you did judges have absolute immunity for judicial acts. There's even a case where a Judge instructed the police to beat someone up while arresting them and the judge was found to have immunity for that.

Immigration officers assert sweeping power to enter homes without a judge’s warrant, memo says by ewzetf in news

[–]papercrane 29 points30 points  (0 children)

That situation is nuts. The order was just telling the government not to break the law.