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
- 106 Comments
Code should be generated from documentation generated from code
key@lemmy.keychat.orgto
Programmer Humor@programming.dev•Still relevant, just substitute for win 11English
15·1 year 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)English
13·1 year 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+++?
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 feedEnglish
14·1 year 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
Programming@programming.dev•When's the last time you asked a questions on StackOverflow?English
6·1 year agoNever asked one. Answered my first one recently.
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 MDEnglish
9·1 year 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.
key@lemmy.keychat.orgto
Programming@programming.dev•CSS finally adds vertical centering in 2024English
4·1 year 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·1 year agoAmazing how many replies to your comment completely miss the point
I’m missing something
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·1 year 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
111·1 year agoIt takes like 5 minutes to beat…
Are you referring to autoformat like most linters and IDEs can do or does prettier have some special transpilation capability to hide braces?
key@lemmy.keychat.orgto
Programmer Humor@programming.dev•I am a software developer at PornHubEnglish
54·1 year agoIt’s trigger warning for the self harm risk involved in reading angular.
key@lemmy.keychat.orgto
Programming@programming.dev•What's the dumbest reason you've learned a programming language?English
1·1 year 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?