Readit News logoReadit News
edub commented on Proton Mail Helped FBI Unmask Anonymous 'Stop Cop City' Protester   404media.co/proton-mail-h... · Posted by u/sedatk
Digit-Al · 7 days ago
It says all that in the article.
edub · 7 days ago
I think 404 Media has an ethical obligation to provide Proton Mail’s response outside the article’s paywall. The word “Helped” in the headline is more sensational than stating that Proton “was required by Swiss law to provide...”

For readers who do not want to pay to read the article, the headline leaves incomplete context and creates a misleading impression of the story. That damages Proton’s reputation, and the missing context is only available if someone pays for the article, reaches out to Proton, or searches forums for substantive information.

edub commented on AI World Clocks   clocks.brianmoore.com/... · Posted by u/waxpancake
baltimore · 4 months ago
Since the first (good) image generation models became available, I've been trying to get them to generate an image of a clock with 13 instead of the usual 12 hour divisions. I have not been successful. Usually they will just replace the "12" with a "13" and/or mess up the clock face in some other way.

I'd be interested if anyone else is successful. Share how you did it!

edub · 4 months ago
I was able to have AI generate an image that made this, but not by diffusion/autoregressive but by having it write Python code to create the image.

ChatGPT made a nice looking clock with matplotlib that had some bugs that it had to fix (hours were counter-clockwise). Gemini made correct code one-shot, it used Pillow instead of matplotlib, but it didn't look as nice.

edub commented on Show HN: Agent.exe, a cross-platform app to let 3.5 Sonnet control your machine   github.com/corbt/agent.ex... · Posted by u/kcorbitt
edub · a year ago
Using LLM to control your machine has amazing potential for accessibility.
edub commented on Police cannot seize property indefinitely after an arrest, federal court rules   reason.com/2024/08/16/pol... · Posted by u/throwup238
GavinMcG · 2 years ago
The Supreme Court has said it isn’t unconstitutional as a general matter, so a lower court’s ruling won’t force that to change. And because the practice is a holdover from English law and isn’t understood (as a historical matter) to be something the constitution was meant to alter, there isn’t much basis for thinking the Supreme Court would reverse its earlier decisions.
edub · 2 years ago
This seems like a strong candidate for a Constitutional amendment. Twelve amendments were ratified in the 20th century—about once a decade since the end of the Civil War. However, if you exclude the 27th Amendment[1], we haven't ratified an amendment in 53 years. My favorite type of amendment is one that extends rights to people, and in this case, also to their property.

[1] The 27th Amendment took a different path compared to the other 16 amendments ratified since the Bill of Rights. It was originally proposed as part of the first 12 amendments but took 202 years to be ratified. This was largely due to the efforts of a University of Texas student in the 1980s, who, motivated by a C grade on a paper, embarked on a mission to see it finally adopted.

edub commented on What "consent" looks like for the DEA and TSA   papersplease.org/wp/2024/... · Posted by u/greyface-
edub · 2 years ago
I can't load the article, so this is likely off topic, but the memory came rushing back when I read this headline.

I attended a wedding that got hit by a major flash flood that required a rescue operation by boat and helicopter. Thankfully no one was seriously injured. A half dozen people were swept away and rescued from trees. The rest of us got to higher floors of the building and they were concerned about us waiting out the flood because cars from the parking lot floated and rammed the first floor of the building. It was featured on an episode of I Do, Redo.

They brought in busses to transport the 61 people rescued to the local high school where they had activated the Red Cross and provided us dry cloths and food. I can't say enough nice things about the Red Cross volunteers and the staff at the high school, and same with the fire department and EMS.

However, when we were loaded into the busses, the police held the busses until they had a drug dog come into the busses to walk up and down the aisles, and only after that let the busses take us to the high school. While no one was seriously injured physically, people were traumatized from the flooding event and many attendees suffered from PTSD for years.

It was so cruel for the police department to do what they did with everyone in the mental state that we were in.

For reasons I do not understand, we were not free to leave the high school, and even the people that did not lose their cars to the flood were required to go to the high school on the busses. I can't recall how long they detained us at the high school, I'd guess 3 to 5 hours, and then they let us leave. The friend that came to pick me up (I did lose my vehicle to the flood) got to the high school not long after I did and had to wait in the parking lot for hours.

We wanted to feel safe once we got to dry land after the ordeal we went through. I did not feel safe until I got home.

