HackerTrans
トップ新着トレンドコメント過去質問紹介求人

fncypants

no profile record

コメント

fncypants
·3 か月前·議論
Are you not aware that that the credibility of the US DOJ under the present administration has been completely destroyed and you should not trust anything they say simply because they said it in a press release (perhaps especially because they said it in a press release)? Federal judges have repeatedly declined to give the DOJ the benefit of the doubt (called "presumption of regularity") and all but called them liars. [1]

In this case, experts are unanimous that this is a hit job by Director Patel (see his poor record here [2]) who had a political vendetta against this civil rights organization. SPLC's actions were all related to investigations to EXPOSE the KKK using undercover informants. They were paying investigators, not the organization. They were absolutely in no way "funding the KKK."

“SPLC is a leading authority on organized hate groups and undertakes the complex and often dangerous work of investigating and exposing these networks. Its outstanding record of tracking and addressing hate belies the misguided premise of the indictment — that SPLC was somehow supporting the very hate groups it has long helped to discredit and dismantle.

“The DOJ’s actions are wrong and part of a broader effort to intimidate organizations working to advance civil rights, strengthen our democracy, and hold bad actors accountable.[3]

[1] https://www.justsecurity.org/120547/presumption-regularity-t...

[2] https://www.theatlantic.com/politics/2026/04/kash-patel-fbi-...

[3] https://www.lawyerscommittee.org/statement-from-the-lawyers-...
fncypants
·5 か月前·議論
What does that mean, "adjusted for poverty"? Reading level is an absolute. You're either at a third grade level or not. This adjustment seems to have no purpose other than completing a narrative that does not help solve the problem.
fncypants
·昨年·議論
It's important to keep in mind what the government is saying here. Set aside the specifics of who this individual is or where they originally came from and grasp what Trump is trying to argue here.

> Although the legal basis for the mass removal of hundreds of individuals to El Salvador remains disturbingly unclear, Abrego Garcia’s case is categorically different—there were no legalgrounds whatsoever for his arrest, detention, or removal. Nor does any evidence suggest thatAbrego Garcia is being held in CECOT at the behest of Salvadoran authorities to answer for crimesin that country. _Rather, his detention appears wholly lawless._

In short, they kidnapped someone--I'm using that word precisely because it was "lawless" and that's what elevates a detention to a kidnapping--and flew them to a foreign prison without notice, without hearing. From the street, transported hooded to a plan, and imprisoned in medieval conditions.

It was a mistake they concede. Oh well. Can't do anything about it now.

Do not argue that this individual should not have received a chance to have a court recognize the mistake. There is nothing separating your position from his. If they can kidnap him they can kidnap you. The government's position is, simply put, no one can stop them if they do.
fncypants
·昨年·議論
Do not both sides any of this. One cannot claim that both sides present misinformation and then not acknowledge that one side is doing so intentionally and the other is not.

Elon tweeted that there was a lot of 150-year-old recipients. That's all he said. [1] So there was a rush to point out why, if this 150 year old number is the only information he's providing of fraud, it is not a prima facie case of fraud. That was a good faith response to a bad faith, selective release of information.

[1] https://www.foxbusiness.com/politics/musk-claims-150-year-ol...

So then Musk provides more data, but again, not enough data to provide all the context. What he leaves out is that there have been multiple, prior good faith attempts to investigate these data entries, identify whether there's any fraud, and address any problems. This was the work of inspectors general whose job is to work in good faith to try to resolve these issues.

There is one side acting only in bad faith. If they were acting in good faith, they would raise these issues through legal channels (inspectors general) and then have an orderly, legal process to address them. That is how it has always been done, for a reason. They are not operating legally because they know that what they are doing is in bad faith and would be found out as such.

What we are witnessing is a dismantling of the rule of law. It's important to recognize that and to not to be complicit in it.
fncypants
·昨年·議論
So let's tear everything down good and bad because in an organization at a scale of trillions of dollars, we found $50 million we don't like.
fncypants
·昨年·議論
"Even though I don't know everything, and especially everything about how an organization like a federal government works, I personally haven't heard about these things, and therefore it must be unnecessary and stupid."
fncypants
·昨年·議論
And what happens when they're successful even in part and we dump a lot of unemployed workers all at once into the job market in the private sector? Measured and calculated reform is one things. Smashing things without addressing what happens next is just kindergarten level stupidity.

But then again, maybe crashing the job market with masses of unemployed, which will drive down wages and labor bargaining power, is exactly their strategy.
fncypants
·昨年·議論
I think this is the best takeaway. This case and its outcome is restricted to its facts. Most of the LLM activity today is very different than what happened here.
fncypants
·2 年前·議論
The current actively-developed VSCode extension is Tinymist. Its workflow is great and addresses all your issues (to the extent they are even relevant to Typst):

> Well, the feature you mentioned of clicking the PDF and redirecting to the source.

Tinymist does this. Click on text and it redirects the document buffer to the corresponding source text.

> Preview in the same buffer (window) as the code

Tinymist previews in a separate tab for side-by-side real-time writing with a preview.

> It uses other regexps to recognize the enabled packages, and then adds the package's macros and environments to its list, so with a command you can open an environment or macro, and it recognizes which packages you are using, if you are in a math environment, etc. and shows only the ones you can use in the context. It's like a super-intelligent set of macros.

This sounds like an artifact of Tex. The standard Typst library is very thorough. And for everything else, Typst has automatic retrieval of community packages. Just add an #import and it just works:

    #import "@preview/example:0.1.0": add
    #add(2, 7)
> AucTex has also great support for bibtex/biblatex, and glossary/glossaries, both for using the macros and for compiling.

This just works with Typst in-the-box for bibliographies, and with the glossarium package for glossaries (just add with: #import "@preview/glossarium:0.4.2": *). But one thing a Typst IDE like Tinymist or the web service adds to the writing environment is an autocomplete for labels and citations. Just start typing the reference and get autocomplete options.

> Automatic, intelligent, labeling.

Not sure what this means, but you can add a label to headings, figures, etc. and quickly reference them with @label, and the current IDEs