HackerLangs
TopNewTrendsCommentsPastAskShowJobs

lordfrito

no profile record

comments

lordfrito
·12 dni temu·discuss
The number of people here defending AI cheating as an alternative/clever form of "learning" is eye-opening. Also the people saying it's not the students fault they cheated, it's the systems fault.

All I know is I wouldn't want one of these cheaters performing open heart surgery on me, designing the airplane I'm flying in, or managing my financial affairs. Or marrying my daughter.

I would have thought the defense of cheating to be a much more marginal position.
lordfrito
·14 dni temu·discuss
Regarding shaming: A new strategy I've noticed recently is that my organization randomly deploys emails from time to time that are basically "fake" hacking/phishing attempts. Sometimes it's a PDF link, or a request for an invioce, need a phone call, etc.

If you fall for it (clicking the link) then you get sent to a webpage saying "Hey this was a test and you fell for it... think twice before you fall for this again. Please watch this short security video". Then you get followup emails until you finally get around to watching the video.

Something tells me if you are a frequent offender they have you do additional training.

As annoying as the emails are, I appreciate that this avoids the shaming aspect. Its important to keep the normies on guard against this kind of stuff. And this gets the job done without drawing attention to human level failures. And it keeps everyone a little more on their toes.
lordfrito
·15 dni temu·discuss
I'm a fan of separating the trusted compute levels for commercial and non-commercial uses/sides of the internet. I think we have to move in this direction.

As it stands today, doing business on ebay/craigslist/etc isn't that much different than doing it in a back alley in the bad part of town. Generally a bad idea but YMMV if you keep your wits about you. Of course it's your right to do business that way, but no one in their right mind thinks it's acceptable to do global commerce that way.

Commerce relies on legally enforceable contracts (both paper and EULAs), which ultimately rely on identity to be enforced. It's a bug, not a feature, that someone on the internet can steal my identity to purchase a product in my name and have it shipped wherever they want. It's a feature, not a bug, that my bank asks me for photo ID before I empty my account in person.

I'm not allowed to access banking computers, except occasionally and from within in a sandbox with proper credentials (ATM card for example). If, in the future my bank needs to do their compute inside my house on my phone, then it seems fair that there should be walls that keep me outside of their trusted compute.

That said, I am 100% behind keeping open purpose general computing free and available. Rooted devices, self built PCs etc all of it. I love it, saying this as a person who grew up building their own PCs and programming from a young age. I think that we all should be able to access the non-commercial side of the internet in any way we want, a true public square, warts, gutters and all. Hobbyists can do whatever they like as long as it doesn't touch commercial systems.

As I see it, the problem for most of us is that the social/fun side of the internet has largely been captured by commercial interests. Anything with a EULA should be considered a commercial site, since you're legally bound by a contract using it. As it stands today all the fun things on the internet would require enforced identity.

Maybe having a separate walled off "commercial internet with identity enforcement" will finally open the public's eyes as to the ramifications of the digital world we've built. And also allow us to individually take a stand and push back against the commercial interests through our daily choices of what sites we visit. Basically voting with your ID chip instead of your pocketbook. You can still do business in the gutter if you want to, but for the normies it will be easier for them to spot when they're in a back alley. And it gives parents options for keeping kids off of the anonymous side as as well.

I do think a Reddit with identity would be a much less toxic place. As long as the brave adventurers among us can still access the digital gutters like 4chan and other message boards.
lordfrito
·22 dni temu·discuss
1985: Austrian rock singer Falco records Rock Me Amadeus!
lordfrito
·22 dni temu·discuss
> I think it is fair to argue that basic libraries don't support trig on common fixed point sizes.

Its not that hard to roll your own support for fixed point trig. CORDIC is your friend. Easy to understand and easy to implement. Plus you can easily customize it for whatever custom fixed point size you want to work with.

Back in the day I implemented fixed point SIN / COS / TAN / ATAN routines on an 8 bit micro. Angle was represented as 8.8 fixed point, with 256.0 = 360 degrees. Made it nice when adding and subtracting angle values, as 360 degrees would overflow back to zero degrees. SIN/COS values, being between 0.0 and 1.0, were stored as 0.16 bit fixed point, so FFFFh = 0.9998 (approx 1.0). Used it for embedded magnetometer and gyro applications. Worked great and was reasonably fast considering it was an 8 bit micro.
lordfrito
·w zeszłym miesiącu·discuss
I use the term "programmable people" for people like this, in that they believe what the screen tells them to believe and they do what the screen tells them to do. It bothers me that it won't be long before these programmable people represent the overwhelming majority of voters. Not sure what happens then but history tells me it won't be good.
lordfrito
·w zeszłym miesiącu·discuss
This is like maximum 80's cringe... I say that as a child of the 80's... I'm half tempted to cut this up and try and build some sort of vaporwave track. Seems tailor made for vaporwave.
lordfrito
·2 miesiące temu·discuss
This is awesome! Thanks it made my day!
lordfrito
·2 miesiące temu·discuss
Watching it from time to time over the years I've noticed all the little 2001 A Space Odyssey references. The Dark Star universe is some sort of "low budget" version of the 2001 universe. By low budget I mean janky. Many things in Dark Star are janky versions of what you see 2001.

