@kellogh@hachyderm.io
@kellogh@hachyderm.io avatar

kellogh

@kellogh@hachyderm.io

I'm a software engineer and sometimes manager. Currently #Raleigh but also #Seattle. Building ML platform for a healthcare startup. Previously, built an IoT platform for one of "those" companies.

Open source: dura, fossil, Jump-Location, Moq.AutoMock, others

Do I have other interests? No, but I do have kids and they have interests. I think that counts for something. I can braid hair and hunt unicorns!

I put the #rust in frustrate

He/Him

#metal #science #python

This profile is from a federated server and may be incomplete. Browse more on the original instance.

kellogh, (edited ) to rust
@kellogh@hachyderm.io avatar

ngl postfix match statements are probably the sexiest feature i’ve seen in a while https://doc.rust-lang.org/nightly/unstable-book/language-features/postfix-match.html

kellogh, to OpenAI
@kellogh@hachyderm.io avatar

is suing . i tend to think their suit is weak, since news is always changing and the value of news is in its freshness, i have a hard time believing is cutting into existing business in any real way. books are a different story

the current generation of , , are static model artifacts that are expensive to train. even if they become cheap to train, model management would be tough. so NYT is largely opening a suit against a threat that doesn’t exist yet

kellogh, to climate
@kellogh@hachyderm.io avatar

Pretty neat — cows that burp less methane. Methane is a lot worse of a greenhouse gas than CO2, so this is huge https://www.reuters.com/business/environment/climate-friendly-cows-bred-belch-less-methane-2023-08-08/

kellogh, to LLMs
@kellogh@hachyderm.io avatar

this paper is going around. tbh the result is intuitive, at least to me, although it’s also a bit contrived fwiw. i do think it’s an important paper that helps us recognize the limitations of , but i don’t see a reason why it would cause anyone to pause development of apps. Proving the existence of hallucinations is a bit like proving that the network will always drop packets — it just changes how you approach it

https://arxiv.org/abs/2401.11817

kellogh, to random
@kellogh@hachyderm.io avatar

thinking the other day… if i wanted to go back to big tech (unlikely) i’d probably want to go to microsoft, which is one hell of a change from the past. seems like that’s where all the interesting stuff is going down

kellogh, to random
@kellogh@hachyderm.io avatar

why is X removing blocks? it seems a bit crazy to say they’re not useful. seems like an account of any size whatsoever needs blocking to stay sane. musk must’ve blocked people already. I know trump did. i must be missing something

kellogh, to random
@kellogh@hachyderm.io avatar

i did a big personal thing today

kellogh, (edited ) to github
@kellogh@hachyderm.io avatar

do you use git blame?

kellogh, to random
@kellogh@hachyderm.io avatar

that a16z manifesto is proving to be great material for talking to my dad about the dangers of libertarianism

kellogh, to random
@kellogh@hachyderm.io avatar

thought: if you have to ditch your process as a tactic to deliver quickly or to meet a deadline, there's probably something wrong with your process

kellogh, to random
@kellogh@hachyderm.io avatar

my wife and i have a theory that kids evolved to be cute as a survival mechanism

kellogh, to random
@kellogh@hachyderm.io avatar

What I like most about Python is never entirely knowing what’s going on

kellogh, to python
@kellogh@hachyderm.io avatar

i wish had native UDFs, or whatever you’d call this:

@native_udf
def add_n(c: Column: n: Column) -> Column:
return c + n

you can easily make or functions like that today, but you can’t reference them from . i prefer them when possible in python bc they run natively. even in scala, strings aren’t converted to utf16 so it’s a win there too. they’re just a bit awkward when improving large chunks of SQL

kellogh, to random
@kellogh@hachyderm.io avatar

is there an application of the word "legacy" that doesn't inspire at least mild panic?

kellogh, to random
@kellogh@hachyderm.io avatar

Is 5G on AT&T a lie? I keep finding myself in rural areas or on a mountain and the “5G” strength is fairly strong, 2-3 bars. But my understanding of 5G is that it’s very short range, so really only feasible to deploy in urban areas. What’s going on? Is it “5G present, but 4G is the strongest signal so we’ll display that”?

kellogh, to LLMs
@kellogh@hachyderm.io avatar

researchers are using to accelerate drug development. The discovery phase was slow and expensive, so they trained a transformer model on drug data and it’s able to reliably generate drugs that are dramatically different than anything anyone’s seen before

Note: the title says “ChatGPT” but it’s not a GPT at all, quite a different architecture

https://medicalxpress.com/news/2024-02-scientists-code-chatgpt-medicine.html

kellogh, to random
@kellogh@hachyderm.io avatar

my strategy for navigating a new org is basically, “ask the dumb questions”, because a lot of the dumb questions have very interesting answers

kellogh, to random
@kellogh@hachyderm.io avatar

i don’t understand how people see the xz incident and conclude that open source is insecure. That level of social engineering could easily have worked on a company as well, but it was detected because it was open source. All other mechanisms failed, and it was just some random guy poking around that discovered it. That kind of scrutiny doesn’t happen on closed source systems

kellogh, to iran
@kellogh@hachyderm.io avatar

in the first hour of this attack, i saw the word “unprecedented” probably 12 times, and i can’t figure out for the life of me what’s unprecedented about this situation

kellogh, to random
@kellogh@hachyderm.io avatar

i think a lot of people probably don’t realize that github is an artifact of a past tech fad, when all companies tried to be social networks. that’s why there’s a timeline

kellogh, to random
@kellogh@hachyderm.io avatar

rn i could really use an AI generated video of Elsa brushing her teeth. i need proof to convince the 3yo

kellogh, to LLMs
@kellogh@hachyderm.io avatar

has anyone made a successor to fuckit.js that uses ?

(fuckit.js ran the script in a loop, randomly deleting lines until it runs successfully)

kellogh, to random
@kellogh@hachyderm.io avatar

a cool aspect of using LLMs as a tutor is you can test your understanding of a topic, and in the process of validating your understanding, the LLM will also trigger aspects you haven’t thought of yet. So it ends up acting kind of like a rabbit hole, except you end up a lot closer to where you started, just with a much deeper understanding

kellogh, to random
@kellogh@hachyderm.io avatar

holy shit

yesterday while trail running i came across this fallen tree. it looks like a thick vine wrapped and choked the life out of it, and the storm this weekend finally took it out. i couldn’t easily identify the vine, but whatever

this morning i wake up and i’m breaking tf out with what sure looks like poison ivy rashes.

i came back, and identified the vine as, yep, poison ivy. thick woody 1/3” vines up and down the full tree

A close-up of two green leaves with visible veins and black specks on their surfaces. The leaves are attached to a thin branch with a blurred background of other foliage and tree bark.

kellogh, to random
@kellogh@hachyderm.io avatar

i wish “type checking for infrastructure” was a thing

my code declares that there should be a S3 bucket that’s different from that other S3 bucket, etc. —> spin up the type checker, it reads APIs and verifies, “yep, this code should run fine”

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • tacticalgear
  • DreamBathrooms
  • InstantRegret
  • magazineikmin
  • Youngstown
  • everett
  • anitta
  • slotface
  • GTA5RPClips
  • rosin
  • thenastyranch
  • kavyap
  • mdbf
  • Leos
  • modclub
  • osvaldo12
  • Durango
  • khanakhh
  • provamag3
  • cisconetworking
  • ngwrru68w68
  • cubers
  • tester
  • ethstaker
  • megavids
  • normalnudes
  • lostlight
  • All magazines