edub commented on The tiny chip that powers Montreal subway tickets   righto.com/2024/06/montre... · Posted by u/todsacerdoti
amluto · 2 years ago
I’ve occasionally gotten to watch transit workers open up and service the magnetic stripe card readers in the BART. Those things are complicated. It may well cost less to outright replace a contactless reader module on a fare gate than to service a magnetic stripe ticket machine once. Even an Adafruit PN532 board is only $40.
edub · 2 years ago
I've not worked with the Adafruit PN532, but for an extra $10 you can get a Pepper C1 USB from Eccel which is very easy to work with. It is a stand-alone device, so you don't have to connect it to anything but power. Has WiFi & BT built in and has a built-in web server to configure it with, you can have it make calls via REST, MQTT, WebSocket.
edub commented on Claude 3.5 Sonnet   anthropic.com/news/claude... · Posted by u/squadrick
ipsum2 · 2 years ago
It's the same model though. Maybe your perception has changed.
edub · 2 years ago
Is it the same? On the Models page of the API docs it says that GPT-4 is using the June 13th which would be different than the March 23rd.
edub commented on Nintendo blitzes GitHub with over 8k emulator-related DMCA takedowns   engadget.com/nintendo-bli... · Posted by u/mikhael
lll-o-lll · 2 years ago
Ooh, I really like this idea! A decentralized form of pub-sub based git sounds fantastic. Of course, much of what makes github et.al. desirable, is the extras on top. Pull Requests, Issues, Wiki, search, etc. Making a “local first” decentralized GitHub would be much work.
edub · 2 years ago
Check out Fossil SCM, from the creator of SQLite.
edub commented on It Can Be Done (2003)   multicians.org/andre.html... · Posted by u/kaycebasques
edub · 2 years ago
Many great anecdotes in this thread. Many regarding lack of access to a computer while designing code.

Mine is as a child wanting to try to work on the computer every moment I was awake, but parents insisting that it is important for me to got to bed so I can go to school the next day. My solution to continue to working on the computer when I was expected to be in my bedroom was to keep writing code from my room but on paper.

I'd often stay awake with pen and paper until 4am, and maybe sleep during class the next day. But without the computer to give you the feedback of compiling your code and being able to test it, it forced my mind to try to reason the code I wrote on paper to think through if it would work as I expected.

So maybe 15 minutes writing on paper what I thought the code should be, and 45 minutes reasoning with myself if what I wrote would work the next day when I typed it into the computer. It kinda trained me to compile code in my head, and it was a practice of mine for years throughout middle school and high school.

I'm not sure I would have had the same understanding today as I do now if I had access to the computer throughout the night and could keep doing trial and error with the computer to get my code to work. Even though I was working with BASIC at the time, I think it shaped how I think about working with the languages I use today.

edub commented on Billions stolen in wage theft from US workers   theguardian.com/us-news/2... · Posted by u/wahnfrieden
crazygringo · 2 years ago
Fine, they pickpocket you for $20 in the park.

You're focusing on the wrong detail. My overall point is clear. You're wrong to say I'm being dishonest -- I was obviously trying to draw an equivalence. Pickpocketing is a better example, but I think my intention was clear.

edub · 2 years ago
I'm 5 days late to your disagreement, but regardless: I think the choice of word "dishonest" implies that CGs post was fraudulent in nature, and was a poor word choice unless RR has some reason to believe that CG knows the truth to be different from was you stated. Disingenuous might be closer to what RR meant if RR thought that CG knew that there is an imbalance but chose to focus on treating the situation as both parties have equal weight in the relationship.

I think that the original comment that CG replied to was making an important point about the balance of power between the two parties.

An employee working for an employer vs a customer of that same employer is not equivalent.

You shouldn't compare a person working for an employer with the hopes that they will receive a future paycheck for the work they are doing today (a paycheck that they likely are relying on to make good on commitments that they have) with a customer that receives a service today with the promise to pay it in the future (even though the service provider is also relying on that future payment to make good on commitments that they have made).

There is almost always an imbalance of power between an employee and an employer.

An employee might be doing identical work that a contractor could do, but as a contractor you might expect to be paid up front in partial or full, which an employee would not be able to expect.

It is more complicated with a customer and a service provider in terms of the balance of power. If you only have one option for who provides heat to your house that your children live in, then the provider has more power than the customer. If you like to drink at a bar when you have extra cash then the customer has more autonomy in that relationship than the bar.

One can come up with examples where the employee has more power over the employer, but it is more rare and not what the article in question is discussing.

u/edub

KarmaCake day112January 14, 2015View Original