HackerTrans
TopNewTrendsCommentsPastAskShowJobs

aspbee555

no profile record

comments

aspbee555
·11 дней назад·discuss
definitely better when guided properly. Its like the old art of searching, if you gave it a good search query it would find what you were looking for. Same goes for AI now, how you prompt it makes all the difference

funny enough with my diff and directions even claude recognized how much a problem it created and what it would take to fix it
aspbee555
·12 дней назад·discuss
I was handed a project someone vibe coded with Claude and it took me hours just to get it running to discover it was missing the entire interface and all the queries were for sqlite while the DB to setup for it was mysql. The patch diff file between what claude produced and the functional version I got working was over 11k lines
aspbee555
·в прошлом месяце·discuss
I got significantly more work accomplished when I worked remotely. There was tons of work I could not do from the office as people needed the systems I need to work on and could only be done out of hours/remotely.

When in the office I got a lot of people complaining/pissed I was leaving early because I got there an hour or more before everyone so I could get more work done/do the work on systems they needed. The only thing I got while in the office was constant interruptions for things a junior could have handled. Meetings was a bad word, never allowed, so there was really no reason for me to be there constantly (I could have done most of my job remotely and gone into the office once or twice a week)

I hired a junior I was eager to mentor/train to replace me, they proceeded to throw endless things I did at them expecting them to fill the multiple hats I was filling (to the point they pushed them to work on very dangerous equipment and got themselves hurt)

Dammed if you do, dammed if you don't

I absolutely loved the work I did. I GTFO of that misery that was only miserable/got me crucified due to the stupid shit people made up in their head instead of the actual work I did
aspbee555
·2 месяца назад·discuss
> So it's not like I have nothing to share after 30 years of experience in the industry, I just have nobody to share it with.

seriously. it kills me to have so much knowledge and expertise that few people appear to care about if not downright hate me for wanting to pass it on to others as it appears institutional knowledge does not have any value these days
aspbee555
·2 месяца назад·discuss
I did something similar but made the batteries and solar priority, solar charges battery and wall power only used to top off as needed, otherwise always running on batteries

The Drok DC-DC did not work for my minipc that needed 19V/130W supply (would cut off with heavy draw), but the JacobsParts LTC3780 130W has been running my minipc's for almost a year now, gaming minipc, server minipc and networking

before that the solar panels barely charged the solix unit, but now my batteries fully charge and I still sometimes have left over solar I feed into the solix
aspbee555
·2 месяца назад·discuss
spam/phishing/malicious calls do not come from individuals. How about they start with preventing caller ID spoofing/requiring proper caller ID?

the spam calls come from call farms that rotate numbers. they should be required to present a unified and verifiable caller ID

Phone systems can put whatever they want in caller ID, there should be verifiable reverse lookup to a valid registered number along with fines for violators

requiring an individuals ID to get a phone number is going to make the spam/phishing/malicious problem WORSE along with the enormous risks of that database being exposed/abused
aspbee555
·3 месяца назад·discuss
this just happened to me and seriously pisses me off, I never wanted or asked for any account on some site I happened to visit that has absolutely nothing to do with my amazon account

I do not care if they own it now, this is absolutely BS and now I get randomly signed up for some random site I never signed up for?? WTF is this absolutely security nightmare they have created????
aspbee555
·3 месяца назад·discuss
reminds me of the college scene in the movie Tomorrowland where all the teachers going on and on about about the things that would end us and when she asked "Can we fix it?" and teacher is like "What?" "I get things are bad but what can we do?"

learned helplessness is really a problem, but personally all I have gotten is scorn and hatred for trying to make a difference/improve things that I managed/had control of. All people care about is precious number go up/ignoring the future while everyone around me is looking at me like I have two heads for not blindly following the insanity

what do we honestly do?
aspbee555
·4 месяца назад·discuss
this is why I am building a communications software that has no concept of accounts, devices can connect and keys are generated on device and blind to relaying/directing server/network. people can only connect directly with other people/devices. there is no concept of lists of people/devices to connect to, you need to know someone/have access to the device to connect.

