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

update the etymology then on wikipedia with your reference

that current etymology is what we’re all talking about obv


i use https://github.com/sirmalloc/ccstatusline and when im around 100k tokens im already thinking about summarizing where we're at in the work so i can start fresh with it

it is pretty rare for me to compact, even if i let it run to 160k

--

just realized how i wouldn't think about using ccstatusline based a quick glance at its README's images. looks like this for me:

https://i.imgur.com/wykNldY.png


idk how I haven't crossed a lisp with square brackets but dang I am sorta stunned at how I've never even envisioned it? thanks

No shift key needed for square brackets!

Curl was a proprietary Lisp that {curly brackets} and was designed in the 1990s to build web applications.

https://en.wikipedia.org/wiki/Curl_(programming_language)


I've always found OCaml's (* ... *) comments annoying, because it needs shift for both characters. But I suspect it's easier to type on a french keyboard.

Knuth solves the bracket issue by redefining his keymap to swap () with [] and + with = (macos keymap files found at the bottom of this page: https://www-cs-faculty.stanford.edu/~knuth/programs.html )


In high school I tried spec'ing a lang that excluded shift key usage... fun times.

Keyboards of early MIT systems[1] and Lisp Machines[2] had brackets (parentheses) and square brackets on the same key where square brackets and curly brackets are on modern keyboards.

1: http://xahlee.info/kbd/sail_keyboard.html

2: http://xahlee.info/kbd/space-cadet_keyboard.html


There's a few lispy languages that support using square brackets as an alternative to parens. Racket even has curly braces too.

The above really reminds me of tcl, though, which uses square brackets to force evaluation of the command they wrap.


don't little kids sometimes eat play-doh, bugs, crayons, etc? new experiences/curiosity i'd imagine

I land on this thread to ctrl-f "taste" and will refresh and repeat later

That is for sure the word of the year, true or not. I agree with it, I think


it was up to 3 when I first posted

it's at 10 now. note: the article does not say "taste" once


18, i'll stop. cheers

they explicitly had an opinion about true color, right in the article we’re discussing

hi. i run "ocr" with dmenu on linux, that triggers maim where i make a visual selection. a push notification shows the body (nice indicator of a whiff), but also it's on my clipboard

  #!/usr/bin/env bash

  # requires: tesseract-ocr imagemagick maim xsel

  IMG=$(mktemp)
  trap "rm $IMG*" EXIT

  # --nodrag means click 2x
  maim -s --nodrag --quality=10 $IMG.png

  # should increase detection rate
  mogrify -modulate 100,0 -resize 400% $IMG.png

  tesseract $IMG.png $IMG &>/dev/null
  cat $IMG.txt | xsel -bi
  notify-send "Text copied" "$(cat $IMG.txt)"

  exit

OFF TOPIC, but, on topic, I decided to goof with playscii yday. It is a powerful little thing, but will take some time for me to get comfortable.

"Playscii is an open source ASCII art and animation program. It runs on Windows, Linux, and macOS."

- https://jp.itch.io/playscii

- https://heptapod.host/jp-lebreton/playscii

Good little interview I found with the creator, JP LeBreton (legend, but I didn't know!)

https://cheesetalks.net/jplebreton.php

> As far as tooling limitations, GZDoom is not a bed of roses. Very little in the engine is runtime editable, so you have to reload the engine to see any of your changes. A rapid turnaround time for reloading changes is nice but it's far better to have as much as possible live-update. And ideally, in my opinion, you have the editor built into the engine itself, and you can do much of what you need from there without having to jump around to outside programs. Playscii was my first big attempt to build a little environment like that, something you can think in once you learn it well enough, like a musical instrument. Miles to go but that's always where I'm trying to get to.


I will never use this platform. i didn't even click into it. pathetically, i did click to view comments

But I think commenting on someone's bio is the kinda harshness you only do in the moment. the kinda thing I'd approach differently in hindsight (one that isn't an attempt to be cruel)


Harsher than the OP who is ridiculing everybody who criticizes the product being presented here in this thread?


Yes, much harsher

> This thread is extremely negative - if you can't see the value in this, I don't know what to tell you.

Just an opinion and not ridiculing or attacking someone specifically


amongst all the threads, it appears they are quite outnumbered lol


Sometimes I use them, because I simply want the person to shut the fuck up

The half time super bowl show is on, if you're really having a _problem_ with Bad Bunny, I agree to disagree ;) "shut the fuck up"


Yeah they work great for terminating thoughts, that's the whole point.


In this case the (communication) termination is working as intended


>because I simply want the person to shut the fuck up

Because you don't want to think about what they have to say, which is why you choose that approach to ending the conversation.


A much more fun strategy is what I call "up the ante". Agree with them, but push the idea even further, throw some conspiracy theories in there.

Example:

A: I cant believe they have Bad Bunny doing the half time show!

B: Yeah its crazy... but you know how the lizard people are, they are just trying to distract us from the flat earth.

And keep upping it until they no longer agree.


That would work, but it has the problem of not terminating quickly enough. You see, the halftime superbowl show is on


Eh, it is what it is.


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

Search: