crabcrimewave aka lowqualityintel

36 Followers
283 Following
123 Posts
OSINT time | gopher | rustacean | Amateur china watcher. I like malware.
Same @lowqualityintel from twitter.
I guess I code in typescript now?
A truly sublime experience
Going back to golang after spending to much time in js/ts and being able to use golang ide's to actually go to definition/actual source code for library code is a beautiful and transcendent experience.
No just going to typescript definition files, no having to un-miniy/un-map javascript code, just the ability to be taken straight to the code I want to see.
Is there any pi clone that has alright software support? I need a new pi like device
Making the really questionable to choice to trust that Chatgpt "understands" basic graph theory. Pray for me 🙏🙏🙏

I write a lot of notes to myself in the code I am working on (been learning a new language here). So I will write things like "not sure how this bit works", and now github copilot has taken to spitting out comments with those kind of statements in it lol

It has literally suggested paragraph long blocks of comments that look and sound like my paragraph long comments from code I am trying to understand the functionality of, instead of actual code.

I have had it suggest many lines (10+ in a row) of commented out console.log(varible) statements.

Can I like reset the Github Copilot cache or something? Copilot now literally spits out comments with all my spelling mistakes, and a lot of times it spits out my commented out print debugging statements (I have a lot of those) instead of useful code.

With js and css, and this emotion style styling declaration whoever decided to name the option that rounds the edges of boxes/buttons "borderRadius" really dropped the ball on having the name have anything to do with corners.

I feel like I should be able to type "corner" into my IDE and have the options related to corners show up because they include "corner" , the thing it impacts, in their names.

Hey @CraftComputing If you haven't thrown away that thumb drive, and have some time to send it to me, I'd like to take a look at malware, and the files it came in that you got with those drivers for that 3070 mobile gpu.
Is there a a youtuber doing something with Typescrip/javascript like Jon Gjengset has done with Rust? Jon Gjengset does a amazing series called "Crust of Rust" where he explains topics that are more advanced (more advanced than the Rust book) and for people who have been working in the language for a little while https://www.youtube.com/@JonGjengset
Jon Gjengset

We're building libraries and tools in the Rust programming language! The streams are intended for users who are already somewhat familiar with Rust, but who want to see something larger and more involved be built. You can see earlier related videos by looking at the playlists and uploads on this channel. I post about upcoming streams and ideas for new ones at https://twitter.com/jonhoo and https://fosstodon.org/@jonhoo, so follow me there if you want to be notified! I'm also on Twitch: https://twitch.tv/jonhoo. Q&A tends to happen using https://wewerewondering.com/. Streaming schedule: https://calendar.google.com/calendar/embed?src=719b6cf08a9f11da4a732083a43aa00a61a7943ea864a57417b5da13b1fc8ccb%40group.calendar.google.com&ctz=Europe%2FOslo The hope of this channel is to help serve the Rust 2018 Roadmap goal of better serving intermediate Rustaceans: https://blog.rust-lang.org/2018/03/12/roadmap.html#better-serving-intermediate-rustaceans Also known as (for search purposes): jonhoo

YouTube
Has anyone who runs the Guix package manager on a different distro figure out a way to not have installed Guix packages mess other packages installed by the other package manager. I've just started really using this thing and it feels like its possible but I just haven't figured it out yet.