It’s very popular in scientific computing
- 1 Post
- 65 Comments
KRAW@linux.communityto
Technology@lemmy.world•More Americans now support banning phones all day at school, not just in classEnglish
3·17 days agoDevil’s advocate take: was the phone app the only way to ease your anxiety, or was it just an option that was recommended due to the trend of trying to have our phone do everything?
KRAW@linux.communityto
Technology@lemmy.world•Nintendo says users voluntarily paid higher prices, have no right to tariff refunds | Nintendo says Switch buyers got what they paid for, urges court to dismiss lawsuit.English
21·26 days agoThe best way to “stand up for yourself” when a company that sells a luxury product is to not buy said product. In which case this tariff nonsense doesn’t affect you. More people were affect by the increase in the cost of groceries and gas than the cost of a Switch 2.
KRAW@linux.communityto
Technology@lemmy.world•Nintendo says users voluntarily paid higher prices, have no right to tariff refunds | Nintendo says Switch buyers got what they paid for, urges court to dismiss lawsuit.English
311·8 hours agoIMO I think it’s weird to focus specifically on Nintendo. The American government basically screwed over its populace and a ton of foreign companies (less sympathy for the latter though). I don’t think it’s realistic to expect these companies to reimburse customers, because logistically it’d be a nightmare. The only way I can imagine consumers getting their money back is if the government used the tarrif money to pay a portion of the federal income tax for its citizens, ideally the lower tax bracket. Unfortunately that won’t happen.
KRAW@linux.communityto
Technology@lemmy.world•Illinois Drops the Hammer on AI Companies. Pritzker isn't playing.English
181·1 month ago“operating at a loss” =/= “low revenue”
TV is the biggest waste of time. I enjoy some shows, but I can acknowledge that a lot of it really is just something to fill time rather than “art.” I’ve cut back my TV and YouTube consumption a lot, and it enables me to do a lot more non-passive hobbies. Worst case scenario I read or game, which I consider a much better use of my time.
KRAW@linux.communityto
Games@lemmy.world•Date handsome cockroaches in a new dating sim from one of Japan’s leading pest control companiesEnglish
13·2 months agoIdeally there is a twist where they all turn out to be toxic, and pest control-senpai clears them out.
KRAW@linux.communityto
Linux@lemmy.ml•Arch Linux AUR Malware Campaign Hits Multiple User-Contributed PackagesEnglish
8·2 months agoOr you coukd just use Arch without installing an AUR helper?
I tried the same user, and it worked for me just now. Thanks for working on this project!
Just fyi, I tried one your instance. Searched a user, clicked a result, and got an error.
Error ./app.lua:134: attempt to concatenate field 'username' (a nil value) Traceback stack traceback: ./app.lua:134: in function 'handler' ...ittygram/lua_modules/share/lua/5.1/lapis/application.lua:185: in function 'resolve' ...ittygram/lua_modules/share/lua/5.1/lapis/application.lua:216: in function <...ittygram/lua_modules/share/lua/5.1/lapis/application.lua:214> [C]: in function 'xpcall' ...ittygram/lua_modules/share/lua/5.1/lapis/application.lua:214: in function 'dispatch' /apps/kittygram/lua_modules/share/lua/5.1/lapis/nginx.lua:231: in function 'serve' content_by_lua(nginx.conf.compiled:92):2: in main chunk
KRAW@linux.communityto
Technology@lemmy.world•Anthropic/OpenAI may be spending more than $1000 for every $100 you pay themEnglish
2·2 months agoImproved hardware capabilities used to come very quickly (see Moore’s Law and Dennard Scaling). However that trend is basically over, so getting higher performance hardware takes a lot of effort to make hardware specialized for certain tasks. That’s why you see there inference accelerators like Groq, SambaNova, Cerebrus, etc. However this is hardware that still is gonna go into data centers. Something innovative has to happen on the AI side for commercial-grade models to be runnable on consumer hardware.
KRAW@linux.communityto
Games@lemmy.world•What’s your favorite video game that most people didn’t like ??English
11·3 months agoStar Fox Zero. Sure, the story was a repeat of old game, but the gameplay was not. The controls needed more polish, but ultimately I thought the gameplay was great. I actually didn’t mind the motion controls. Most of what people complained about didn’t bother me or felt overblown.
In vim you can make some changes to a file, close vim, and then reopen the files, and then undo your changes, i.e. your undo history persists across sessions.
I use helix part-time but am forced to go back to neovim a majority of the time for a few reasons:
- no persistent undo
- no ctags and cscope (some C/C++ projects don’t work well with clangd)
- niche plugins (e.g. I just found a neovim plugin that gives me a way to run ipynb files in-editor)
If 1 and 2 got fixed, I’d be a full time helix user
Depends on the nature of the project. Is it a pure software project or is it a physical device + platform? Is anything implemented yet?
KRAW@linux.communityto
Games@lemmy.world•Over 50% of game developers now think generative AI is bad for the industry, a dramatic increase from just 2 years ago: 'I'd rather quit the industry than use generative AI'English
401·7 months agoI think you have it backwards. Coding games is complicated, and that’s why AI can’t be used to code them effectively.
I’ve been playing Sekiro lately. While it’s not generally on the top of “immersive games” lists, I find it immersive because of how cool the gameplay makes you feel. When you are just completely focused on timing each parry and reading the attacks of your enemy, it makes me feel like I’m actually in the game doing these feats. Combine that with the fact there are few cutscenes and little dialogue, and I’d say it feels pretty immersive.
KRAW@linux.communityto
Programming@programming.dev•The Sovereign Tech Fund invests in ScalaEnglish
3·7 months agoIt’s also the basis for a popular hardwaregeneration language, chisel. No clue why they chose it
KRAW@linux.communityto
Programming@programming.dev•Software engineers should be a little bit cynicalEnglish
341·8 months agoI don’t think engineers need encouragement to be cynical. More often engineers need to lighten up.

I actually finished this recently, and to me, the old abilities were almost completely irrelevant. There are legitimately times where you might think that wonderwing is the solution to something, but arbitrarily is programmed to not work.
I still really like BT, and even prefer it over the first in some aspecta. However, it is a perfect example of how powerups were implemented poorly back then (and even today). Instead of powerups enhancing the core gameplay loop, they are just keys to solve shallow puzzles. “Oh, there’s a crack in the wall? Shoot it with a grenade egg.” This is why Mario games have much more emphasis on evolving gameplay through level design rather than character abilities.