

It’s very popular in scientific computing


It’s very popular in scientific computing


Devil’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?


The 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.


IMO 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 vracket. Unfortunately that won’t happen.


“operating at a loss” =/= “low revenue”


Or 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


Improved 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.
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:
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?


Legitimately not sure you’re joking, so I’m just going to drop this in case you aren’t: https://en.wikipedia.org/wiki/Cleansing_of_the_Temple
If you are talking about the Fennec browser (i.e. Firefox on android), this link is not pointing to that.


Sorry, my original comment is a bit accusatory. I did not mean to say you (specifically) are the problem. I intended to say that more level-headed Christians are not what you see portrayed in media because it’s the absolute psychos that are in positions of power, so that’s what you (general) see in the media.


Persecution complex
I would never claim to be persecuted, but you specifically seem to paint with a broad brush.


Where are the outraged Christians trying to take their religion back?
There is nothing to “take back.” True followers of Christ see through these extremists in government as easily as they see through a some snake-worshipping Christian cult. Christians have always known there will be many that will pervert the truth, so they are not surprised. The problem is people like you just assume they are sitting around endorsing this behavior the media makes it seem all Chritians endorse this behavior, but the challenge is the same as always: true Christians do not have the wealth and power to control political/religious messaging around the world. It kind of goes against some key points in their theology.


Thank you for the clarification. Very cool project!


I’m not really an OS guy, so forgive me if this question has an obvious answer. When a thread migrates, it keeps its stack and register, thus any data contained within this can be used in the destination process (correct me if I’m wrong). Thus sending a message could be as simple as migrating a thread and having that thread copy data from its registers or stack memory to the current process’s memory space. However, how does the thread find process-specific addresses and handles (e.g. a mutex)? For example, I’m picturing a scenario where you are implementing an MPI library and want to use thread migration to send (small) messages from one local process to another. The thread orchestrating the send simply loads the data from memory and migrates, but how will it know where to store the data to? Would there need to be a data structure stored in a fix offset in memory that contains the destination address of the receiving process?
deleted by creator