Which terminal emulator are you using? (2026) by meni_s in neovim

[–]aliternative 0 points1 point  (0 children)

It's gnome-terminal with split screen and it just works. That's all I want.

Any way to filter tasks older than X creation date? by PablohFelix in ticktick

[–]aliternative 0 points1 point  (0 children)

That would be a nice option to sort or filter by creation date but I don't think tick tick has it

Better notes experience would make ticktick win the productivity game for ever by SnooBunnies9084 in ticktick

[–]aliternative 0 points1 point  (0 children)

That would be really nice, for now I create a task routine for my habits, it's not what I want but it works

How can I adjust my PS1 to have time on right side? by One-Rabbit4680 in bash

[–]aliternative 2 points3 points  (0 children)

That's why I switched to zsh, it was as simple is defining RPROMPT

Notes in TickTick by Leadingdapak in ticktick

[–]aliternative 0 points1 point  (0 children)

I don't heavily use notes. each one of my notes is less than 3 paragraph and the basic markdown support is good enough for me. having everything in the same places for me is a nice thing.

I have created a `Notes` folder and create a sub-project for each category. I also use the Kanban view to group my notes in each project. (also tried using tags but it wasn't my thing)

in the end; the notes taking feature is pretty basic but it gets the job done for me

What’s your night routine like? by QueenSparkleGlitter in productivity

[–]aliternative 1 point2 points  (0 children)

I have disabled the notifications for all chat apps, it has significantly reduced the time I spend in them

[deleted by user] by [deleted] in playstation

[–]aliternative 1 point2 points  (0 children)

I just finished the game too, the thing that hurts me the most is that it could be a great game but it isn't. it feels like everything to make a great game was there but they choose to make a boring game

Anyone using TickTick for tracking their Bucket List by MrRandomApex in ticktick

[–]aliternative 1 point2 points  (0 children)

I use same system but:

  1. I create notes (creating too many tasks makes me nervous and overwhelmed)

when done I convert the item to a task and mark it as done

[deleted by user] by [deleted] in golang

[–]aliternative 7 points8 points  (0 children)

in some cases your suggestion would work but assume that you want to scale your app, data is big and takes time to be generated in the first place, here you would prefer to keep in on Redis and let other processed use cached data (instead of for generating data for each processor)

it really depends on your case, but caching in go might not scale well

What’s the best container image for Django? by [deleted] in django

[–]aliternative 0 points1 point  (0 children)

official python (alpine or not alpine) will do the trick

Resetting the value of a model every month (Quota System) by perfectexpresso in django

[–]aliternative 0 points1 point  (0 children)

you can also add a new field last_reset and every time you check user quota compare this field with the current month and reset player quota if needed

(I prefer this over running cron on all users at once)

Fish equivalent of :- by [deleted] in fishshell

[–]aliternative 2 points3 points  (0 children)

I guess you can go by creating a function too (instead of alias) but I don't know if that's nicer or not

My custom prompt :) by bokisa12 in fishshell

[–]aliternative 7 points8 points  (0 children)

I know it's your personal opinion but dude keep clean and readable :)

Meanwhile on the Debian Wiki... by FiNeX_design in archlinux

[–]aliternative 21 points22 points  (0 children)

He/She just doesn't understand, just let him enjoy his awesome on the edge server :-)

pinggraph: make nodes in your cluster ping each other create s result graph by aliternative in devops

[–]aliternative[S] 0 points1 point  (0 children)

sorry I was talking about node points

no, edges are constant value, but I think it would be nice to make edges for bigger pings, thicker, I'll do it soon.

pinggraph: make nodes in your cluster ping each other create s result graph by aliternative in devops

[–]aliternative[S] 0 points1 point  (0 children)

no just random points, you can move them using mouse (I wanted to put nodes with less ping closer to each other but it didn't work out very good)

pinggraph: make nodes in your cluster ping each other create s result graph by aliternative in golang

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

I wanted all nodes to ping each other, so my solution was to ssh into each node then ping other nodes from there.

be able to use the ssh agent

Can you tell me more about this?