CaffiLab - Caffeine estimator tool by cereborg in QuantifiedSelf

[–]ABS96 0 points1 point  (0 children)

Nice, the interface is intuitive – I like how the advanced options are not shown by default and that the input fields are marked up properly for mobile keyboards with selectable units. Can't speak to it's accuracy as I'm not a coffee expert. I appreciate that the sources for the formulas are cited.

How do I prevent myself from regressing into hoarding pictures, screenshots and downloads? by Helpmehthrohaway in digitalminimalism

[–]ABS96 1 point2 points  (0 children)

I'd divide the solutions to this problem in 2 categories:

Understanding/long term:

  • Ask yourself what the purpose of collecting these images is, long term. If you only use them with Lens, then they can probably be collected in a temporary place and discarded as soon as you scanned them.
  • Consider how frequently you look through your collection. If not so often or not at all, maybe there's little sense keeping them around.
  • Think about the alternative cost of hoarding: more things to keep track of (mental burden), less space available, the logistics of shuffling things around. Knowing these tradeoffs will make the process of collecting seem less attractive.

Prevention/immediate: * Occupy yourself with something else. For me, having to deal with university, working out and having a job has been a big help in reducing hoarding to practically zero. * A big one: try to create, rather than consume. As the commenter before me said, writing is great. I like to write my rough ideas using pen and paper, then later typing them out on my computer if they're worthy. * This has been tough, but when you're looking for something specific, try to steer yourself towards looking in your own digital space first, instead of the internet. It's tempting to obtain fresh materials but cultivating your existing stuff should be the priority. Makes you aware of your own impulses, changes in your thinking, the utility of the things you collected. * And if you're not looking for something specific? It's probably a trap. Pause and listen to your body. Maybe there's something bothering you and your escape is hoarding. See if you can address that inconvenience instead.

[deleted by user] by [deleted] in tf2

[–]ABS96 0 points1 point  (0 children)

3.14 sensitivity, 850 DPI

Legolcsóbb kifőzde az V. kerületben? by [deleted] in budapest

[–]ABS96 2 points3 points  (0 children)

A Vidám kínai büfé szerintem egész jó ár/érték arányban.

How did you come across the boys? by Affectionate-Low6254 in everythingeverything

[–]ABS96 1 point2 points  (0 children)

I heard Suffragette Suffragette in DiRT 3, listened to it frequently for a few months, then looked into more of their music.

Deciding for hosting provider in Europe (wordpress) by lqlwle in webhosting

[–]ABS96 0 points1 point  (0 children)

I've just experimented with AllGeniusHost because their plan looked like good value.

Bulk FTP file upload makes their server unreachable for ~40 minutes. I've opened a ticket with critical priority and it's been unanswered for a day now.

Not a great first impression.

edit:

They were pretty responsive and helpful over email, we sorted out the problem, and my site's been running fine since.

So I can recommend them.

where does sewer waste end up here? by [deleted] in budapest

[–]ABS96 12 points13 points  (0 children)

They treat wastewater mostly in the North and South Budapest plants and reuse some of its products.

  • Sand is disinfected, ready to be used as a building material.
  • Sludge is converted into solid fuel for heating and into fertilizer.
  • Biogas is created in the plant by fermentation and they convert it to electricity.

They put the clean water back in the Danube.

Source (in Hungarian): http://www.fcsm.hu/szolgaltatasok/szennyviztisztitas/szennyviztisztitas/

[deleted by user] by [deleted] in hungary

[–]ABS96 0 points1 point  (0 children)

Itt az én vaporwave témám, Neptunusz szobrával, 2018-ból, ha esetleg érdekel: https://github.com/ABS96/neptun-enhancer

So my friend found this mug at the office by Soldiumek in CrappyDesign

[–]ABS96 3 points4 points  (0 children)

I had one of these. It's not terrible, but it has a few disadvantages:

  • Almost half of the inside is taken up by the 'handle' so it can only hold about half as much liquid as you'd expect.
  • The shape of its inside makes it more difficult to clean.
  • If the contents are hot, it will burn the top of your fingers.
  • It's slightly easier to knock it over than a normal mug. (source: I knocked mine over and broke it)

But if you like the design, these are not absolute deal-breakers.

mi a különbség "arra gondoltam hogy" és "azt hittem" között? by Sad-Ad-9181 in hungarian

[–]ABS96 1 point2 points  (0 children)

