HackerTrans
TopNewTrendsCommentsPastAskShowJobs

edub

no profile record

comments

edub
·4 months ago·discuss
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
·8 months ago·discuss
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
·2 years ago·discuss
Using LLM to control your machine has amazing potential for accessibility.
edub
·2 years ago·discuss
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
·2 years ago·discuss
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
·2 years ago·discuss
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
·2 years ago·discuss
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
·2 years ago·discuss
Check out Fossil SCM, from the creator of SQLite.
edub
·2 years ago·discuss
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
·2 years ago·discuss
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.
edub
·3 years ago·discuss
The program was written in 1988. I ran the text through LZSS which was published in 1982, so was available before 1988. I used a 1989 public domain version by Haruhiko Okumura, which is after 1988, but I don't believe it is optimized to improve upon the compression level of the 1982 algorithm.

It took it from 2357 bytes to 534 bytes, which is smaller than the Xmas.c program which I counted as 917 bytes, but another poster counted 913 bytes.
edub
·3 years ago·discuss
The article says that you win points but there is no way to win money back or get payouts. What is legal is not the same thing as what is moral (and vice versa).

No illegal alternative necessary, the players of this app get zero odds and payouts.

gherkinnn is saying that just because it is legal does not mean that the people behind the company are free of responsibility for the damage their app creates.
edub
·3 years ago·discuss
I might be misunderstanding what you are saying, but if there are less than 600k homeless people in America and over 15 million vacant homes, it doesn't seem to be "caused by the physical reality of there being too few homes for the number of people".
edub
·3 years ago·discuss
I wasn't familiar with Kalman, and I tried to understand it by reading the primers on this website and it wasn't clicking for me. Last night I was thinking about the sample graphs, and it occurred to me that it just looked like an Exponential Moving Average, which is a much simpler concept to grasp.

I just searched Google for a comparison and found that EMA is as good as Kalman for "random walk plus noise" on a Stats Stack Exchange, and that a 2003 paper from Brown University (Joseph J. LaViola) showed that a Double Exponential Smoothing algorithm is of equal quality to Kalman (and extended Kalman) but 135 times faster, and a simpler approach.

I find Double Exponential Smoothing to be much easier to understand than Kalman, and assuming the LaViola paper is correct, I'm not going to put additional effort into understanding Kalman.
edub
·3 years ago·discuss
Counterfeits: In August 2014, I purchased from Amazon, shipped from Amazon (just checked my order history to verify), an Apple MagSafe Power Adapter. It was clearly counterfeit.

I contacted Amazon and told them it was fake, without hesitation they told me to throw it away and they were sending me a replacement.

It would be hard for me to believe that they didn't know exactly which company shipped them that product.

It would be easy for me to believe that they didn't notify every other customer that received that product from the same shipment.