which is also driving me nuts because it frequently fails to update the issue and PR counts when I close issues or PRs. Only a hard reload, or closing the tab and opening a new new one, fixes it.
Yeah over the past six months I've trained myself to just hit Command-R every time I switch back to a GitHub issue tab, otherwise things get stale or broken far too often.
Only cannabis that is prescribed medically or in an FDA-approved product:
> Acting Attorney General Todd Blanche on Thursday changed the classifications of products containing marijuana that are covered by the Food and Drug Administration or that have received a state medical-marijuana licence. They will move from a Schedule I narcotic like heroin to a Schedule III drug - on par with Tylenol with codeine.
> He also called a hearing to consider reclassifying all marijuana.
Some people oppose it, others support it. I think most people here are pro-cannabis and liberal, and I think most will see legalization as a "win", but politically, is it really? Will your vote change depending on the result? If you don't your voice don't matter as much.
Those who matter are at the fringe: pro-cannabis leaning conservative, anti-cannabis leaning liberals, etc... Legalizing cannabis may win the first group, but lose the second group. Timing is important too. Did a big cannabis-related news broke out lately, can it be used to divert attention from other matters, like an unpopular tax.
To me, cannabis seems to be very strategic in partisan politics. Like gender identity, sex work, etc... These are subjects where people has strong opinions and unlike other subjects like economics that are highly dependant on external factors and governments have little power in practice, these can go either way without causing too much disruption.
I can’t imagine a scenario where the Democrats legalize cannabis and it hurts their elections. You think there are more anti-cannabis liberals than pro-cannabis conservatives?
I think that actually, if Democrats just did what seems clearly good for most of the country, they’d have much better electoral outcomes than their current Kafka-esque strategy.
I had no confidence in any mealy-mouth things Biden said. And for that matter, after watching Obama make campaign promises and then completely backing out, I had no confidence for him either. (But elections arent always about voting for. Sometimes its voting against.)
Trump's worse, by a LOT. However to his credit, he did completely unban delta6, delta8, delta10, HHC, THC0, and a whole lot other THC based drugs federally. He did do a hell of a lot more than any other democrat or republican, just with a single action.
I have trouble not believing the 'theory' that it's the carrot that gets some percentage of voters out to vote for you. Actually solving it removes the carrot.
And with most presidential elections actually being quite close, and only ~70% of the population voting at best, even getting 3-5% voters, who otherwise don't care at all about politics and wouldn't bother voting for any cadidate, to vote for you simply means you win.
There has still been a major decline in federal prosecutions for marijuana in the US, something like -50% since 2020. The vast majority of weed prosecutions happen at the state level.
State vs federal unfortunatly doesn't change the math behind the "if we do W then union X will not support us and then voting block Y will vote against us at a predicted rate of Z%" math upon which most of these political decisions are calculated.
Apparently not, or Trump would have done it earlier, too.
There were investigations into just what reclassification would mean for other regulations, laws and treaties. These were begun during the Biden administration and are now being finished. If you just say "weed's schedule III now", without any other modifications to policy, you'll have confusion over just what that means to a bunch of different federal, state, and local agencies.
Also, you don't want a President just doing things with the stroke of a pen. Actually, that's our biggest problem right now, letting an autocrat piss all over separation of powers as a treat.
No, it requires more than a stroke of the pen, and the stroke of the pen that was required happened in 2024. It's been DEA foot-dragging ever since, which is what Trump's executive order last year addressed.
Biden didn't want to reclassify it because there's really no point in reclassifying. It's still illegal to possess for recreational use and requires a controlled substance prescription from a doctor.
It would take a law to remove it from the control substances scheduling, no president can do that. Which is also why Trump didn't do it. (It's now schedule 3 instead of schedule 1)
Common russian disinformation talking point. I'd rather have elected bodies representive of the people within the states to decide rules for the country, not the equivalent of a post-it note with a possible 4yr expiration date to shove through your own agenda and trample over the will of the people. Fixing the system is correct, using inappropriate measures to take shortcuts for short term wins to fool voters on progress is a fools errand. Biden took multiple steps in his terms to correct this, no need to frame it intentionally dishonestly.
They did. Biden did the "right" thing by starting a 4 years long re-certifying process. That's how "locked down" marijuana was... It was in the same class as heroin. You cant just "sign a piece of paper". (And its worth remembering hemp/marijuana has been locked down for literal centuries for silly reason. First because it was affecting the rope industry, and then later as a tool to suppress minorities and hippies and the counter-culture anti-vietnam movement in the 60's. Cant have black panthers running around with guns, But how can we criminalize them? Well... you make something they all do illegal.... like smoking weed. There's a reason the incarceration for weed-related offenses is VASTLY BLACK.
I mean... you can just EO this.... but there's rules you're SUPPOSED to follow. Biden did that.
This is simply Trump reaping the rewards of that effort without (of course) giving any acknowledgement to Biden.
Oh and BTW, why didn't Trump do this in his FIRST administration in 2016-2020?
Oh, and remind me which party consistently voted AGAINST rescheduling over the past 30 years?
The private prison industry is affected by this HARD. When you deregulate, all those marijuana criminals (who are mostly black btw) go away. Thats less heads in jail, which is less money to the private prison corporations.
My guess is now that this current administration is sending immigrants and americans to immigrant concentration camps, their headcount will be a wash when the marijuana convictions fade away.
And guess which party the private prison industry donates to?
Ruling by executive order is fundamentally incompatible with democracy.
Well it’s actually the same on iOS: Once you granted access by opening a folder via the picker, the app can save a bookmark and have access to it forever.
It’s not a bug and that is clear if you don’t use the documents folder as your example. When granting specific access it is not the same system as when granting general Documents folder access.
MacOS has two distinct mechanisms. One gates access to Desktop, Documents, etc. for general access. The other grants access through the Open dialog. The open dialog is always superior because it's consent for a specific location.
Doesn’t seem like a bug to me - it’s just a poor UI. Two different security systems both working properly but only one has a UI to show the protections.
The app somehow gained a permanent permission that I didn't give and that I can't remove no matter what I do. That's not working properly in any sense.
It’s working properly in the sense that the Apple-provided file picker UI is designed to give permanent file permission access to an app. But the user thinks that access is temporary. It’s a mismatch between the user’s mental model and what’s actually happening.
> It’s working properly in the sense that the Apple-provided file picker UI is designed to give permanent file permission access to an app.
In the case of sandboxed apps, this is not true. The open panel provides temporary access, and a sandboxed app needs to create a security-scoped bookmark to retain persistent access across launches.
For non-sandboxed apps, it's usually not an issue, because non-sandboxed apps have access to most of the file system by default. The weirdness occurs only for certain files and folders that are restricted by TCC, such as Desktop and Documents. But for non-restricted folders, nothing needs to be done. Observe that if you use the Open from folder... command from Insent on a non-restricted folder, then no com.apple.macl is set on the folder. No special permanent access is granted, because none is required. The only time the system automatically grants permanent access is with TCC-restricted files and folders, so we can't pretend that this is a "normal" thing.
In general, non-sandboxed apps don't even need the open panel for file access. They can just read whatever file they want... except for the TCC-restricted files. The purpose of the open panel in a non-sandboxed app is just to provide a file picker UI to the user.
The security-scoped bookmark is exactly why a user should treat all macOS file access permission prompts as permanent. There is also no UI to show to a user whether an app has created a security-scoped bookmark.
And this is for sandboxed apps. You correctly point out that non-sandboxed apps have even more access. So a user’s mental model should be that all open dialogs grant permanent access.
Nope. The user is not revoking the access that they granted. They are revoking general access to a folder, but since there is no way to revoke specific access nothing happens.
reply