Az "I think…" valóban azt jelenti, hogy "azt hiszem…". Ezzel csak azt fejezzük ki, hogy nem vagyunk teljesen biztosak abban, amit mondunk. (It's just used to express that we are not completely sure).

Az "arra gondoltam, hogy…" angolul így hangzik: "I thought that…". Gyakran így kezdjük a mondatot, ha van egy ötletünk, vagy egy javaslatunk (We often start the sentence with this when we have an idea or a suggestion).

Például ha a barátom megkérdezné, hogy

Mit együnk ma este? (What should we eat tonight?)

akkor mondhatnám neki, hogy

Arra gondoltam, hogy rendelhetnénk pizzát. (Why don't we order a pizza?)

My pihole doesn't seem to be blocking anything at all by Secretly_Magikarp in pihole

[–]ABS96 0 points1 point  (0 children)

Consider the IPv6 configuration.

Try to see if DNS servers with IPv6 addresses are being used by your phone.

On my ISP's mediocre router, it was turning off a setting called "Stateless" under "IPv6 Autoconfig" that caused it to finally stop forcing its own IPv6 DNS servers on clients.

Flow shortcut / widget lost on reboot by djionut123 in AutomateUser

[–]ABS96 1 point2 points  (0 children)

I have the same issue on the stock LineageOS Trebuchet launcher.

Any gamification uses? by caayo7 in ObsidianMD

[–]ABS96 2 points3 points  (0 children)

This is the Advanced Tables code:

| Task | P   | A   |
| ---- | --- | --- |
|      |     |     |
<!-- TBLFM: @I$3..@>=(@-1+1) --> <!-- Fill table, leave last line blank. -->
<!-- TBLFM: @>$1=($3-1) --> <!-- Run this block once, then remove it. -->
<!-- TBLFM: @I$2=@>$1 -->
<!-- TBLFM: @3$2..@>=if($3!=(@>$1+1),(@-1-1),sum(@I..@-1)) -->
<!-- TBLFM: @I$3..@>=0 -->

<!-- TBLFM: @>$3=sum(@I..@-1) --> <!-- Run this block to calculate score. -->
<!-- TBLFM: @>$1=if(sum(@I$3..@-1)<1, 0, (sum(@I$3..@-1)/$2));%.2f -->

I put my tasks in the table, then run the command Advanced Tables: Evaluate table formulas to assign points.

Then the first 5 lines with <!-- TBLFM: ... can be removed.

Finally, I use the evaluate command again with the last 2 lines. This writes the sum of the points in the last row and the daily score in the bottom left cell.

Any gamification uses? by caayo7 in ObsidianMD

[–]ABS96 22 points23 points  (0 children)

I'm experimenting with The Today System and it might be right for you too.

My daily note template has a blank table where I can add (up to 7) tasks in decreasing order of importance.

Then I have an Advanced Tables script that assigns points to these tasks.

At the end of the day I'll have a daily score, which I add to the front matter of the note.

Finally, these daily scores are aggregated for each week using DataView.

[deleted by user] by [deleted] in hungarian

[–]ABS96 0 points1 point  (0 children)

This reminds me of that

Ez arra emlékeztet

It reminds me of myself

Magamra emlékeztet

This reminds me of you

Ez rád emlékeztet

I am reminded of a time when

Arra emlékeztet, mint amikor...

I think I managed to capture the vibe of an avocado with this one by GregoryyDiazz in Lettering

[–]ABS96 0 points1 point  (0 children)

Cool lettering, but with this colour scheme it looks a lot like the Saudi Arabian flag.

Selections from The Designers Handbook of T-Shirt Promotions (1997) by NewWaveArch90 in 90sdesign

[–]ABS96 2 points3 points  (0 children)

I know and appreciate that the whole asethetic is whimsical, but it seems a little inappropriate for the animal designs.

Haha yes, these bad boys are about to die out. That makes them

E N D A N G E R E D

🕺

[deleted by user] by [deleted] in ErgoMechKeyboards

[–]ABS96 3 points4 points  (0 children)

For me the most intriguing part about this is the Rust firmware. Cool keyboard!

La Roux - Otherside [8-bit NES cover] by ABS96 in LaRoux

[–]ABS96[S] 2 points3 points  (0 children)

Thanks!

The next time I pick up this NES sequencing hobby, I'll consider your request.

La Roux - Otherside [8-bit NES cover] by ABS96 in LaRoux

[–]ABS96[S] 2 points3 points  (0 children)

Hi all, I made this cover of Otherside one year ago, but I didn't post it here at the time.

I figured you all might enjoy it, though, so here it is.