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
- 179 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.
I like yml. Clean to read, easy to use, supports comments.
key@lemmy.keychat.orgto
Technology@beehaw.org•X goes offline in Brazil after Elon Musk’s refusal to comply with local lawsEnglish
6·2 years agoWhy are the alternatives all so defecatory…
key@lemmy.keychat.orgto
Technology@lemmy.world•Does your Duolingo app icon look sick? You're not aloneEnglish
14·2 years agoI noticed that icon in the play store the other day. I assumed it was a scam/copycat app trying to be distinct enough to avoid a takedown or something.
key@lemmy.keychat.orgto
Gaming@beehaw.org•The eagerness to grave dance on unpopular games has become a bad habitEnglish
22·2 years 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?English
6·2 years agoNever asked one. Answered my first one recently.
key@lemmy.keychat.orgto
Programming@programming.dev•CSS finally adds vertical centering in 2024English
3·2 years agoFrankly AS did a lot of things well
key@lemmy.keychat.orgto
Programming@programming.dev•GitHub, the go-to site for open source software, is currently downEnglish
26·2 years agoAmazing how many replies to your comment completely miss the point
key@lemmy.keychat.orgto
Technology@lemmy.world•Is AI Going to Replace Software Engineers?English
23·2 years ago“software developer says ai will not replace software developers” feels very John Henry
key@lemmy.keychat.orgto
Technology@lemmy.world•Google’s Pixel 9 lineup is a Pro showEnglish
283·2 years agoThe Pixel 9’s updated design language is giving iPhone from the front
Cringe
key@lemmy.keychat.orgto
Technology@beehaw.org•Some subreddits could be paywalled, hints Reddit CEO - 9to5MacEnglish
7·2 years agoI imagine they’d be eyeing things like having a partnership with patreon so patrons get access to an exclusive subreddit at a certain tier (with reddit getting some cut). Not saying patreon specifically would go for that but I imagine that type of monetization is what they’d be mostly considering. Or maybe a better example would be something in the realm of substack. Paying directly for access is hard to get people to go for without a third party with financial incentive to drive content.
key@lemmy.keychat.orgto
Technology@beehaw.org•US Email Providers - Other then Google, MS, Apple, ...English
2·2 years agoMXRoute is about a decade old and based in Texas. It’s in that “unix philosophy” category of doing something well and stopping there so you won’t get them advertising their new crypto wallet or AI software on you. It’s mostly geared for more technical bring your own domain type of usage. If you’re wanting to use it more as a forwarder and want to store the history locally (or if you don’t email files) there’s a “lifetime” plan available.
That makes no sense. If you join b’ and b’’ into b then the external interface of b is the union of the external interfaces of b’ and b’'. The risk of conflicts between those two interfaces is minimal in the situation they described so no need for namespacing.
I expected the argument to be based on total effort to split then join the internal code compared to the context switching cost of splitting and then splitting again (with an appeal to agile vs waterfall). But this argument feels like they were either dealing with a language/stack with a broken module system that lacks an explicit separation of internal vs exposed or were just joining things strangely.
Expressing a general rule based solely on a specific situation is a disservice (irony intended).
key@lemmy.keychat.orgto
Programming@programming.dev•"Goldmine" - an idle game in 200 lines of pure JavaScriptEnglish
9·2 years agoThere’s a bug! You can click buttons once after they disappear.
key@lemmy.keychat.orgto
Programming@programming.dev•"Goldmine" - an idle game in 200 lines of pure JavaScriptEnglish
101·2 years agoIt takes like 5 minutes to beat…
key@lemmy.keychat.orgto
Programming@programming.dev•What's the dumbest reason you've learned a programming language?English
1·2 years agono other languages out there where you can just write some code in VIM directly on the server through SSH and immediately see your results without any further setup
laughs in coldfusion

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?