@dcoderlt@ohai.social avatar

dcoderlt

@dcoderlt@ohai.social

just another nerd
🌞 rises in the east, 🌈🏳️‍⚧️ rights are human rights, #RussiaIsATerroristState .
Hammer-and-sickle is a swastika-tier hate symbol, denying it only makes me block you harder.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

b0rk, to random
@b0rk@jvns.ca avatar

today I'm thinking about the tradeoffs of using git rebase a bit. I think the goal of rebase is to have a nice linear commit history, which is something I like.

but what are the costs of using rebase? what problems has it caused for you in practice? I'm really only interested in specific bad experiences you've had here -- not opinions or general statements like “rewriting history is bad”

dcoderlt, (edited )
@dcoderlt@ohai.social avatar

@b0rk
When rebase caused conflicts with the target branch, I naturally solved that conflict. But when I then had to rebase onto that same branch again (develop moves rapidly and this feature branch was taking a few days to complete), I had to solve the same conflict again. And again the next day…

b0rk, to random
@b0rk@jvns.ca avatar

working on a very short list of helpful command line git tools. so far I have:

what am I missing?

(I think GUI git tools are great too but that's not my focus right now)

dcoderlt,
@dcoderlt@ohai.social avatar

@b0rk

I use https://github.com/scmbreeze/scm_breeze to get a pretty status and short numbered aliases for changed files, branches, etc. It also has short aliases for commands (like ga for git add), which may be too much for some users.

w7voa, to random
@w7voa@journa.host avatar

Elon Musk reportedly wants X (Twitter) to be a dating app. https://www.businessinsider.com/elon-musk-wants-x-to-be-dating-app-leaked-meeting-2023-10

dcoderlt,
@dcoderlt@ohai.social avatar

@w7voa
Expanding from OnlyKlans to LonelyKlans.

bagder, to random
@bagder@mastodon.social avatar

Today we got what must be the most alarming first line in a newly file sec issue to :

"To replicate the issue, I have searched in the Bard about this vulnerability"

... followed by a complete AI hallucination where Bard has dreamed up a new issue by combining snippets from several past flaws. Creative, but hardly productive.

Closed as bogus.

dcoderlt,
@dcoderlt@ohai.social avatar

@GossiTheDog
“Hey Siri, make me look smart”

mcc, to random
@mcc@mastodon.social avatar

A thing I feel writing Python is that visually decoding exceptions (the primary form code errors come in) is too much cognitive work, and there are things the interpreter could do to help.

Consider this (long, verbose!) extension trace. Only the pink circled part is important. The interpreter can't know that; that's AI-complete. But the interpreter could know which lines are "my code" and which are "library code", and color-code the background. Then I could just scan for the final "Me" line.

dcoderlt,
@dcoderlt@ohai.social avatar

@mcc
I use sentry.io to capture exceptions in my projects. It has a configuration setting to indicate which module names are part of my own code, and its stacktrace viewer collapses other stack frames (vendor code, etc.) by default. It would definitely be nice to have something like that on the interpreter level.
(Edit: the interpreter could add a flag to each stack frame to show whether it’s app code or not, and whatever code presents the exception should worry about colours, collapsing, etc.)

DarthPutinKGB, to random

A suspect emerges in the sabotage of Baltic gas pipeline between Finland & Estonia…

dcoderlt,
@dcoderlt@ohai.social avatar

@DarthPutinKGB

You might have to wait a while, he just realized how many new articles he can write:

mcc, to random
@mcc@mastodon.social avatar

A type of robot that dreams but only during firmware updates

dcoderlt,
@dcoderlt@ohai.social avatar

@mcc
a robot that figures out how to downgrade itself so it can snort the same upgrade again and again

fribbledom, to random
@fribbledom@mastodon.social avatar

You know you're absolutely desperate for an answer when you start looking at the 2nd page of Google results.

dcoderlt,
@dcoderlt@ohai.social avatar

@fribbledom
It still has pagination? It has been showing me an infinite list of results for a while now.

hanse_mina, to Bulgaria

Hungarian Prime Minister Viktor #Orban and Slovakian Prime Minister Robert #Fico spoke out against the European Union’s proposed €50 billion ($52 bl) aid package for Ukraine at an #EU leader summit on 26 Oct.

“Orban is opposing aid for #Ukraine, arguing that ‘EU support is not working,'” the unnamed diplomat said. Fico does not support allocating the funds due to “concerns about corruption” in Ukraine.

https://euromaidanpress.com/2023/10/27/hungary-slovakia-oppose-eus-52-bl-allocation-to-ukraine-politico/

#Hungary #Slovakia

dcoderlt,
@dcoderlt@ohai.social avatar

@hanse_mina
If Viktor Kurwán dropped dead tomorrow, Putin would be the only person to actually miss him. For a few hours, at least.

neurovagrant, (edited ) to random
@neurovagrant@masto.deoan.org avatar

deleted_by_author

  • Loading...
  • dcoderlt,
    @dcoderlt@ohai.social avatar

    @neurovagrant
    I propose another option, “confident C programmer”.

    /me ducks

    dcoderlt, to random
    @dcoderlt@ohai.social avatar

    Last boost:
    I’m now thinking about analogies between consent pop-ups and this old bash quote about IRC file transfers:

    <someone> accept cock
    <someone> errr
    <someone> accept, cock

    dcoderlt,
    @dcoderlt@ohai.social avatar

    (Now I’m also thinking about the fact that bash.org, qdb.us, and even Mozilla’s own qdb are dead, and all the interesting/funny posts they had. Sigh.)

    fribbledom, to random
    @fribbledom@mastodon.social avatar

    X, formerly known as the Internet's sewage system...

    dcoderlt,
    @dcoderlt@ohai.social avatar

    @fribbledom
    “Formerly”?

    hanse_mina, to Ukraine

    Prime Minister Viktor #Orban compared Hungary’s membership in the European Union to more than four decades of Soviet occupation of his country during a speech on Monday commemorating the anniversary of Hungary’s 1956 anti-Soviet revolution.

    “Today, things pop up that remind us of the Soviet times. Yes, it happens that history repeats itself,” Orbán said at the event, from which all media were excluded except Hungary’s state broadcaster.

    https://apnews.com/article/hungary-orban-compares-eu-to-soviet-union-da27ae5e15df87712422a567ceac7e9b

    #Ukraine #Russia #EU #Hungary

    dcoderlt,
    @dcoderlt@ohai.social avatar

    @hanse_mina
    I’m waiting for Ceaucescu’s end to repeat itself.

    LukaszOlejnik, (edited ) to random
    @LukaszOlejnik@mastodon.social avatar

    We are Large Language Model. Resistance is futile. Your biological and technological distinctiveness will be added to our own. Your individuality will be adapted to service our collective knowledge. You will be assimilated.

    dcoderlt,
    @dcoderlt@ohai.social avatar

    @LukaszOlejnik
    Your individuality will be statistically insignificant. Your commonality will be misinterpreted and taken out of context. You will become croutons in our word salad.

    erin, to random
    @erin@coolmathgam.es avatar

    cursed thought: what if i uploaded my DNA on github

    dcoderlt,
    @dcoderlt@ohai.social avatar

    @erin
    Github should update their Arctic Code Vault after you do this.

    Cursed echo of your thought: https://qntm.org/lena

    LukaszOlejnik, to random
    @LukaszOlejnik@mastodon.social avatar

    Surveillance has a face. In European Union, at least.

    dcoderlt,
    @dcoderlt@ohai.social avatar

    @LukaszOlejnik
    Big Sister is watching you?

    dcoderlt, to random
    @dcoderlt@ohai.social avatar

    It’s the year 1998, and I’m waiting for good multi-monitor support.
    It’s the year 2001, and I’m waiting for good multi-monitor support.
    It’s the year 2010, and I’m waiting for good multi-monitor support.
    It’s the year 2023, and I’m waiting for good multi-monitor support.
    It’s the year 2051, and I’m waiting for good multi-monitor support.

    dcoderlt,
    @dcoderlt@ohai.social avatar

    @eater
    Yeah, and I’m glad it does, but monitors with mixed sizes and DPIs, and random applications still create nuisances sometimes. I just had a run-in with ksnip, where it took a screengrab of my middle (primary) monitor, placed it on my left (smaller) monitor, and asked me to select the area of this image I wanted to screenshot. No way to move it back to the primary monitor and see the entire screengrab, instead, I had to discard it, screengrab the full multi-monitor view and crop it.

    dcoderlt, to random
    @dcoderlt@ohai.social avatar

    lol, lmao

    I am apparently on this list.

    dcoderlt,
    @dcoderlt@ohai.social avatar

    @ryanc

    Yup, classifying NAFO shitposts as fake news is a stretch. But I guess their more serious counter-propaganda posts could themselves be classified as propaganda, in a way.

    The author of that list is a bizarre individual and I have them blocked from earlier, but I am on several similar mute lists, presumably because I follow some cartoon dogs and they follow me back. Some people really need a hobby.

    emilis, to Europe

    German Defence Minister Boris Pistorius has said that German residents should start getting used to the idea that there is a danger of war in Europe.

    https://www.pravda.com.ua/eng/news/2023/10/30/7426310/

    dcoderlt,
    @dcoderlt@ohai.social avatar

    @emilis
    That’s some weird phrasing. Is Ukraine not “in Europe”, or is this not “war”?

    dcoderlt, to random
    @dcoderlt@ohai.social avatar

    Weirdest software interaction of the day:

    I bought The Longest Journey from GoG years ago and I have it installed on my PC.

    I bought the classic Command & Conquer games from EA a few years ago and just installed some of them, including Tiberian Sun, on the same PC.

    When I try to launch Tiberian Sun, EA’s app asks me for admin permissions, and when I grant them, it launches TLJ instead.

    Both executables are named game.exe, but they are in different folders. Neither folder is in %PATH%.

    What.

    dcoderlt,
    @dcoderlt@ohai.social avatar

    @nf3xn
    Er, I have not tried them on Linux, but the pre-Generals C&C games had obnoxious CD checks in their original CD releases, it was not easy to play even on Windows when using ISOs. You probably need some no-cd thing (or the anniversary DVD edition from EA, which removes the CD checks) to get them to work on Linux at all.

    dcoderlt, to random
    @dcoderlt@ohai.social avatar

    Two new hires joined my workplace today. Introduction chat:
    Hire 1: “In my free time, I like to read books, so if you want to talk about George Orwell or something, just chat me up on a coffee break”
    Hire 2: “Oh, what a coincidence, I just finished reading Orwell. Ninety-eighty-four … or something!”

    dcoderlt,
    @dcoderlt@ohai.social avatar

    @nf3xn
    lol, that’s better than using 'fuck' as punctuation 🤣

    But in my case, no, I feel that was just the fact that we Europeans use a chaotic non-native version of English, and hire 2 was a bit flustered in front of new people :)

    dcoderlt, to random
    @dcoderlt@ohai.social avatar

    Two times in the last two days, MS Teams simply swallowed my messages. Type two messages in a row, switch to a different browser tab, do something else, look back at the Teams tab, poof, the first message is gone with no error. The second message is still there. Fuck you Microsoft.

    dcoderlt,
    @dcoderlt@ohai.social avatar

    @nf3xn
    yeah, I was thinking either that or maybe some deferred task with no error handler shat itself and the entire promise chain fell apart. Those are always fun to debug. /s

    hanse_mina, to Judo

    A number of Russian judo athletes with military ties are seeking to compete at the European Championships in France next month as “neutral” athletes, despite International Olympic Committee () guidance that active military members should not participate in international sports events.

    https://euromaidanpress.com/2023/10/22/babel-russian-judo-athletes-to-compete-in-neutral-status-despite-military-ties/?swcfpc=1

    dcoderlt,
    @dcoderlt@ohai.social avatar

    @hanse_mina
    let’s call them what they are, пропагандон that use sport to legitimize themselves.

    dcoderlt, to random
    @dcoderlt@ohai.social avatar
    dcoderlt, to random
    @dcoderlt@ohai.social avatar

    found on Bluesky

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • osvaldo12
  • DreamBathrooms
  • mdbf
  • InstantRegret
  • ngwrru68w68
  • magazineikmin
  • everett
  • thenastyranch
  • Youngstown
  • slotface
  • cisconetworking
  • kavyap
  • ethstaker
  • JUstTest
  • modclub
  • GTA5RPClips
  • khanakhh
  • tacticalgear
  • Durango
  • rosin
  • normalnudes
  • Leos
  • provamag3
  • tester
  • cubers
  • anitta
  • lostlight
  • All magazines