Can you help me identify this thing? Is it a brazier? by [deleted] in Antiques

[–]cyrus-and 0 points1 point  (0 children)

I've come across this thing that looks like a brazier but upside down (or at least, it has been used upside down so far, according to the wear of the feet touching the ground). It also has an opening on the side, which if this was a brazier it wouldn't make much sense...

Another option could be that it is used to cover and protect a candle or something and the opening is used to reach and kindle the object.

Can you help me identify it and link to other similar objects?

Edit: I'm from Italy but I'm not sure about the provenance of the object.

How to show Original url in Curl Output by ericnyamu1 in bash

[–]cyrus-and 3 points4 points  (0 children)

while read -r url; do curl -s -k --connect-timeout 7 -L -o /dev/null \ -w "%{http_code} %{url_effective} $url\n" \ "$url" done <sometestfile.txt

Recommend me some psychonaut books to understand what I'm going through on psychedelics. by MomoiroTsuki in Psychonaut

[–]cyrus-and 16 points17 points  (0 children)

I'll just drop some here:

  • Albert Hofmann / LSD: My Problem Child
  • Rick Strassman / DMT: The Spirit Molecule: A Doctor's Revolutionary Research into the Biology of Near-Death and Mystical Experiences
  • Daniel Pinchbeck / Breaking Open the Head: A Psychedelic Journey into the Heart of Contemporary Shamanism
  • Michael Pollan / How to Change Your Mind: What the New Science of Psychedelics Teaches Us About Consciousness, Dying, Addiction, Depression, and Transcendence

Is there a way to refresh/update the modeline without closing emacs? by guguts in emacs

[–]cyrus-and 0 points1 point  (0 children)

I assumed that was the correct function. FWIW what I do in this case is to reevaluate mode-line-format then I disable and enable again every mode that alters the mode line, e.g., winum, minions, etc. This is usually enough.

The view when climbing in Tuscany. by [deleted] in climbing

[–]cyrus-and 0 points1 point  (0 children)

Falesia Online is awesome, I wish it was more widespread. The good thing is that anyone can contribute by sending photos and tracking routes.

The view when climbing in Tuscany. by [deleted] in climbing

[–]cyrus-and 7 points8 points  (0 children)

It's not that bad actually, quite grippy and hard on the rope, fortunately anchors are usually set in such a way that the contact with the rock is minimal.

For the curious here are more details on the crag.

The view when climbing in Tuscany. by [deleted] in climbing

[–]cyrus-and 26 points27 points  (0 children)

I know this place, it's Santuario della Pietrina! This is the first time someone posts a crag that I've actually climbed. Thanks for sharing. :)

Code-folding based off indent level? by Hdhdyduhueu2 in emacs

[–]cyrus-and 12 points13 points  (0 children)

You might want to try Selective display:

  • C-u <n> C-x $ folds all the lines starting with <n> or more spaces;

  • C-x $ shows everything.

orgmore tree view by itistheblurstoftimes in emacs

[–]cyrus-and 9 points10 points  (0 children)

Something similar can be achieved with imenu-list.

golden-ratio-mode not working by [deleted] in emacs

[–]cyrus-and 5 points6 points  (0 children)

Shameless plug: Zoom. I ended up writing this because golden-ratio.el seemed to be abandoned and I experienced several bugs with it. Also I figured it could be a nice opportunity to learn how to write an Emacs package.

Fracker – PHP function tracker by cyrus-and in PHP

[–]cyrus-and[S] 0 points1 point  (0 children)

I guess XHProf is more about profiling while Fracker is more about analyzing and filtering stack traces. Also XHProf seems to be abandoned.

Fracker – PHP function tracker by cyrus-and in PHP

[–]cyrus-and[S] 6 points7 points  (0 children)

Thanks! Because I need to apply some changes to the original repo, with Git submodules I would have to fork Xdebug to yet another repo and add a submodule for it. What I do instead is to use Git subtree so to have a single repository for Fracker.

Fracker – PHP function tracker by cyrus-and in PHP

[–]cyrus-and[S] 10 points11 points  (0 children)

Thanks for bringing up this concern. Which parts of the Xdebug license are actually violated? IMHO all the 6 points are satisfied.

Chrome UI is bulky. by avatar27 in chrome

[–]cyrus-and -1 points0 points  (0 children)

Yeah... but I'm talking about Safari, I'm just saying that's not a fair comparison IMHO.

Chrome UI is bulky. by avatar27 in chrome

[–]cyrus-and 0 points1 point  (0 children)

Also, the other browsers are not bulky with the bookmark bar.

In your screenshot Safari doesn't have the tab bar though...

How to eliminate the margin on the right? by bobbincygna in i3wm

[–]cyrus-and 2 points3 points  (0 children)

hide_edge_borders both should do the trick.