Seems the pitch is just that it supports Apple specific bells and whistles like the emoji bar and beyond that has the stuff other terminals have. I use tilda and use that because it has a critical core feature I haven’t seen in other terminals: it appears full screen over all other windows with a keypress and disappears the same way. Since I use terminal heavily I don’t want to treat it as just another window but as a first class experience which tilda allows. I don’t really get why you’d make yet another terminal without some fundamental core functionality difference like that.
- 0 Posts
- 189 Comments
Code should be generated from documentation generated from code
The features described could be accomplished with a PIR motion sensor. I don’t see any reason they’d go to the expense of adding a camera, especially since infrared is better for operating in the dark like you’d expect for an alarm clock that’ll need to be able to wake kids at 6am in the winter.
key@lemmy.keychat.orgto politics @lemmy.world•Georgia voters for Cornel West won’t have votes counted: State Supreme CourtEnglish6·9 months agoSo two candidates failed to submit their paperwork to get onto the ballot but the state in a bizarre display of proactive incompetence put them on the ballot anyways? The mistake eventually got caught and taken to the court and of course the court rules they have to follow the process dictated by law. And now Raffensperger is saying it’s too late to change (which, ok understandable) and worse, is doubling down on his mistake by falsely claiming votes for them will be counted when the court has established they can’t be?
key@lemmy.keychat.orgto Science@beehaw.org•Tool promised to help non-verbal people - but did it manipulate them instead?English19·9 months agoTragic that people are still falling victim to these hope-rot schemes. Had an experience with facilitated writing schemes with family members 20 years ago. From non-verbal to shockingly eloquent in no time! It’s a miracle, turns out they were a genius trapped with an inability to express themself! Oh isn’t it strange that some people just can’t facilitate with them and what they say/know changes with the facilitator? Oh well, but thankfully the facilitator can always tell you what is meant when they use uncommon abbreviations!
key@lemmy.keychat.orgto Programmer Humor@programming.dev•Still relevant, just substitute for win 11English15·9 months ago98 was ok, ME sucked, XP was ok, Vista sucked, 7 was ok, 8 sucked, 10 is ok, 11 sucks.
key@lemmy.keychat.orgto Programmer Humor@programming.dev•C++ try not to add footguns challenge (impossible)English13·9 months agoIt’s good the core language now has to have a reason before it deletes shit. Speaking of, when do they add full garbage collection and call it c+++?
key@lemmy.keychat.orgto politics @lemmy.world•Springfield Woman at Center of Cat Eating Rumor Apologizes for the 'Chaos'English2·9 months agoA dailykos article about a rawstory article about an nbc article about a newsguard article about how misinformation arose from a fourth-hand account.
Oh man this has me feeling nostalgic
I don’t see the humor. Maybe the punchline takes a slong time
key@lemmy.keychat.orgto Programmer Humor@programming.dev•so my friend asked me to explain whats an rss feedEnglish14·10 months agoSomething being “old” is totally unrelated to whether it’s trendy. See: virtually every food and fashion trend.
I like yml. Clean to read, easy to use, supports comments.
key@lemmy.keychat.orgto politics @lemmy.world•'Walz's For Trump' Photo Has Gone Viral On X—Real Or AI-Generated?English2·10 months agoTL;DR: no clue
key@lemmy.keychat.orgto Technology@beehaw.org•X goes offline in Brazil after Elon Musk’s refusal to comply with local lawsEnglish6·10 months agoWhy are the alternatives all so defecatory…
key@lemmy.keychat.orgto Gaming@beehaw.org•The eagerness to grave dance on unpopular games has become a bad habitEnglish22·10 months agoThis is the first I’ve even heard of “Concord”
Sounds like I’m not missing much
key@lemmy.keychat.orgto Programming@programming.dev•When's the last time you asked a questions on StackOverflow?English5·10 months agoNever asked one. Answered my first one recently.
key@lemmy.keychat.orgto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Founder and CEO of Telegram messaging service arrested in FranceEnglish17·10 months agoFundraiser to send CEOs on a French vacation?
Plus, the license was only changed on a secondary branch. The default branch still has the MIT license. The text at the top isn’t “this is the license file you have open” it’s “the repo is licensed under this” so it’s correct behavior but bad UX. It would be most user-friendly to show repo license and then also say “this branch has an invalid license, beware shenanigans”
key@lemmy.keychat.orgto Programmer Humor@programming.dev•BS from MS about AI helping an MDEnglish9·10 months agoI think it’s in reference to this: https://news.microsoft.com/source/asia/features/taiwan-hospital-deploys-ai-copilots-to-lighten-workloads-for-doctors-nurses-and-pharmacists/
Looks like the benefit/headline comes from use of the entire software suite that provides access to a patient’s chart/medical history including checks for interactions/allergies. Most of that has nothing to do with AI but since it has a feature that generates a summary via a language model the whole thing is marketed as an AI Copilot.
It says this works via the cli but the docker cli works by talking to the socket so don’t you still need socket access? With podman you just need to startup the user-level socket and set a few env vars and testcontainers works fine. I’m maybe missing the “why” it’s important to avoid direct socket access? Is it to avoid configuring SELinux?