HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nullgeo

no profile record

comments

nullgeo
·قبل 8 أشهر·discuss
> Did mass processed food production stop people from cooking or enjoying human made food?

Yeah but what if I'm getting pitted against my coworkers who are vibe coding and getting things done faster than I am. Some people write code with pride because it's their brainchild. AI completely ruins the fun for those people when they have to compete against their coworkers for productivity.

I'm not in disagreement with you or the GP comment, but this it is super hard to make nuanced comments about GenAI.
nullgeo
·قبل 8 أشهر·discuss
What is React runtime? I looked it up and the closest thing I came across is the newly announced React compiler. I have a vested interest in this because currently working on a micro-SaaS that uses React heavily and still suffering bundle bloat even after performing all the usual optimizations.
nullgeo
·قبل 9 أشهر·discuss
One I use a lot is kp, it kills a process listening to a particular TCP port.

  kp () {
           if [ -z "$1" ] then
                   echo "Usage: kp <port>"
                   return 1
           fi
           lsof -nP -iTCP:"$1" -sTCP:LISTEN | awk 'NR>1 {print $2}' | xargs kill -9
   }
nullgeo
·قبل 12 شهرًا·discuss
Not a fork of thunderbird. It's custom CSS that renders the thunderbird "chrome".