Tumgik
#efficient email
northern-passage · 3 months
Text
Tumblr media
Hello, everyone!! I have officially sent emails out to all the raffle winners (be sure to check your spam folder). I'll be spending the next day or two linking winners with their respective author/artist.
Adding up all of the donations across all five gfms, I'm happy to say that we donated a combined total of €2,121.73!!! Thank you everyone for donating and sharing. Please keep doing what you can to support the people in Gaza. Keep spreading their gfms and keep talking about Palestine.
Huge thank you as well to all the contributors. Thank you for offering your art and writing to the drive and helping me get the word out. Much love to all of you!! 🫶 I'm very proud of what we were able to accomplish as a community.
121 notes · View notes
namocchi · 1 month
Text
Tumblr media
Hii!! today i got for you 10 ideas to do on your short work breaks!
In a fast-paced, content-driven world, non-stop productivity can harm your well-being. Regular breaks are crucial for mental and physical health. A well-used 10-minute break can boost creativity, reduce stress, and improve focus
Blog post covers:
Pomodoro technique
Pre-break preparations
10 break ideas
Post-break checklist
Check out my blog post here!!
22 notes · View notes
kcscribbler · 3 months
Text
TFW you started a 5-part AU series having plotted out the first 4 parts and having precisely [0] idea how the hell you were going to end the thing, and 100K words later finally figure out the evil twist ending after two weeks of writer's block
AND bust out 1200 words of a hug fic fill in the same day
22 notes · View notes
dykealloy · 5 months
Text
im so sick of making other people uncomfortable because i cant hold a conversation without a heightened anxiety static scrambling my brain making me stutter every second sentence shifting my stance not knowing what to do with my hands trying to avoid eye contact but that's rude so i try to hold eye contact but now im staring into their naked soul as i try to search the empty cavern between my ears for words that will not manifest SOMEONE SHOOT ME WITH THE DE-AUTISM BEAM
Tumblr media
9 notes · View notes
isfjmel-phleg · 7 months
Text
📋
11 notes · View notes
baffledapple · 19 days
Text
once again i am being subjected to "educational courses on generative AI" (lengthy advertisements that the higher ups want us to watch so they can say that we are trained in AI)
#it's a contact year we need to show that we spend a lot of tiem not only maintaining this stuff but also learning and improving the produc#we provide#they never define what they mean by AI or how the AI actually works its driving me insane#whoah this adobe ai can generate an image for you and insert it into the image you have have without learning photoshop#yeah but HOW. where are these images being pulled from? what methods are used to produce this shit#HOLY SHIT: most programmers dont actually spend that much time programming. they actually spend a lot of time in meetings. helping coworker#reading emails. reading documentation. HELLO???? YES??? THOSE ARE NORMAL THINGS TO DO???#yes attending meetings is annoying but the solution is to fucking reduce the amount of meetings and ensuring that meetings are efficient#NOT TO ADD AI????#the stupid fucking AI building half ur code isnt gonna reduce the time spent looking at documentation!!!! u can't trust the AI to be accura#to be accurate so ur gonna have to go to the documentation anyway!!!#“u can just code not worrying about syntax blah blah” so writing psuedocode??? doing a top down approach to get the big idea#and then write the little stuff later???#im so fucking livid this is SO DUMB#literally all the shit they mentioned in passing sounds actually useful instead of the generative AI bs#no i dont need a little guy to write my code for me#but a guy who checks my syntax? that suggests i look at a particular function from the library? that sounds useful!!!#“if i ask this thing how to do X it will tell me how with steps!”#Okay so will the documentation???? hello????#omfg this guy conviently skipped over the part where the AI gave a WRONG ANSWER#bro i can read the screen it did NOT accurately describe the game#“have it generate the game for you” the point of the little shit is to learn how to do stuff so you can apply it to the big shit#god im just so enraged#mr supervisor is this a good use of company resources?#you are billing t he client for ME learning ai bullshit#sir you having me sit through hours of learning the newest buzzword concepts. is this a good use of 8 hrs the client pays for me to be here#chit chat
3 notes · View notes
jcmarchi · 1 month
Text
Toward a code-breaking quantum computer
New Post has been published on https://thedigitalinsider.com/toward-a-code-breaking-quantum-computer/
Toward a code-breaking quantum computer
Tumblr media Tumblr media
The most recent email you sent was likely encrypted using a tried-and-true method that relies on the idea that even the fastest computer would be unable to efficiently break a gigantic number into factors.
Quantum computers, on the other hand, promise to rapidly crack complex cryptographic systems that a classical computer might never be able to unravel. This promise is based on a quantum factoring algorithm proposed in 1994 by Peter Shor, who is now a professor at MIT.
But while researchers have taken great strides in the last 30 years, scientists have yet to build a quantum computer powerful enough to run Shor’s algorithm.
As some researchers work to build larger quantum computers, others have been trying to improve Shor’s algorithm so it could run on a smaller quantum circuit. About a year ago, New York University computer scientist Oded Regev proposed a major theoretical improvement. His algorithm could run faster, but the circuit would require more memory.
Building off those results, MIT researchers have proposed a best-of-both-worlds approach that combines the speed of Regev’s algorithm with the memory-efficiency of Shor’s. This new algorithm is as fast as Regev’s, requires fewer quantum building blocks known as qubits, and has a higher tolerance to quantum noise, which could make it more feasible to implement in practice.
In the long run, this new algorithm could inform the development of novel encryption methods that can withstand the code-breaking power of quantum computers.
“If large-scale quantum computers ever get built, then factoring is toast and we have to find something else to use for cryptography. But how real is this threat? Can we make quantum factoring practical? Our work could potentially bring us one step closer to a practical implementation,” says Vinod Vaikuntanathan, the Ford Foundation Professor of Engineering, a member of the Computer Science and Artificial Intelligence Laboratory (CSAIL), and senior author of a paper describing the algorithm.
The paper’s lead author is Seyoon Ragavan, a graduate student in the MIT Department of Electrical Engineering and Computer Science. The research will be presented at the 2024 International Cryptology Conference.
Cracking cryptography
To securely transmit messages over the internet, service providers like email clients and messaging apps typically rely on RSA, an encryption scheme invented by MIT researchers Ron Rivest, Adi Shamir, and Leonard Adleman in the 1970s (hence the name “RSA”). The system is based on the idea that factoring a 2,048-bit integer (a number with 617 digits) is too hard for a computer to do in a reasonable amount of time.
That idea was flipped on its head in 1994 when Shor, then working at Bell Labs, introduced an algorithm which proved that a quantum computer could factor quickly enough to break RSA cryptography.
“That was a turning point. But in 1994, nobody knew how to build a large enough quantum computer. And we’re still pretty far from there. Some people wonder if they will ever be built,” says Vaikuntanathan.
It is estimated that a quantum computer would need about 20 million qubits to run Shor’s algorithm. Right now, the largest quantum computers have around 1,100 qubits.
A quantum computer performs computations using quantum circuits, just like a classical computer uses classical circuits. Each quantum circuit is composed of a series of operations known as quantum gates. These quantum gates utilize qubits, which are the smallest building blocks of a quantum computer, to perform calculations.
But quantum gates introduce noise, so having fewer gates would improve a machine’s performance. Researchers have been striving to enhance Shor’s algorithm so it could be run on a smaller circuit with fewer quantum gates.
That is precisely what Regev did with the circuit he proposed a year ago.
“That was big news because it was the first real improvement to Shor’s circuit from 1994,” Vaikuntanathan says.
The quantum circuit Shor proposed has a size proportional to the square of the number being factored. That means if one were to factor a 2,048-bit integer, the circuit would need millions of gates.
Regev’s circuit requires significantly fewer quantum gates, but it needs many more qubits to provide enough memory. This presents a new problem.
“In a sense, some types of qubits are like apples or oranges. If you keep them around, they decay over time. You want to minimize the number of qubits you need to keep around,” explains Vaikuntanathan.
He heard Regev speak about his results at a workshop last August. At the end of his talk, Regev posed a question: Could someone improve his circuit so it needs fewer qubits? Vaikuntanathan and Ragavan took up that question.
Quantum ping-pong
To factor a very large number, a quantum circuit would need to run many times, performing operations that involve computing powers, like 2 to the power of 100.
But computing such large powers is costly and difficult to perform on a quantum computer, since quantum computers can only perform reversible operations. Squaring a number is not a reversible operation, so each time a number is squared, more quantum memory must be added to compute the next square.
The MIT researchers found a clever way to compute exponents using a series of Fibonacci numbers that requires simple multiplication, which is reversible, rather than squaring. Their method needs just two quantum memory units to compute any exponent.
“It is kind of like a ping-pong game, where we start with a number and then bounce back and forth, multiplying between two quantum memory registers,” Vaikuntanathan adds.
They also tackled the challenge of error correction. The circuits proposed by Shor and Regev require every quantum operation to be correct for their algorithm to work, Vaikuntanathan says. But error-free quantum gates would be infeasible on a real machine.
They overcame this problem using a technique to filter out corrupt results and only process the right ones.
The end-result is a circuit that is significantly more memory-efficient. Plus, their error correction technique would make the algorithm more practical to deploy.
“The authors resolve the two most important bottlenecks in the earlier quantum factoring algorithm. Although still not immediately practical, their work brings quantum factoring algorithms closer to reality,” adds Regev.
In the future, the researchers hope to make their algorithm even more efficient and, someday, use it to test factoring on a real quantum circuit.
“The elephant-in-the-room question after this work is: Does it actually bring us closer to breaking RSA cryptography? That is not clear just yet; these improvements currently only kick in when the integers are much larger than 2,048 bits. Can we push this algorithm and make it more feasible than Shor’s even for 2,048-bit integers?” says Ragavan.
This work is funded by an Akamai Presidential Fellowship, the U.S. Defense Advanced Research Projects Agency, the National Science Foundation, the MIT-IBM Watson AI Lab, a Thornton Family Faculty Research Innovation Fellowship, and a Simons Investigator Award.
4 notes · View notes
sodrippy · 2 months
Text
landing in sydney at 9AM, doctors office at 10AM
5 notes · View notes
sparklingbinjuice · 8 months
Text
i mean it's one email, michael. how long could it take to write? three hours?
4 notes · View notes
bahoreal · 1 year
Text
they should reduce the working day by 1-2 hours because i do my best, most efficient, fastest work when i know my work day is over but i have to complete the tasks before i log off
8 notes · View notes
nekofantasia · 7 months
Text
I talk all the time on how strong Chen's punches are but I never talk about well can Chen take one.
2 notes · View notes
Tumblr media
I'm now unstoppable
3 notes · View notes
pia-writes-things · 1 year
Text
I hate French universities' administrations so fuckin much ! I'm currently changing schools and reorienting myself to do a publishing Master degree and in order to join my new university, I need documents from my former university. I wrote to them on the 10th of July ; they never wrote back. We are now the first of August and I wrote to them again because I still need those fucking documents, but, of course, because we're in France and it's the summer vacations, the school is closed so I won't have any answer before the 24 of August ! BUT! In my new university, they said that any document sent after the 21st of July means that my inscription will only be valid at the beginning of September. Except I'm going back to THAT school on the third of September. So, I just won't have any documents that will prove that I am, in fact, a student at that university the day I'm going to said university.
I want to scream and hit walls, and just, like, erupt in French rage about the f****** French administration
3 notes · View notes
soyboysace · 1 year
Text
at this point, i think i wanna get into coding purely so that i can make programs to make my own life easier
4 notes · View notes
legallypumpkinn · 1 year
Text
Whenever I send asks I always like to screenshot the thingy and then name it liek “username02” (like the user I snedt it to + if I’ve already sent an ask, what number this is) bc I cannot figure out if Tumblr sends notificigiations for answered asks?? N where those wld be?? I would love notifs but alas… redditor :(
3 notes · View notes
theblob1958 · 2 years
Text
i have a group project due tonight and for once my group is communicating with each other and each doing a fair share of the work BUT the other group we have to do the assignment with isn't answering and we literally cannot do the assignment without working with them im gonna break my computer in half
7 notes · View notes