- 13 Posts
- 95 Comments
Gnubyte@lemdit.comOPto
Technology@lemmy.world•Want to use some form of ChatGPT but don't want to use the cloud? Run ChatGPT4all locally. It has an API server in the options menus too.English
1·3 years agoMaybe there is confusion in what I am saying. Yes. That is not ChatGPT’s API:

What I mean is - it literally has an API server you can run yourself if you want to programmatically talk to it. Here is a screenshot of the menu option.
I think it’s especially the money and LGBTQ+ and non sexual norms that are driving people to the right. I notice when I talk to a lot of younger guys theyre tired of hearing about it.
Because it’s pushed on so much of their TV shows and things they like that they side with political candidates that are conservative at a young age and they further grow into it. These are conservative candidates with lots of money usually.
I hate to say it but it was universally cool to defend LGBT people when the media and TV shows didn’t push it. Because you were defending an oppressed person. Now it more so feels like it’s popular which means it’s no longer an obscure thing, the anti culture is the new trend.
I want to disclaim that I don’t agree with any of this other than to say this is my observation of the behavior. I play rainbow six ranked on Xbox and use the looking for group party finder with a buddy of mine. We group up and encounter a lot of guys in the army and Marines, a lot of teenagers and this is cumulatively the culture I’ve heard. Same thing on like world of warcraft classic and using discord to raid but those guys run older typically.
Look if going to college didn’t cost four years of time with 20K per year, where in my career you’d be near to outdated (tech), I’d go.
But for tech I feel like its almost a scam. I’d rather have the certs and/or practical knowledge or be able to go through an interview via algorithms, soft skills, explaining how to go through what I know. Its harder work to learn this way but I think it keeps your skills sharper.
I got perma banned off of reddit for commenting on a sub that I had been banned from, and instead of them just not letting my comment post - they instead basically ban you for posting again.
So if you get banned of a sub on reddit and forget because…who cares… You get yourself perma’d for ban evasion.
I got banned from like a news sub for saying “surprise not everyone shares your political opinion, of course there’s dissent”.
That’s when reddit for me went absolutely to shit. Just getting blacklisted by mods who are reading into everything.
I don’t know man I just work here
Gnubyte@lemdit.comOPto
Solarpunk@slrpnk.net•I want to get my PC off the grids power; any decent solutions for an apartment that has access to a roof?English
1·3 years agoI have to ask how do you like the pine book pro?
I have one of their phones but the software at the time was really under developed so it mostly sat for a few years
Gnubyte@lemdit.comOPto
Solarpunk@slrpnk.net•I want to get my PC off the grids power; any decent solutions for an apartment that has access to a roof?English
1·3 years agoI ended up figuring out im averaging about 120w on my desktop which isn’t bad at all.
A web browser, a code editor and some docker containers or binaries. Nothing incredibly strenuous. Like I’m not gaming.
Unregulated lobbied capitalism. I’m okay with capitalism and competing ideas. What I’m not okay with is some of the late stage problems we’ve encountered as a society. Assuming the US average person lives to be a very low of 50, we are four generations deep. Ive known two generations in my own lineage. That’s not very long.
It’s okay to make better systems. Even for billionaires its okay because a rising tide floats all the boats. This is something that needs to be taught better to the upper class. If these guys had less complaining workers, people willing to contribute more so in their enterprises, workers who are happy to make their products, it would be fine. Putting the squeeze on the little guy does nothing for these dudes besides some tight margins.
Coupled with a very elderly legislative body we are left with senseless greed in both trade and politics. Portions of the population just consume politics like it’s a sitcom. What we’re left with is a system in need of refinement.
Gnubyte@lemdit.comOPto
Solarpunk@slrpnk.net•I want to get my PC off the grids power; any decent solutions for an apartment that has access to a roof?English
1·3 years agoDefinitely will look into the MacBooks power consumption. The logic checks out for sure. I have to measure my current laptops too.
Gnubyte@lemdit.comOPto
Solarpunk@slrpnk.net•I want to get my PC off the grids power; any decent solutions for an apartment that has access to a roof?English
2·3 years agoThank you! Appreciate it
I haven’t seen anyone really saying that. Reddits a cesspool of hyper moderation. They’ll ban their own users and Lemmy will literally be default
Stop right there criminal scum. Pay the court a defederation. Your posts are now forfeit.
Gnubyte@lemdit.comto
Programming@programming.dev•What are your programming hot takes?English
236·3 years ago🌶️🥵Many people consume Facebook meta company’s tech stack wholesale, don’t know how to actually traditionally program their way out of a paper bag, and web dev and devops caused a massive layoff (250k people) at the end of 2022, start of 2023 because it was all vaporware. They consume the same software in droves if the other guy uses it.
There is an entire subculture around it that is just a bunch of medium.com writers, YouTubers and twitter handles just trying to get the clicks for their ad money. Some of these guys have never written valid software or done anything noteworthy. If you meet them head on you’d find they have enormous egos and can’t find a counter argument when presented with reason.
I’ll even add on that there are many programmers who don’t know how to code outside a web app.
Why is something like [react, graphql, react ssr, devops, tailwind, unit tests, containers] vaporware?
- there are other frameworks even with component libraries that are easier to read the code for large codebases, better maintained, and have cohesive full stack solutions, and even faster to develop in, to name one quasarJS or even just plain ecmascript
- if you look at the anatomy of these enterprises using these solutions they’ve evolved to have micro front ends requiring armies of workers.
- devops is a sales term, the actual implementation of it is so contextual that you’d probably find you don’t need a full time job for it half the time and most are relatively easy to setup inside of a business quarter
- not everything is Facebook scale: unless you’re padding your resume why did some of these get adopted? How complicated does your app need to be? Did you really need to transpile JavaScript for it?
- unit tests were code to test your code that you’re going to have to functionally test anyways: you’re telling me that you have to write your code…twice? How the hell did this ever get justified to mangers? Why did the culture not evolve into literal automated smoke tests of the actual builds, instead of testing whether a function that is probably type annotated is going to fire anyways???
- docker/containers suck ass: great that they solved a problem but created a whole new one. we moved to python and JS which were JIT without artifacts and suddenly everything needs a generalized build system to run it. C lang variants and Rust lang compile to a binary you can just run… Ship the small ass binary not an entire container to run your shitty web app
You know the stuff I don’t hear about?
- Javascript and Python were steps in the evolution but never the end goal. I’d even say the same of java. There are new solutions but JavaScript in the browser especially should be replaced.
- eye appeal is buy appeal
- that eye appeal shouldn’t always mean you need to use a library or framework; vanilla apps work okay too.
- binaries/artifacts/installer packages > containers
- automated testing of the actual end product
- well written logging to the point someone can tell what the application was doing without seeing code
- using all these compsci algorithms to actually write new products and searches from scratch instead of being a framework baby: do you actually need ELK or Splunk for your search? Really?
- you probably don’t need MySQL for a lot of projects, I bet you an async library with sqlite would be the same for many of these projects.
- small teams with feature rich apps using SSR, the value of an SSR web app
- the value of a SPA
- the value of traditional desktop software and not using REST APIs
No. They’ll just name an entire lineup of the worlds biggest computers after your daughter.
Gnubyte@lemdit.comtoPolitics@lemmy.ml•Bernie Sanders urges left to back Biden to stop ‘very dangerous’ TrumpEnglish
32·3 years agoIsn’t Biden 80 years old?
This is a misplay but if you look at the numbers Kennedy is losing to Biden in polls by a large 50% margin but also I’ve never heard of this site so beware its credibility:
https://projects.fivethirtyeight.com/polls/president-primary-d/2024/national/
I’m not keen on Biden continuing at his age. Because you’re voting for his vice president at that age.
I don’t think Biden could beat Trump again. Every person who got laid off during Bidens administration will have something to say about it in the voting booth. Democrats need to push up a better candidate.
Gnubyte@lemdit.comto
Asklemmy@lemmy.ml•What is your "inexpensive" hobby that turned out to be expensive/ you gradually invested lots of money into?English
192·3 years agoGaming. It used to be an MMO for like $15 a month. Now it’s a new game for $70, the game has DLC for $20-$30 or skins or some battle pass.
You’re about to make a lot of enemies 😂
Last time someone posted this stupid fucking article up on a different tech lemmy I got into it with some single brain cells morons.
It’s open source tech. You could fork the entire thing if you didn’t like the CEO. Who cares.
Gnubyte@lemdit.comto
Meta (slrpnk.net)@slrpnk.net•Petition to Defederate Monero.TownEnglish
4·3 years agoKinda wild seeing this thread as a a dude who finds block chain stuff interesting but isn’t invested in any coin. I started up a few subs on my local if anyone wants to talk about it but yeah, I also love solar punk stuff so to speak and clean energy, and they are working against each other in current deployments.
Hope you guys come up with something that works for all your users on your lemmy server.
TIL there’s a solar community, cool.














Its locally hosted including the model and the runtime. You can have your program open up a server and bind ports locally if you want to run your own server and not just a desktop GUI.