HackerTrans
TopNewTrendsCommentsPastAskShowJobs

skvmb

no profile record

comments

skvmb
·vor 21 Tagen·discuss
You win! I laughed way too hard at this. Boss man is now giving me the side eye.
skvmb
·vor 2 Monaten·discuss
As a clown, I can confirm.

If you hand me a clean, well-labeled, representative dataset, I can make the model do a respectable little dance by lunch.

If you hand me a Kaggle CSV with duplicated rows, target leakage, mislabeled outcomes, and columns named final_final_v2_REAL, suddenly I’m not doing ML anymore. I’m doing archaeology with a red nose on.

The model is the balloon animal. The dataset is the elephant you had to drag into the tent.
skvmb
·vor 2 Monaten·discuss
I have moderate red/green colorblindness. I ended up getting some Enchroma glasses and it has really changed my world for the better. I always knew I was colorblind, but had no way of actually knowing what I was missing until now. Before I got the glasses I would tend to do my best effort on things and then ask a co-worker if anything needed tweaking.
skvmb
·vor 2 Monaten·discuss
I know my setup is pretty dumb and very specific to me, but I am using: * iPhone 15 Pro * Shortcuts app to schedule it to run on a timer * Scriptable to process the returned data * ChatGPT app as the brain
skvmb
·vor 3 Monaten·discuss
On iPhone I use ChatGPT via Shortcuts and a-Shell for tool execution and Files for memory and state. I can schedule it to run or can invoke it from the home-screen via a shortcut.
skvmb
·vor 4 Monaten·discuss
https://www.merriam-webster.com/dictionary/yes-man
skvmb
·vor 4 Monaten·discuss
I, personally, prefer WaterFox. I use it daily and have had no issues with it.
skvmb
·vor 4 Monaten·discuss
[flagged]
skvmb
·vor 4 Monaten·discuss
Give NMAP a lifetime achievement award too
skvmb
·vor 4 Monaten·discuss
It's pronounced "Doobie Brothers"
skvmb
·vor 4 Monaten·discuss
I thought this was about charging batteries made from coins. I'll stick do salt water lmao
skvmb
·vor 4 Monaten·discuss
Y E S
skvmb
·vor 5 Monaten·discuss
offset length

  00     04:    Version + Flags
  04     08:    Timestamp (uint64)
  12     16:    Node/Agent Hash
  28     16:    Namespace Hash
  44     32:    Random Entropy
  76     20:    Extra / Extension
  96     32:    Integrity Hash
Total: 128bytes
skvmb
·vor 5 Monaten·discuss
Sick! I mostly use Reason 13 now but still have a love for mod tracking.

Here is my mod file player in javascript: https://xovt.neocities.org
skvmb
·vor 6 Monaten·discuss
To me, this sounds like the reality we currently exist in. My definition of alien may not match with yours. Normal people don't have control over AI's inner workings is all i mean by that.

I would watch that movie though.
skvmb
·vor 6 Monaten·discuss
Uhh...what the fuck?!
skvmb
·vor 6 Monaten·discuss
I read it as "Tire Pressure Monitor"
skvmb
·vor 7 Monaten·discuss
I build audio software engines mostly. This is highly enjoyable to me, because I get to create new sounds and new audio effects with results being near instant. Upgrading old Amiga ProTracker .MOD file playback to not sound so 8-bit and low samplerate is a fun challenge too.

Compressing Lamport Signatures is a side-project of mine too.
skvmb
·vor 8 Monaten·discuss
I'd pay for something like this. Not for like talking to my attorneys or related, but I would definitely use this to call my ex and tell her that I'm taking her to court, scheduling appointments (which would need sensitive info), checking inventory of nearby distributors, ordering carryout, and more than what I can think of right now.
skvmb
·vor 8 Monaten·discuss
I got ChatGPT5 to one-shot a Javascript to stack-machine compiler just to see if it could. It doesn't cover all features of course, but it does cover most of the basics. If anyone is interested I can put it on github after i get off work today.