Readit News logoReadit News
rootedbox commented on States and cities decimated SROs, Americans' lowest-cost housing option   pew.org/en/research-and-a... · Posted by u/pavel_lishin
Mistletoe · 22 days ago
Does anyone have pics of what the inside of one of these would have looked like?
rootedbox · 22 days ago
rootedbox commented on Sonos CEO steps down after app update debacle   reuters.com/business/reta... · Posted by u/saaaaaam
harrall · 8 months ago
Bruh an engineer probably suggested those changes.

You think a salesperson is suggesting mDNS and frameworks?

rootedbox · 8 months ago
The salesperson had no idea what mDNS or the frameworks was.. and rubber stamped it.
rootedbox commented on Salesforce will hire no more software engineers in 2025, says Marc Benioff   salesforceben.com/salesfo... · Posted by u/lordswork
rootedbox · 8 months ago
You know your competition also has that 30% efficiency gain??? Sounds like a good time for them to catch up.
rootedbox commented on Do It in Jeans First   gkogan.co/jeans/... · Posted by u/mooreds
rootedbox · 8 months ago
I didn't wear cleats until I was almost 14 playing baseball.. I just used tennis shoes.. some of my friends gave me a hard time about it. I could hit dingers all day so no big deal.

But you know what. I wore a helmet at every at bat. Did I really need it for every at bat?? No; But I had it.

There's a long list of dead people who went into the wilderness or hiking under prepared. Just because it didn't happen to you doesn't mean the same outcome for others.. I know this is supposed to be a metaphor for when to buy and upgrade the tools you have. But safety should always come first.

rootedbox commented on HTML_slice: Enable Ruby classes the ability to generate reusable pieces of HTML   github.com/henrique-ft/ht... · Posted by u/thunderbong
petepete · 8 months ago
Rails gives you the tools to do much of this already.

For example, this:

    html_slice :stuff do
      h1 'hello world' # @html_slice[:default] << '<h1>hello world</h1>'
      text # @html_slice[:default] << '<p>Lorem ipsum dolor sit amet</p>'
      div do
        _ '<b> some raw html </b>'
      end
    end
Could be written in a helper like this:

    safe_join([
      tag.h1('Hello world'),
      tag.p('Lorem ipsum dolor sit amet'),
      tag.div(<<~RAW.html_safe)
        <b>some raw html</b>
      RAW
    ])

rootedbox · 8 months ago
Yah I think html_slice would be ok in a ruby only project. But as the mantra goes if in rails do it the rails way. Helpers are great!
rootedbox commented on Rails for everything   literallythevoid.com/blog... · Posted by u/FigurativeVoid
rootedbox · 8 months ago
With sqlite and docker.. rails apps are easy to share.. my last project is easy to install and use because of rails https://github.com/ThinkThinkAI/ThinkDB

# change directory_on_your_machine_for_think_db_storage docker run -d --name thinkdb -p 3000:3000 -v directory_on_your_machine_for_think_db_storage:/app/storage thinkthinkai/think_db:latest

TADA.. Rails is great.

rootedbox commented on DOOM CAPTCHA   doom-captcha.vercel.app/... · Posted by u/denysvitali
rootedbox · 8 months ago
doom is deterministic so does not make a good choice for a captcha.. that being said.. this is cute
rootedbox commented on There's No Such Thing as Software Productivity (2012)   benrady.com/2012/11/there... · Posted by u/pbrowne011
rootedbox · 8 months ago
Sure there is. It's a ratio of inputs to outputs.. even in the example the inputs and outputs are measurable.

The only thing this article gets at is that engineers may not know how to calculate their own productivity; but it doesn't means it's not calculable.

rootedbox commented on Northern Ireland police unlawfully put reporters under surveillance   reuters.com/world/uk/nort... · Posted by u/campuscodi
cjs_ac · 8 months ago
From the article:

> Birney and McCaffrey were arrested in 2018 over the alleged theft of material used in the documentary from Northern Ireland's police ombudsman and claimed they were subject to covert surveillance before and after the release of the film.

The PSNI overreacted in this case over concerns that information was leaking from the police regulator. Keep in mind that at the time of the documentary's release, the Royal Ulster Constabulary (the PSNI's predecessor organisation) was undertaking a massive decades-long counter-terrorist operation that involved suppressing terrorist organisations on both sides of the conflict, and that many of these terrorist organisations still exist and remain heavily involved in organised crime.

While the PSNI acted illegally in these raids, it's easy to see that their motivation stemmed from a need to investigate any leaks, which, if they had existed, would almost certainly have put lives (informants) at risk.

It's not always some grand conspiracy. At least in the UK, it's usually honest people doing their best and getting it wrong.

rootedbox · 8 months ago
The Peelers have historically not been known for their honesty when interacting with Catholics. Racism serves as an institutional tool for harassment and the justification of power over certain groups. There is no genuine honesty in these practices, even if they are ostensibly used to prevent violence.
rootedbox commented on Boeing overcharged the U.S. Air Force 8,000% above market for soap dispensers   reuters.com/business/aero... · Posted by u/lr0
rootedbox · 9 months ago
I mean.. they are really nice soap dispensers.

u/rootedbox

KarmaCake day496March 29, 2012View Original