no accounts to compromise. no passwords to remember. end point devices control their connectivity. no vpn needed to connect, no intermediary to see all traffic and peer traffic is specifically what is needed/allowed/requested, not a wide open network connection/accounts to be compromised
aspbee555
·5 месяцев назад·discuss
yes, it is possible depending on timing (if a card is authorized but captured later in the day or the authorization was less than the capture, this is why gas pumps do auth for $100 and hold that for days till it clears), but the risk is more about expected/scheduled transactions hitting the account before you realize it got drained
aspbee555
·5 месяцев назад·discuss
US does not always have those proper card safety features (you can use debit cards without pin and online use does not require pin) and banks will fight tooth and nail not to give back overdraft fees (as the overdraft would be from other transactions from the account after the fraud drains an account)
aspbee555
·5 месяцев назад·discuss
misuse is not what I mean, I am talking about if your card is stolen and someone runs up a bunch of purchases before it gets caught, that money is gone from your account and any fees from overdrafts are the account holders problem to deal with and stress they can entirely avoid if they did not have/use a card tied directly to their bank account. I pay close attention to my bank account (as it is important for rent/important bills direct drafted), I only check the credit card when the bill comes in.

users can even avoid interest if they pay that card off every month

I pay everything with my credit card (bills, stores, online, etc) and pay it off at the end of the month. Even my tap-to-pay is tied to the credit card. I never use my debit card anywhere but an ATM. I have never had my bank account violated but I have had the credit card stolen from a store I visited (card company caught it as there was a bunch of fraud from the same store, they let me know and they proactively replaced my credit card)

I have never had my ATM card compromised as it is for one purpose, the ATM

best part of all is my credit score loves the large payments I always make on my credit card
aspbee555
·5 месяцев назад·discuss
with a debit card your cash is gone from your bank account in that moment, even if you get it back later (hopefully). With a credit card they are not able to drain your bank account, the risks are entirely on the cc company and they will be significantly more motivated to get that back than a bank would. it's entirely their problem, not yours
aspbee555
·5 месяцев назад·discuss
solar only runs during the day and when it is not cloudy, wind farms can run constantly with low weather impact

multiple energy sources are what is important to make up for where solar falls short. sure solar is amazing, but it will never replace everything on its own
aspbee555
·6 месяцев назад·discuss
I managed to get this combo going not too long ago with my musl rust app but I found that even after it all was compiled and loading the lib it did not function properly because the library I loaded still depended on libc functions. even with everything compiled into a huge monolithic musl binary it couldn't find something graphics related

I eventually decided to keep the tiny musl app and make a companion app in a secondary process as needed (since the entire point of me compiling musl was cross platform linux compatibility/stability)
aspbee555
·6 месяцев назад·discuss
I was having issues recently with my Pixel phone hanging/freezing/going stupid, it was Nova. I changed to Lawnchair yesterday after learning this and works much better and my battery is no longer draining for no apparent reason
aspbee555
·6 месяцев назад·discuss
I want to see USA recover from the abuser that is separating us from our friends and trying to beat us into silence/compliance like abusive people do

I never realized there was so many people that enjoy watching their family get beaten bloody, ie. Stockholm syndrome
aspbee555
·6 месяцев назад·discuss
I have been trying to figure out why my phone has beep going stupid and laggy with the launcher lately, now I know why
aspbee555
·6 месяцев назад·discuss
I find Google is still really good at finding things for maps/navigation (and I contribute greatly to maps with pictures/reviews), but even that has become a problem with results of places that do not exist (and reviews from owners that say a place never existed where maps is saying)

depends on what you are searching for, but the constant attempts to trick me into useless garbage ads has destroyed reliability/my trust in their general search
aspbee555
·6 месяцев назад·discuss
AI has made it significantly easier to find exactly the answers I was looking for without all the BS designed to trick me into clicking something I never wanted/is completely useless, but I will still jump to DuckDuckGo to look for more as the "AI" is really great at making things up that do not exist. The AI summaries can be just as bad. Soon it will just be search results of AI hallucinations, so not really sure where this is all going

I stopped using Google search years ago as it became nothing but useless results that led to garbage I wasn't looking for. I at least still get good results from DuckDuckGo somehow