HackerTrans
TopNewTrendsCommentsPastAskShowJobs

soulbadguy

1,308 karmajoined 11년 전

comments

soulbadguy
·3일 전·discuss
Sadly it does not. There are both a discussion about support for non-git vcs (https://github.com/ogulcancelik/herdr/discussions/522) and about jj specifically.

Hopefully any of those get some traction
soulbadguy
·25일 전·discuss
Is the information actionable ?
soulbadguy
·30일 전·discuss
[dead]
soulbadguy
·30일 전·discuss
I felt the same for a while after switching to jj. I think using the word "commit" in jj is creating a lot of confusing. The snapshotting is closer to auto-save in your favorite editor. In does not change your ability to version and save your work. It's just a savety net for quick undo
soulbadguy
·30일 전·discuss
Additional complexity ? jj just increase the frequency of snapshots. it does not fundamentality the complexity of the system
soulbadguy
·지난달·discuss
> This is meant to be mitigating? What is this thought process? Who in their right mind is like "okay, a group of people broke into your home at night but your state shouldn't have been so hard on them for what ensued because akshually it was part of a whole nationwide trend at the time."

You analogy doesn't not hold, and in manyways point at the root of the issue. The point was to show that harsher punishment did not seems to result in meaningful effect on crime stats. It's fine to want harsher sentencing for some kind of emotional fuffilement, let's just not pretend that is helping in any otherways.
soulbadguy
·지난달·discuss
> focusing on punishment rather than rehabilitation.

punishment is a prerequisit to rehabilitation
soulbadguy
·지난달·discuss
> Whereas someone who has committed 30 petty thefts and then gets arrested, locked in a cage, and guarded by armed agents of the state, is extremely unlikely to commit another theft as long as he remains locked in the cage.

How does that help, if after incarceration that person become a much hardened criminal both because of the lack meaning pathway to integration, and you know spending years locked up with the worst of society.

> but we don't really have a good understanding of what specific people can and cannot be rehabilitated, or how to go about actually effectively doing the rehabilitation.

Then let's work on that.
soulbadguy
·지난달·discuss
> but I am very irritated by "my side" being so weak on crime.

Weakness on crime is not a left vs right thing.It's mostly about which kind of crime each side is soft on.
soulbadguy
·지난달·discuss
> Every year that a criminal is incarcerated is a year that they CANNOT kill an innocent citizen, rob a home or store, desecrate or vandalize the community, shoot up fentanyl in the streets, or do any number of things.

Why stop at criminal, this also true for non-criminal; Let's just jail everyone, then we will all be safer.
soulbadguy
·지난달·discuss
> I wish people would stop using the word “child” in an effort to minimize criminal behavior by young adults. A 16 or 17 year old isn’t a “child.” The Marquis de Lafayette and James Manor were just 18 when the revolutionary war started. Societies going back to ancient times ascribed significant responsibility to teenagers. And in modern times, there is a scientific basis for distinguishing between adolescents and children when it comes to brain development. Historically, adolescents were treated like adults.

Looking at the past for wisdom on how to treat young adult/people is very dangerous...

> People who start engaging in criminal conduct at an earlier age more likely to engage in criminal behavior as adults

this is not quite what the citation means. I am also very curious on how these study correct for cofactors .People who start a life of crime early are probably not comming from the best conditions in term of life circonstances. Which in it self is also a strong predictor.

> A more rational and less emotional sentencing system would be harsher on teenage offenders while reducing sentences overall.

No, that would be the fear based emotional response. The ration response would be to simply measure whether or not harsher sentencing have a better outcome. Instead of prehemtively jailing people based on dubious stats.
soulbadguy
·지난달·discuss
They seems to be referering to https://github.com/gyscos/zstd-rs which looks like a wrapper around the C library. https://github.com/KillingSpark/zstd-rs. is a pure rust implementation
soulbadguy
·7개월 전·discuss
I think in many ways D was just too ahead of it's time; Packaging the same feature set and abstraction level of C++ in much cleaner and saner package wasn't really seen at valuable at that time. I think that if D were to be "re-release today" with a lighter syntax, and some coporate backing a-la GO/swift/typescript/carbon; It would find quite a bit of success.
soulbadguy
·8개월 전·discuss
As compiler have become more sophisticated, and hardware architecture more complicated, there are been a growing sentiment that some of the code transformation done by modern compiler make the code hard to reason about and to predict.

A lot of software engineer are seeing this as compiler engineer only caring about performance as opposed to other aspect such as debuggability, safety, compile time and productivity etc... I think that's where the "sabotage" comes from. Basically the focus on performance at the detriment of other things.

My 2 cents : The core problem is programmers expecting invariant and properties not defined in the languange standard. The compiler only garanty things as defined in the standard, expecting anything else is problematic.
soulbadguy
·3년 전·discuss
Naive question :

Isn't something like F# computation expression or C# LINQ a simpler and more generic way of acheiving the same effect?