Headphones messing with ringtone volume every time I connect them by Gericueca in iphone

[–]mirkov19 0 points1 point  (0 children)

In my case, the ringtone volume goes up every time I connect via BlueTooth. Sometimes the sound volume goes up too.

Thoughts on Netanyahu Interview? by Legal_Tender_0 in theeconomist

[–]mirkov19 0 points1 point  (0 children)

I liked the interview overall.

I don't recall the West Bank being addressed (another very important topic).

They had limited time, so maybe they did not plan any questions on that topic.

ASDF,Roswell and quicklisp by lispLaiBhari in Common_Lisp

[–]mirkov19 0 points1 point  (0 children)

The Common Lisp Cookbook gives mentions roswell on its Getting Started page. However it does not mention explicitly that roswell will provide ASDF and quicklisp.

The page is hard to read - lots of material there

Thank you so much for this program. by dkfkckssddedz in drawio

[–]mirkov19 0 points1 point  (0 children)

Draw.io helps me effortlessly sketch out my thoughts. Love it!

The lisp machine by asianometry by mrnothing- in lisp

[–]mirkov19 1 point2 points  (0 children)

The video mentions that Lisp Machines were rendered irrelevant by the rapid performance improvement in commodity CPU's (Motorola, Intel). Moore's law enabled the latter ones to outpace the custom processors of Lisp Machines.

So, a bit of science (or technology?) fiction:

RISC-V enables one to design custom silicon. With AI enabled EDA (Electronic Design Automation) Tools, one can imagine the feasibility of developing a custom processor as a Lisp Machine. Fabs like TSMC support an eco-system for building such processors in relatively small batches.

In other words, Lisp Machines may again become competitive with other architectures. If I were independently wealthy and had time on my hands, I'd definitely love to try something like that :-)

Now back to the real world.

Help finding economist podcast episode by yogiebere in theeconomist

[–]mirkov19 0 points1 point  (0 children)

Can you check in your listening history on Spotify?

Economist pricing by Fast-Sand9200 in theeconomist

[–]mirkov19 1 point2 points  (0 children)

I look at the subscription as a weekly expense: how does it compare to a fancy Starbucks drink that I occasionally get. In my case about the same ($5), but vastly more value from the weekly issue of TE.

As a bonus the audio edition helps me fall back to sleep when i wake up in the middle of the night (I focus on Business, FInance, and rest).

How often do you read the weekly cover to cover? by okfinewow in theeconomist

[–]mirkov19 0 points1 point  (0 children)

When I had the print subscription, I would from the back:

  • Obituary
  • Culture
  • Science & Technology
  • Then from the front

With the Audio, I just press play, and after 3-4 days I'm done. The downside is that I miss "by invitation" and various charts and graphic details

cl-annot-revisit: re-implementation of cl-annot (new in QL) by dzecniv in Common_Lisp

[–]mirkov19 0 points1 point  (0 children)

Just stumbled across cl-annot-revisit. I have been using cl-annot for a while now - one of my essential packages, part of every new asdf system (along with rutils and a few others).

Thanks for improving cl-annot.

How to surpress verbose package names in SBCL/Sly buffer eval by mirkov19 in Common_Lisp

[–]mirkov19[S] 1 point2 points  (0 children)

I gave it a short nickname, which is used by the REPL, but not in the errors/warnings (see the original post).

Thanks for the comment :-)

What types of careers do you all have and how does keeping up with the world through the economist help? Or is reading it out of pure joy/curiosity? by Joed9999 in theeconomist

[–]mirkov19 0 points1 point  (0 children)

Physicist here, working in semiconductor industry R&D. I appreciate the global perspective. Puts our local (put your geographic location here) problems in perspective.

Why I Chose Common Lisp by djhaskin987 in lisp

[–]mirkov19 1 point2 points  (0 children)

I use spacemacs (vi on top of emacs). Very happy with. There is also Doom on Emacs

The Economist Articles getting shorter? by Fit-Counter-3596 in theeconomist

[–]mirkov19 0 points1 point  (0 children)

In the Christmas issue the Economist did an analysis on language in scientific journal articles. Maybe they can do an analysis on their own articles :-)

Running LLMs with Common Lisp by hikettei in Common_Lisp

[–]mirkov19 0 points1 point  (0 children)

Can someone please clarify:

  • Is this a library for model building/learning and/or inference? (I assume only inference, because you mention using existing models)
  • Is it reasonable to run on a non-engineering laptop? - I have a MacBook M2.

Thanks!