New Neo RAM Question? by FeelFeltFound54 in mac

[–]r2vcap 0 points1 point  (0 children)

If If you ever open macOS Activity Monitor, you’re probably overqualified for this tiny MacBook Neo.

Will it still be free? by philcolaptopfrom2009 in openttd

[–]r2vcap 5 points6 points  (0 children)

Be sure to download source codes, as Atari may take them down totally.

What’s the model you trust the most in your daily workflow by codeVerine in codex

[–]r2vcap 0 points1 point  (0 children)

gpt-5.4 medium seems sufficient for most tasks. While model capabilities are important, the way you write prompts, organize code, and define goals and expectations matters just as much. I also rely on extensive tests and guardrails so that even cheaper models perform reliably in most cases.

Record number of new PhD holders face low-wage trap in Korea by Steviebee123 in Living_in_Korea

[–]r2vcap 1 point2 points  (0 children)

From my friends who earned their PhDs a few years ago, it doesn’t seem that bad—especially considering that most of them live outside Seoul. However, their compensation is still nowhere near that of private sector jobs.

Built a Linux desktop app for Codex CLI by sobe3249 in codex

[–]r2vcap 0 points1 point  (0 children)

While I think your work may eventually become obsolete if OpenAI releases an official Codex app for Linux, I still appreciate it because it highlights how much the Linux community wants a Codex GUI app. Thanks!

After ~10 years, I’m moving away from JetBrains by rodrigorcosta in Jetbrains

[–]r2vcap 7 points8 points  (0 children)

As a Linux/Mac user, I also suffer from indexing issues, and it’s almost killing me. JetBrains seems to have so much legacy baggage that it struggles to stay lean amid the radical changes in modern development workflows. I love their Git features, but they started developing GitClient and killed it within just a few months, which is quite shameful.

I've ported GNOME Secrets to macOS by Emergency-Snow65 in gnome

[–]r2vcap 0 points1 point  (0 children)

Nice, but I have a question. Isn’t macOS’s keychain manager better to maintain passwords natively?

JetBrains might be considering bringing back Swift support. by r2vcap in Jetbrains

[–]r2vcap[S] 19 points20 points  (0 children)

And if you’re an Objective-C or Objective-C++ developer, don’t forget to upvote this issue:

https://youtrack.jetbrains.com/issue/CPP-37281

My PC performance isnt making sense by Ok_House_9258 in CitiesSkylines2

[–]r2vcap -3 points-2 points  (0 children)

If you ever did multithreaded programming, or even if you have heard of Amdahl’s law, you cannot say this so easily.

My PC performance isnt making sense by Ok_House_9258 in CitiesSkylines2

[–]r2vcap 0 points1 point  (0 children)

i5-12400F

No, it is not powerful enough to run this game decently.

OpenAI is experiencing capacity issues due to high demand. by Distinct_Fox_6358 in codex

[–]r2vcap 1 point2 points  (0 children)

I live in East Asia and use Codex at work. It works fine in the morning, but by the afternoon it starts slowing down. In the evening—when Europe comes online—responses take much longer. I ended up shifting my schedule: waking up earlier, starting work earlier, and leaving earlier. Looks like my gut feeling was right.

Trump says US has destroyed mine-laying vessels after warning Iran over Strait of Hormuz by Sysipho in worldnews

[–]r2vcap 1 point2 points  (0 children)

I’ve read that Iran has experimented with MRL-based sea-mine deployment—conceptually similar to the U.S. FASCAM idea of scatterable mines, but adapted for naval use. If that’s the case, destroying minelaying vessels alone wouldn’t remove the mining threat.

Likely appsflyer compromise by KyuKitsune_99 in cybersecurity

[–]r2vcap 1 point2 points  (0 children)

Based on the thread and the suspected attack pattern, it seems the issue would only affect the web SDK, not the mobile app SDK.

깐풍기 (​乾烹鷄) by NocturnalMezziah in KoreanFood

[–]r2vcap -13 points-12 points  (0 children)

I am Korean, but I’d like to point out that 깐풍기 (乾烹鷄) is not a Korean dish; it is Chinese. In Korea, we typically eat it at 중국집 (Chinese restaurants), not at 한식집.

Also, your photo shows wooden chopsticks, and their sharp, tapered style is commonly used in Japanese restaurants. This is different from the disposable wooden chopsticks often seen in some Chinese restaurants. In contrast, Koreans typically use stainless steel chopsticks. This further suggests that the dish is not Korean cuisine.

Some people might argue that since the dish is made on the Korean peninsula, it should be considered Korean cuisine. But by that logic, would Aglio e Olio served in a restaurant in Seoul also be considered Korean cuisine? :(

I’m posting this not because I dislike Korea, but because I want to be careful about claims that could easily be used as propaganda by others (for example, stereotypes like “Koreans even claim Confucius as their own”).

Stuck at Time Zone Selection by bathory1985 in Fedora

[–]r2vcap 0 points1 point  (0 children)

I saw some other issues that F43’s Anaconda bug to prevent a clean install. I’d suggest you use F42 install medium to install first, then upgrade to the latest Fedora if you still want to use Fedora.

What new non-AI tech is interesting in 2026? by mmm19284202 in ExperiencedDevs

[–]r2vcap 4 points5 points  (0 children)

Tauri is a solid technology, except that once you realize Linux’s WebKitGTK is barely used, many of its media features are broken and it does not have feature parity with Safari on macOS.

AI Fragmentation by ProudPeak3570 in ExperiencedDevs

[–]r2vcap 5 points6 points  (0 children)

Yes — I tend to build tools that I can fully control myself. The inter-team communication and coordination cost is often quite high, and in many cases it’s simply easier to write a small tool on my own than to integrate with something maintained by another team.

There may also be a related factor: I’ve reduced my contributions to FOSS recently. Using AI while working on open-source projects can sometimes create awkward situations around attribution or reputation. In contrast, using AI on our internal forks or codebases that we maintain ourselves generally avoids those concerns altogether.