idk I liked it
- 0 Posts
- 23 Comments
Linguists are probably the least likely people to get upset at someone using the “wrong” word. they might pull out their notebook and start asking you questions though
grammar pedantry is way more annoying than any grammar mistake
murtaza64@programming.devto Chat@beehaw.org•Hullo! New to Beehaw! Show Me Your Nails!English4·4 months agomy friend did these for me yesterday
Ken M made a similar joke a while back right?
I wonder if there’s already a git extension to automatically stash the working tree on every clean/reset/checkout operation…
murtaza64@programming.devto Linguistics Humor@sh.itjust.works•I thought it was an easy question ...English2·8 months agoyour comment is a word by that definition
I read somewhere that this phenomenon is so unlikely that if we ever need to represent our planet in an intergalactic context, the solar eclipse would be a good candidate for a symbol to put on a flag [citation needed]
murtaza64@programming.devto Linux@programming.dev•Announcing Lix 2.90 "Vanilla Ice Cream"2·1 year agoNix being an expression based functional language, it doesn’t really make sense to have something like
let x=y;
since this looks to most people like a statement (i.e. a line of code that gets executed as part of a sequence). This doesn’t exist in nix—instead you have expressions that get lazily evaluated, possibly out of order compared to what you’d expect.let x=y in
makes it more clear that the variable binding you’re doing is only in scope for the current expression, which reads something like “let x refer to y in x + 3”The function definition syntax is unusual but definitely not unintuitive imo. It captures the simplicity of the function semantics of nix—a function is just a mapping/transformation from one value (or set of values) to another. I don’t think it’s too much overhead to learn that they use
:
to mean this instead of=>
In terms of why they picked this syntax, it follows the traditions of other functional languages such as the ML family, Haskell etc.
murtaza64@programming.devto Programmer Humor@programming.dev•Returns a sorted list in O(1) time12·1 year agoyou can make it sort the first k elements and it will still be O(1). Set k high enough and it might even be useful
murtaza64@programming.devto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Naming TorrentsEnglish9·2 years agoIf this is about line endings, surely a simple shell or python script could correct them?
murtaza64@programming.devto Programming@programming.dev•Monaspace - Microsoft presents a new font family for code16·2 years agoI love the idea of using multiple font faces at the same time while looking at code. I wonder if (hope?) terminals will one day soon support switching fonts with control sequences… Would be pretty awesome!
murtaza64@programming.devto Programming@programming.dev•Monaspace - Microsoft presents a new font family for code9·2 years agoIt looks like it’s not an actual height difference, but the smaller width makes the second i look significantly smaller than the first, also implying a lower height.
Where is this? Naan looks good!
murtaza64@programming.devto Gaming@beehaw.org•‘Call of Duty’ Doesn’t Just Depict Bad History—It’s Pro-War Propaganda14·2 years agoYoung and impressionable kids? I started playing the original MW2 when I was 11.
murtaza64@programming.devto Programming@programming.dev•What are your programming hot takes?12·2 years agoThe difference between generating JSON and generating HTML is minimal for the server, doesn’t seem to me like server side rendered sites have significantly higher server compute costs. Also generally for SPAs, the server has to replicate whatever flow is happening on the client anyway to keep state in line (since the client can’t be trusted)
murtaza64@programming.devto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Best setup for new PI4 Download BoxEnglish6·2 years agoAny Linux distro should work for the setup you want. I have radarr, sonarr, sabnzbd, deluge and jellyfin running on an Arch setup, but something more accessible like Ubuntu or Debian should work fine (although I’m not familiar with whether the Pi4 can power those heavier distros). If you’re comfortable with the command line, it doesn’t matter much which distro you pick since you can install and configure all those apps over ssh.
Beekeeb sells some:
https://shop.beekeeb.com/product/presoldered-chocofi-split-keyboard/
this is definitely one of my favorite YouTube sketches of all time