chrash0

joined 1 year ago
[–] chrash0@lemmy.world 13 points 2 days ago* (last edited 2 days ago)

is there such a thing as “legitimate criticism” against an entire race of people? this writer is bonkers, and you can tell from the intro. seems like the actual content of the post was buried beneath the first paragraph where a rare few would find it. maybe it was wrong or illegal to fire this guy for being a racist asshole (being a state funded org or something?), but couching it in this narrative of “cancel culture” and “a violation of the first amendment” has fashy vibes to me. institutions should be allowed to control the narrative set by their employees. i understand that as part of my company my words reflect on them, and it’s up to their discretion whether they want to continue to associate with me based on the things i say. you have every right to say racist shit on your favorite fascist-owned platform, but everyone else has the right to tell you to fuck off.

also big downvote for posting this in a technology community

[–] chrash0@lemmy.world 3 points 1 week ago (1 children)

it’s just a lot of complexity, especially if you’re targeting only Android. it’s single threaded and not native to the platform. you’ll be behind on platform versions and have to find shims for everything. you’ll run into weird issues for which the fixes are not supported by the native platform. the more layers you put in between you and the native runtime, the more things can go wrong

[–] chrash0@lemmy.world 6 points 2 weeks ago (3 children)

Android Studio and Jetpack Compose is going to be the path of least resistance, but i’d need to hear more requirements to make a real recommendation (besides try to avoid React Native unless you have a really good reason)

[–] chrash0@lemmy.world 1 points 2 weeks ago

inheritance

aight ima head out

[–] chrash0@lemmy.world 5 points 3 weeks ago

not really. using WASM as your full stack for your front end is just adding to the complexity and jank. WASM is there for compute heavy stuff. you can use it that way if you want.

[–] chrash0@lemmy.world 2 points 3 weeks ago (2 children)

i know i’m in the minority here so i’m not going to bury myself in this hole, but i do think those are addressable problems. many of them have been addressed. replacing Javascript is exactly what i’m talking about.

[–] chrash0@lemmy.world 1 points 3 weeks ago

there may be a little angst from reading and rereading the “Max-Age” portion of the cookie RFC that caused this trauma

[–] chrash0@lemmy.world 4 points 3 weeks ago (8 children)

this is my most controversial take in computing in general:

i’ve always hated the browser. the reason there are only a few working browser engines is that HTTP and the HTML/CSS/JS tech stack is a gigantic pile of tech debt, and even using Chromium and Firefox you run into edge cases where, for certain edge cases, they don’t always follow the specs as defined in these ancient RFCs. and these specs: why tf are they treated as gospel? which software product specs drafted 50 years ago get this kind of reverence? why is it that other GUIs have had tons of iteration, not just of their spec but their full stack implementation (Wayland, .NET, Kotlin Compose, SwiftUI, etc), but we’re all just fine with this mess of janky boomer protocols cuz it lets startups get to market faster? why is downloading an entire app (less some caching) every time you want to use it feel less cumbersome than installing something native to the runtime environment where the protocols can be tightly controlled by the developer and not subject to whatever security and storage protocols whatever browser implementation decides is good for you? cookies? really? the browser should be reimagined with a tighter set of protocols that allow you to look at brochure sites and download content, ie apps. even the best web apps are a janky mess and have never worked better than properly developed desktop GUI. /rant

[–] chrash0@lemmy.world 5 points 3 weeks ago

i just got an Ubuntu machine at work, and really simple packages are only available as snaps. so i guess i’m going to try out Nix home-manager

[–] chrash0@lemmy.world 2 points 3 weeks ago

CodeBullet is good content. it’s a little bit of genZ cringe, but the guy is persistent and has some really cool projects using more “traditional” AI (A*, deep Q learning, etc)

[–] chrash0@lemmy.world 20 points 4 weeks ago (1 children)

Webkit based, for anyone else wondering

[–] chrash0@lemmy.world -3 points 1 month ago* (last edited 1 month ago)

that’s your definition, sure. outputs absolutely have to be checked or the entire thing is objectively pointless, but it’s not. where you want to draw that line is a semantic argument i’m not interested in. but if you submit shit code to my repos and come to me saying, “oh i was vibe coding”, that’s a paddlin

 

howdy everyone!

i’ve been trying to diversify my fitness routine, and i live in a bicycle town with lots of great trails (so they tell me). i’m wanting to get into gravel biking because i have too much to live for to get smashed by a car or modify my collar bone with a tree (jk y’all are cool i’m just a wuss).

one thing i really enjoy is the data part of my workouts, but i’m increasingly wary of putting my data into walled gardens like Apple Fitness or even Strava to a certain extent. and i have the technical know-how to store and curate my own data if needed (4 years as a professional Android developer and 15 years of programming experience). i’ve been advised to get a cycling computer, but many of my friends aren’t so technical and just grab whatever “Garmin” they can afford. and the folks at the shops will have little knowledge of underlying OS versions or chipsets or whatever.

so i wanted to reach out to the nerdiest cycling community i could think of and ask about it. i know gadgets in niche spaces can be kind of a wasteland in terms of open source or open API access or whatever, but is there such a device that’s hacker friendly? i don’t need another shitty smartphone strapped to my bike, but i also don’t want to miss any fun data collection features like power delivery (once i fully build out my kit; i’m building this out piecemeal).

any advice would be appreciated 🙏

view more: next ›