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

would you care to discuss the private details of your employers internal workings in a public forum or with a journalist then?

no?


Saying, as a government employee, that “Hey, the systems, processes, and people at the VA are pretty okay” is not discussing the ‘private details’ of his employees in any way that could be considered inappropriate.

It’s not like he revealed details from private DOGE strategy meetings or discussions.


Quick typo correction, employers, not employees.


you have no idea how luxury this belief is.

having been the guy fixing the third party's bugs at almost every position, i side with the parent.


This industry has basically no standards for what a software engineer should know and chronically underinvests in training people, then people will jump on hackernews and bitch about people not knowing what they're doing like they haven't been saying university is worthless for the past 7 years.


> you have no idea how luxury this belief is.

I know very well what working with non-10x engineers is.

I also know ver well that performance is a management and HR issue, not an engineering issue.

Your job as a competent engineer is to make your team work. Your responsibility is to help out fellow team members whenever they need to be unblocked, and create a healthy, accepting, tolerant work environment. Your job is to be trustable, not make others hate their job, and not be the toxic asshole who makes everyone miserable and drives others away from your team. Because otherwise it is you who create high-stress work environments, and burn out people.


Their belief just screams "DEI"


> Their belief just screams "DEI"

Complaining about "DEI" is a cope mechanism of incompetent individuals, who prefer to fabricate conspiracies to justify why someone else was chosen over them. It's a rehash of the old argument of complaining about low-pay immigrants for stealing jobs that would otherwise be rightfully theirs.


Ah so I was right ;)


software development generally is no longer a standard tax write-off; it has to be amortized now.


in the olden days of slashdot, this was addressed by decoupling "insightful" from "funny". you wouldn't get karma for being funny but you weren't punished for it either.


Good point. Yes I think I miss that of Slashdot too. There's such a thing as a healthy amount of banter, and the good stuff (not overly sardonic) takes the edge off the doom imho.


there is a world of difference between interacting with three people you don't know for an hour for the explicit purpose of stress testing your experience and knowledge and interacting with three people that you talk to every day talking about a project that is well familiar to you.


is it bad form to just like, ask your HR screener what the general dress code/vibe is like?


These days, the screener is often external to the company and has never visited the office.


there's never backstory given, we're just supposed to automatically feel bad and never get to have a real story about why that decision is made.

this is less of a defense of ICE than more of a push for transparency so we don't have to deal with low information appeals to emotion.


The backstory is that she illegally entered from mexico but CBP is in the US, Mexico won't take her back so ICE has to arrange deportation. Unsurprisingly there are no return flights from bumfuck border town to Germany so she is detained (and interrogated, her Instagram shows her giving tattoos to people in mexico) and sent to San Diego and detained until ICE arranges a flight. ICE prioritizes mass deportations so a single person likely gets put at the back of the queue.

A sane border would just block illegal entrance. But pretending that ICE should be optimized for single person expedited deportation is just stupid. While in CBP you may not be allowed to contact your lawyer the 60 days she was in ice custody was completely fair game, but she didn't for some unknown reason.


>there's never backstory given

There's no backstory that justifies indefinite detention without due process.


Sounds like due process was exactly what she got. Are you suggesting everybody gets a trial before they are deported? Or that the US has to allow you to enter if you do so legally, determined by trial? Either will result in much, much longer deportation times.


> Are you suggesting everybody gets a trial before they are deported?

Well, yes, because that's precisely what due process is?

If "everybody" doesn't get a trial before a judge, if _you_ happened to be taken by ICE[1], how would you manage not being deported?

By proving you're a legal citizen? But how do you do so if there's no due process?

[1] (for whatever reason; today it's on the suspicion to be an "illegal", based on whatever the guys smell; but tomorrow?)


Getting a trial for a visa violation is not what happens outside the US either.


Usually not a the border, no, because there it's an administrative thing, but then you are sent back to your originating country.

However, if arrested within the borders, yes, it becomes a different matter where you _are_ going through a judicial process, to assess whatever should happen, and why exactly (and to document the process).


What reason is there to think that there is any more backstory? More transparency might yield new information, but it might not. The situation might simply be exactly as it appears.


woz $2 bill please


i just use a text editor plugin and use the auto-logging/search features. everything i ask any model in any workspace is searchable

cant grep a react app


Surely you can grep the data model that react uses to populate the app though - whether database or otherwise?


I should look into this because I have over 132000 words of text in my notes (more than the average novel) and I'm curious whether I can 'talk' to my second brain via a LLM.


Smart Connections[0] plug-in for Obsidian is worth checking out.

It does a really good job of indexing (with local or OpenAI embeddings) and RAG allowing you to chat with various models about your notes. The chunking and context algorithms it uses seem to be well designed and find most/all relevant details for most things I try to discuss.

It's well implemented and provides useful and interesting discussions with my journal/notes.

0 - https://github.com/brianpetro/obsidian-smart-connections


You could first ask a LLM to compress your notes. There was some informal research into this a while back, LLMs have the ability to translate text into a much shorter representation that only they can understand. That might allow you to get around the context size limits.

More practically (or additionally) you could just ask it to summarize them or extract the most relevant parts.

Alternatively, I think the most popular approach is to use a RAG thing though someone else will have to fill you in on the current state of the art.


Avante is much more active and polished at this point, but there's alternatives:

https://github.com/baketnk/l.nvim (self-shill, docs overhaul needed)

which was inspired by the original:

https://github.com/yacineMTB/dingllm.nvim

Also brand new from ggerganov: https://github.com/ggml-org/llama.vim

dingllm is very straightforward, you submit your entire selection/buffer and it streams out to the current position. mine is a bit more complex with configurations, context management and so on.

The thing I always tell people is just roll your own. The docs are there, the LLM is there, use them. At the end of the day it's just an http call against text from your buffer to put text in a buffer.


also RAG implementation, and the apply code feature of cursor..


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

Search: