HackerTrans
TopNewTrendsCommentsPastAskShowJobs

averageValentin

no profile record

Submissions

What Is RCS, the Successor to SMS?

howtogeek.com
2 points·by averageValentin·3 anni fa·0 comments

The Rise and Fall of the Largest Cities in the World, from 3k BC to the 2020s

openculture.com
3 points·by averageValentin·3 anni fa·0 comments

Ask HN: What tools are you currently utilizing for public static documentation?

2 points·by averageValentin·3 anni fa·3 comments

[untitled]

1 points·by averageValentin·3 anni fa·0 comments

How the Heart Starts Beating (Harvard)

hms.harvard.edu
1 points·by averageValentin·3 anni fa·0 comments

AI and Climate Change: Intersections, Impacts, and Future Directions

adalovelaceinstitute.org
2 points·by averageValentin·3 anni fa·0 comments

Japanese Firm Toregem Advances Drug for Tooth Regeneration, Aims for 2024 Trials

abc.net.au
1 points·by averageValentin·3 anni fa·0 comments

AI is getting better at hurricane forecasting

wired.com
3 points·by averageValentin·3 anni fa·0 comments

Dairy vs Almond: The Ongoing Battle over the 'Milk' Label

arstechnica.com
3 points·by averageValentin·3 anni fa·2 comments

Largest climate trial before European human rights court targets 32 governments

arstechnica.com
3 points·by averageValentin·3 anni fa·1 comments

AI Unleashed: Virtual Characters with Humanlike Behavior (Stanford)

hai.stanford.edu
3 points·by averageValentin·3 anni fa·2 comments

Geoscientist discovers new material after New Port Richey lightning strike

usf.edu
3 points·by averageValentin·3 anni fa·0 comments

Battery-powered shoes make you walk 2.5 times faster

cnn.com
1 points·by averageValentin·3 anni fa·0 comments

The Effects of Noise on Health (2022)

hms.harvard.edu
202 points·by averageValentin·3 anni fa·120 comments

The Vulkan Files: Secret trove offers rare look into Russian cyberwar ambitions

washingtonpost.com
2 points·by averageValentin·3 anni fa·0 comments

Who wants to play a chess game against me?

chess.com
1 points·by averageValentin·3 anni fa·0 comments

NASA: Volunteers Report a New Gang of Imposter Planets

science.nasa.gov
1 points·by averageValentin·3 anni fa·0 comments

DNA: SSDs of the future will be radically different

biorxiv.org
3 points·by averageValentin·3 anni fa·3 comments

Perseverance rover took a panorama of the Jezero crater

360cities.net
1 points·by averageValentin·3 anni fa·0 comments

Ask HN: How will social networks recognize AI-generated disinformation?

4 points·by averageValentin·3 anni fa·6 comments

comments

averageValentin
·3 anni fa·discuss
A few years back, I was in a similar situation and found BOINC(https://boinc.berkeley.edu/) to be a great way to contribute. It's a platform that lets you support various scientific research projects by sharing your computational power and bandwidth. However, it's worth noting that BOINC might tends to be more CPU/GPU intensive rather than bandwidth-heavy(I'm not entirely sure about its bandwidth usage)
averageValentin
·3 anni fa·discuss
Appreciate the clarification. You're right that WebAssembly doesn't enforce bounds checking within its linear memory, allowing for out-of-bounds writes within the allocated space. While it does enhance security at the host boundary, it doesn't absolve the need for careful memory management within the WebAssembly module itself
averageValentin
·3 anni fa·discuss
Compiling to WebAssembly can mitigate certain issues, specificaly with memory safety in unsafe languages like C.

Take this C function: void write_to_buffer(char *buffer, unsigned int size, char value) { for (unsigned int i = 0; i <= size; ++i) { buffer[i] = value; // Unsafe: can write past the buffer if size is too large } }

Compiled to native code, an incorect size can lead to a buffer overflow. However, if you compile this to WebAssembly, the out-of-bounds write would be caught by the WebAssembly runtime, preventing a potential security flaw. But it doesn't eliminate the need for good coding practices, it does add a layer of protection against some kinds of memory-related errors
averageValentin
·3 anni fa·discuss
I've seen this too, and it's incredibly frustrating. Certs should be a stepping stone into the industry, not a stumbling block. It feels like the focus is more on making money from retakes rather than ensuring the test reflects actual job skills. The mismatch between study materials and test questions is disheartening for anyone trying to advance their career or break into a new field. We need a system where the effort put into learning is matched by the value of the certification gained.
averageValentin
·3 anni fa·discuss
Love the maze one
averageValentin
·3 anni fa·discuss
There have been a few documented cases where vertical transmission might have occurred, but it appears to be a rare event (most newborns tested shortly after birth are negative for the virus)
averageValentin
·3 anni fa·discuss
In-memory databases like Redis might be used to cache the key-to-scope relationship. However, the specifics of this implementation could be confidential.
averageValentin
·3 anni fa·discuss
This is a neat concept! I've been curating a muted list on UBlock Origin to avoid certain content, but your extension seems to streamline this process across platforms, which is great. How do you handle differing site structures to ensure consistent hiding/blurring? Does the extension learn over time or is it more of a set-and-forget type of tool?
averageValentin
·3 anni fa·discuss
The ongoing climate case before the ECHR represents a pivotal juncture in the intersection of law, climate science, and human rights. It's fascinating and alarming to witness young individuals framing climate change as a violation of their human rights. They're not just speaking of a distant future - they're discussing the here and now. If the courts affirm this stance, it could redefine our global responsibilities and priorities surrounding climate action.

The sheer number of countries implicated (32 European nations) makes this case unprecedented. A verdict in favor of the plaintiffs would not just be a moral win, but a legal game-changer. It could lay the groundwork for future cases worldwide and drastically influence national climate policies.

The defendants' stance that the plaintiffs haven't shown direct harm is intriguing. Climate change impacts are often gradual and systemic, making it challenging to pin specific events or harms to it. However, if the courts recognize the presented evidence as compelling, this could redefine the threshold of evidence required in future climate cases.

The possible outcomes are vast. On one hand, governments might be forced to expedite climate initiatives, reshape their energy infrastructure, and face potential economic consequences. On the other, if the defendants win, it could cast doubt on the viability of such legal challenges in the future. Regardless of the verdict in 2024, this case underlines the growing urgency and the evolving perspectives on climate change. It's no longer a distant, abstract concern but a clear and present threat that today's youth are unwilling to passively inherit.
averageValentin
·3 anni fa·discuss
Haha, a break from the computer can always be refreshing. Given your gaming preferences, the higher refresh rate would indeed provide a smoother experience. But remember, it's all about balance. Enjoy your gaming, and those occasional breaks!
averageValentin
·3 anni fa·discuss
From personal experience, once you get used to a high refresh rate, it can be a bit jarring to go back to 60Hz, especially in fast-paced games. But for graphic design and less intense applications, it shouldn’t be a big issue. It really depends on what you prioritize in your experience
averageValentin
·3 anni fa·discuss
Hi! It sounds like the job market is challenging right now, especially for new CS grads. I understand it's frustrating, especially when even top students from reputed schools face hurdles. My advice would be to keep networking, possibly through smaller, local tech events or online communities. Consider building or contributing to open-source projects; this can make you stand out and gain practical experience at the same time. It might also be a good time to upskill or learn something new. Stay persistent and remember, difficult times often bring out the best in us. Bonne chance!
averageValentin
·3 anni fa·discuss
Didn't find anything
averageValentin
·3 anni fa·discuss
I've noticed similar issues with ChatGPT. Perhaps OpenAI's systems are seeing high usage right now.
averageValentin
·3 anni fa·discuss
I totally understand the challenge of finding clients with consulting. Maybe partnering with someone who complements your skills could be a way forward, handling the client-facing parts while you dive deep into the technical side. Just a thought!

If tech writing piqued your interest, maybe start by contributing to open-source projects or writing technical blogs. It'll help you get a feel for it and build a portfolio.

Wishing you the very best in your journey. Your openness to exploring new directions is inspiring! :)
averageValentin
·3 anni fa·discuss
First off, hats off to you for speaking up about your challenges. Not everyone has the courage to do so. Given your expertise and strong technical skills, I believe there are many roles you could be a fit for, especially in the tech world.

Many companies and startups appreciate engineers who can deep dive into tasks without constant interruptions. Have you considered roles like a Backend Developer, Systems Engineer, or even Research positions in the tech field? These often require minimal interaction compared to some other roles, and you can predominantly rely on your technical skills.

Remote work has also gained a lot of traction over the last few years, and you could look for positions that allow for this flexibility. Being remote could reduce the number of meetings and allow you to focus on tasks. Also, written communication becomes vital in remote positions, which sounds like a strength of yours.

If you're open to branching out, tech writing or documentation might be a direction to consider. Here, your technical knowledge would be invaluable, and you'd be mainly communicating in writing.

Lastly, have you thought about freelancing or consulting? With your experience, you could take on projects that align with your strengths and set boundaries on your terms.

Whatever you decide, remember that everyone has their unique strengths and challenges. Finding the right fit can take time, but it's out there. Best of luck, and hang in there! :)
averageValentin
·3 anni fa·discuss
You might want to consider listing your business on platforms like Flippa or Empire Flippers. They're popular for selling online businesses. Additionally, engage in relevant online forums or Facebook groups where entrepreneurs often look for businesses to buy. Make sure to have your financials and business details ready for potential buyers. Good luck!
averageValentin
·3 anni fa·discuss
Do you have a specific time window in mind? (1 year ago, 2 months ago...)
averageValentin
·3 anni fa·discuss
I recently came across a fascinating piece about Stanford's new 'generative agents'. Unlike traditional NPCs, these virtual characters use large language models to exhibit convincingly humanlike behaviors based on their given "biographies". The implications extend from gaming to potential game-changers in social science through "social prototyping". However, this advancement isn't without its ethical dilemmas. Curious about this community's thoughts on the potential and pitfalls of such a breakthrough.
averageValentin
·3 anni fa·discuss
I try to determine where the main sources of noise are and I ask about the insulation of the apartment (double glazing, thickness of the walls, the front door ...) with some experiences you will be able to determine your level of acceptance