For example, the Dark Star central computer is really just a janky version of HAL. In 2001 HAL wishes happy birthday to a sunbathing Frank Pool. In Dark Star, you have Pinback on a lawnchair using a jerry-rigged sunbathing lamp, later complaining that no one remembered it was his birthday. Both have scenes that feature explosive bolts. Also both have scenes with the astronauts getting sandwiches (chicken or ham?). Both have a mission control guy, with the one in Dark Star being completely useless. There are probably more references but these come to mind.

Love that movie.
lordfrito
·2 miesiące temu·discuss
> I dont know why people would want to be in a community where they arent wanted.

This is standard predatory behavior. Child abusers hanging out with kids, weirdos hanging out near the women's clothing department, etc.

It's usually a clear indication of the sort of people you don't want to associate with in your online community. They bring a net negative to the table.
lordfrito
·2 miesiące temu·discuss
From my point of view I don't see anything wrong with knowing a little bit more about the person behind the app I'm trusting to do my personal compute on my personal device. Personally I always think twice when I download apps from company's whose names I don't recognize. Same with PCs... do you really want to run that *.exe you downloaded from that cool site you found?

Changes like this will help keep developers honest and accountable. Yeah yeah bad apples will still find ways to screw us.

If you want to publish an app to a global scale ecosystem, is it really too much to ask to give some ID?
lordfrito
·4 miesiące temu·discuss
It's not illegal to do business with whom you want to (freedom of association etc)... but if my business provides you with tools to systematically avoid a protected class (say, black businesses) then my business might not be legal.
lordfrito
·4 miesiące temu·discuss
Interesting, the Wikipedia article has this to say

Mere customer satisfaction, or lack thereof, is not enough to justify a BFOQ defense, as noted in the cases Diaz v. Pan Am. World Airways, Inc. and Wilson v. Southwest Airlines Co. Therefore, customer preference for females does not make femininity a BFOQ for the occupation of flight attendant. However, there may be cases in which customer preference is a BFOQ – for example, femininity is reasonably necessary for Playboy Bunnies. Several breastaurants like Hooters have also used such requirements of femininity and female sex appeal under a BFOQ defense. Customer preference can "'be taken into account only when it is based on the company's inability to perform the primary function or service it offers,' that is, where sex or sex appeal is itself the dominant service provided."

So basically the question to ask it "Is it a bona fide occupational qualification that the driver be female?" Seems like a high standard to reach. Arguments based on "feels" as in "I don't feel safe around this kind of person/employee" seem like the very kind of discrimination that the law has tried hard to eliminate. It's pre-judging someone based on sex, and deciding that they aren't safe even though they haven't done anything. I understand that women are often harassed, but the law already has a process for dealing with harassment.

I predict this kind of thing (apps that allow customers to discriminate on the basis of protected class) will spread and eventually be challenged in court. Curious how this will all play out and become settled law.
lordfrito
·4 miesiące temu·discuss
Law is in flux.. Employee or contractor, it's basically not settled law yet.
lordfrito
·4 miesiące temu·discuss
Sex is a protected class under Title VII of the civil rights act. And the supreme court recently said that even majority classes (men) are protected by this. Since Uber involved in the decision to send more business to female drivers than male drivers, this would seem to me to run afoul of employment discrimination (sorry we don't need as many men workers today, too many of you competing so market forces mean we're going to pay you less, etc).

Can someone explain to me how this is (or isn't) legal under Title VII?

It seems if this is fully legal because it's the customer making the decision, then pretty much any form of "in app" discrimination is legal as long as it's the customer doing the discrimination. How long till "I don't want a black/white/gay/etc driver" options show up?

"All animals are equal, but some animals are more equal than others." — George Orwell, Animal Farm
lordfrito
·4 miesiące temu·discuss
> I've always been fascinated by nostalgia. It is such universal source of both positive and negative feelings for people.

I read somewhere that nostalgia is just bitterness towards the present. It's an emotional trap and best not to linger in nostalgia too long. Change is inevitable, we can't go backwards.
lordfrito
·2 lata temu·discuss
[flagged]
lordfrito
·3 lata temu·discuss
Also he does seem to have "crazy eyes" [1].... Yeah it's not entirely scientific but a lot of manipulative exec types have them. Elizabeth Holmes comes to mind...

[1] https://www.insider.com/you-can-spot-psychopaths-by-looking-...
lordfrito
·3 lata temu·discuss
No different than Al Capone being convicted for tax fraud. Real people got hurt in both cases.
lordfrito
·3 lata temu·discuss
> It's effectively a pyramid scheme in which the potential marks are everyone in the world.

That's about as big as it gets, and pretty well explains the long legs this con continues to have. A lot of marks out there.

The only thing bigger would be an interstellar "galactic-coin". God. I can only imagine the carnage. Seems like a great premise for a sci fi story.