Hacker Newsnew | past | comments | ask | show | jobs | submit | Svoka's commentslogin

I think 'tab coding' should be a distinct group. When wast majority of the code just written through accepting autosuggestions.

As Ukrainian, I don't remember launching missiles on russia, or, in fact, any aggression towards russia. In its turn russia did recognize borders with Ukraine in multiple treaties, and on top of that security guarantees promised in exchange of 3rd by the size world nuclear arsenal.

Just a quick reminder, that Iranian and Hamas policy towards Israel is extermination. Palestine was never recognized by Israel or USA. Israel is not recognized by Iran.

So tell me, what parallels do you see between these conflicts? Human misery and destruction is hardly a common ground, and even in that, scale is incomparable.


Russian invasion of Ukraine is absolutely a genocidal war, with genocidal claims spoken out loud and actions documented, tens of thousands of times.

Never heard someone in USA claiming that Iraqis or Iranians had no right to exist, saying that they are not a real country and/or nation. This rhetoric is pretty much main stream in russia and used to justify ongoing genocide.


I am sure Ukrainians who built said nukes wouldn't have much problems figuring it out and building own nuclear program.

Instead believing in bright and peaceful future USA, France and UK promised. As Ukrainian who lived in Ukraine in 90s that felt like being on a frontier of the modern world, giving up the nukes. Oh, how full of hope we were.


What an awful take devoid of context. Russia literally defaulted in 1998, and 'somehow' kept the nukes.

And today Ukraine is doing quite amazing, considering 12 years of war. I can only dream what it would be if russians didn't steal a generation. Giving up nukes was a giant mistake.

Back then, giving up on nukes never was about compromising security. In 1993, I remember being full of hope and opportunity to live in peaceful world with less nukes. It felt like we had our backs by France, UK and USA. That was a move full of betrayed optimism, not desperation - giving up third world arsenal because the future is bright.


You also need to maintain vectors, at least functioning ICBMs, which cost quite dearly. And Russia had much more ressources than Ukraine at the time, by the way.

Ukraine absolutely had fleet of functioning ICBMs and strategic bombers. Unlike russia, Ukraine didn't declare bankruptcy.

And pretty sure people who built those ICBMs and strategic bombers would have no issue maintaining them.

USA didn't pressure Ukraine into giving up nukes, at the same time bankrolling russian nuclear program for 'security' reasons.


Ukraine didn't declare bankruptcy because Russia chose to assume 100% of the USSR external debt. Meanwhile, in 1998, Russia had a GDP PPP 80% higher than Ukraine.

This is why usa had to bankroll russki nuclear security program?

It was a non-proliferation issue, I believe? The same could have been said about the pressure for Ukrainians to renounce the nukes. I agree that in retrospect Ukraine would have been safer with nuclear weapons.

However, a lot could have happened in two decades, and Ukraine had to go through many issues typical of post-Soviet countries at the time. The risk associated with warheads being sold by generals or oligarchs was seen as a real one, see for instance:

https://www.armscontrol.org/act/1997-09/press-releases/russi...


In russia they had 2 terms limit as well. Putin found a quick work-around by basically running through Proxy.

I can see JD being a figurehead with very public Trump support.


I work with GitHub, so this oneliner relly helps me out. It also doesn't rely on grep, since --format have all you need:

    git branch --format '%(if:equals=gone)%(upstream:track,nobracket)%(then)%(refname:short)%(end)' --omit-empty | xargs --verbose -r git branch -D
It deletes all the branches for which remotes were deleted. GitHub deletes branches after PR was merged. I alias it to delete-merged


While price is definitely important, results are extremely important. Gemini often falls into the 'didn't do' it part of the spectrum, this days Opus almost always does 'good enough'.

Gemini definitely has its merits but for me it just doesn't do what other models can. I vibe-coded an app which recommends me restaurants. The app uses gemini API to make restaurants given bunch of data and prompt.

App itself is vibe-coded with Opus. Gemini didn't cut it.


The binary you draw on models that havent been out a quarter is borderline insane.

Opus is absurdly good in Claude code but theres a lot of use cases Gemini is great at.

I think Google is further behind with the harness than the model


I was careful not to draw binary. I was saying that Opus in Claude Code is good enough for me to make projects. Using Gemini after it seems like a significant downgrade, which actually doesn't get the job done helping me code. This is my experience, it can change if Gemini will get better.

However, for internal use I opt to Gemini, because of API cost. It is great in sorting reviews and menues out.


Downgrading network to 2.4G is probably all they needed.


I assume that's what

- Fall back to old IOT SSID with ancient protocols

meant 2.4G and not WPA3.


Probably this- my IOT network forces 2.4GHz, whereas my WPA2 and WPA3 networks both use 2.4 and 5GHz on the same SSID.


If a device only supports 2.4Ghz, wouldn't it only see the 2.4 option? Just having a network available that the device's radios can't even see shouldn't break anything. (I'm personally leaning towards WPA3 being the problem)


Honestly pick between Vulkan and DX12 is very superficial.

But you can easily make Vulkan run on macOS. Not sure what would be the reason to use DX12 in the new project today given free choice of technology, especially when team comes from OpenGL.


The reason you use DX12 in a new project is so that you can get good linux support.

I'm making a joke, but it's also true.


How good does Wine support DX12?


Support for DX12 under Proton in linux is incredibly good. Some games actually run faster under DX12 in Proton than the native versions do.


I don't think it's faster than a windows game running Vulkan, though, is it? Like, if you benchmarked a game that has native DX12 and Vulkan modes (such as Wolfenstein: The New Colossus, I believe), it will probably have higher FPS in Vulkan mode, right?


Well our game runs faster in DX12 under Proton than Vulkan under Proton.

Of course since Proton uses Vulkan to implement DX12, it means that our Vulkan implementation is simply worse than the one that Valve created to emulate DX12.

I'm sure it's possible to improve that, but it implies that there way to get the best performance out of Vulkan is less obvious than the way to get it out of DX12.


DXVK does not need wine.


Never mind, DXVK isn't for DX12.


it translates the calls to vulkan.


but why would you pick the worst API?


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: