| 1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 2 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2202
+user: Proxies\__CG__\App\Entity\User {#2872 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#2874 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2875 …}
+slug: "Terminal-Utility-Mega-list"
+title: "Terminal Utility Mega list!"
+url: "https://sh.itjust.works/pictrs/image/4b26679f-bb00-4849-a04b-a28835fabb74.png"
+body: """
[Browsers]\n
============\n
\n
Browsh\n
------\n
\n
old school looking terminal web browser with image support that runs on a modified version of Firefox [www.brow.sh](https://www.brow.sh/)\n
\n
Lynx\n
----\n
\n
Terminal web browser (can configure to use MPV or YouTube-dl for videos) [lynx.browser.org](https://lynx.browser.org/)\n
\n
Links\n
-----\n
\n
Terminal based web browser a lot like lynx [links.twibright.com](http://links.twibright.com/)\n
\n
suggested by [sh.itjust.works/u/Buck@lemmy.world](https://sh.itjust.works/u/Buck@lemmy.world)\n
\n
[System Monitoring]\n
=====================\n
\n
uptimed\n
-------\n
\n
System uptime record daemon that keeps track of your highest uptimes [github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
TTYload\n
-------\n
\n
color-coded graph of load averages over time [zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Bottom\n
------\n
\n
shows CPU cores, CPU usage, Memory usage, Disks, Disk usage, Processes, Network, Temperature. [github.com/ClementTsang/bottom](https://github.com/ClementTsang/bottom)\n
\n
gdu\n
---\n
\n
Pretty fast disk usage analyzer written in Go.\n
\n
Gdu is intended primarily for SSD disks where it can fully utilize parallel processing. However HDDs work as well, but the performance gain is not so huge.\n
\n
[github.com/dundee/gdu](https://github.com/dundee/gdu)\n
\n
suggested by @stepanzak@iusearchlinux.fyi\n
\n
neofetch\n
--------\n
\n
display your *NIX and system info with one command! [github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)\n
\n
nvtop\n
-----\n
\n
Shows Program usage, GPU usage, GPU memory, Clock speeds, Power, Temperature, [github.com/Syllo/nvtop](https://github.com/Syllo/nvtop)\n
\n
Htop\n
----\n
\n
generic terminal system monitor and is very basic Shows CPU core util, Memory, Swap, Uptime, Load avrage, Tasks [htop.dev](https://htop.dev/)\n
\n
duf\n
---\n
\n
Shows disks space, Mounted point, File system type, Size [github.com/muesli/duf](https://github.com/muesli/duf)\n
\n
Pydf\n
----\n
\n
Check disk space usage with colored output [geeksforgeeks.org/pydf-check-disk-space-usage-wit…](https://www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)\n
\n
suggested by [sh.itjust.works/u/easeKItMAn@lemmy.world](https://sh.itjust.works/u/easeKItMAn@lemmy.world)\n
\n
Glacees\n
-------\n
\n
A lot like Htop or top but looks different and is cross platform. [github.com/nicolargo/glances](https://github.com/nicolargo/glances)\n
\n
Btop\n
----\n
\n
Btop is like Htop but with customizability cranked to 11, it shows by default, Memory load, Available Memory, Cached Memory, Free Memory, Network interface, Network Download, Network Upload, IP address, Running Programs, How much memory the Programs are using as well as CPU, CPU cores, CPU util, CPU Temperature, and the time. [github.com/aristocratos/btop](https://github.com/aristocratos/btop)\n
\n
Suggested by [sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)\n
\n
[Text Editors and file location]\n
==================================\n
\n
fd\n
--\n
\n
Superfast file finder Via cmd line. [github.com/sharkdp/fd](https://github.com/sharkdp/fd)\n
\n
Autojump\n
--------\n
\n
autojump is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line. [github.com/wting/autojump](https://github.com/wting/autojump)\n
\n
suggested by [sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)\n
\n
fzf\n
---\n
\n
Fuzzy command line finder [github.com/junegunn/fzf](https://github.com/junegunn/fzf)\n
\n
mcfly\n
-----\n
\n
quickly look through your shell history, to find that one command you’re too lazy to type again (I do it as well LMAO) [github.com/cantino/mcfly](https://github.com/cantino/mcfly)\n
\n
Atuin\n
-----\n
\n
Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server. (its like mcfly but better objectively)\n
\n
[github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
TLDR\n
----\n
\n
a community driven easy man page finder. (life saver) [github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)\n
\n
Nano\n
----\n
\n
The default text editor, not stupid complicated not. not very configurable but does the job [www.nano-editor.org](https://www.nano-editor.org/)\n
\n
Micro\n
-----\n
\n
it’s like Nano but is static and has no dependency as well as plugin support. [micro-editor.github.io](https://micro-editor.github.io/)\n
\n
Suggested by [sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)\n
\n
Helix\n
-----\n
\n
It’s a post-modern text editor that is similar to VIM or Neovim the main difference is it runs on Rust meaning No JavaScript, Electron or Vim Script and is highly customizable!\n
\n
[helix-editor.com](https://helix-editor.com/)Suggested by [sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)\n
\n
Emacs\n
-----\n
\n
Behold the Church of Emacs, its like nano and vim had a child. its configurable and somewhat simple [www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)\n
\n
Kakoune\n
-------\n
\n
A modal terminal text editor based on Vi. Kakoune is based on selection before action and is committed to the unix Philosophy [github.com/mawww/kakoune](https://github.com/mawww/kakoune)\n
\n
suggested by [sh.itjust.works/u/RAM@discuss.tchncs.de](https://sh.itjust.works/u/RAM@discuss.tchncs.de)\n
\n
Bim\n
---\n
\n
Bim aims to be lightweight and featureful with no external* dependencies, providing a modern editing experience in a lightweight, extensible package and is based on VIM [github.com/klange/bim](https://github.com/klange/bim)\n
\n
suggested by [sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)\n
\n
Vim\n
---\n
\n
The master-race of text editors that has a learning curve but is very configurable as well as plugins, to the point so people argue why need anything other than VIM [www.vim.org](https://www.vim.org/)\n
\n
Neovim\n
------\n
\n
it’s like vim and Oh my ZSH had a child, its got a lot of configurability and is ment to be more user-friendly [neovim.io](https://neovim.io/)\n
\n
[Command utilities]\n
=====================\n
\n
Tmux\n
----\n
\n
its a CLI window, manager with a lot of bits and bobs. its actually a terminal multiplexer which is a fancy word i don’t understand :D Also the keybindings are hard to remember and would highly recommend [github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
[github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)\n
\n
tmate\n
-----\n
\n
its a fork of tmux that lets your share your terminal over LAN or the internet [tmate.io](https://tmate.io/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Terminal colors\n
---------------\n
\n
```\n
\n
<span style="color:#323232;">It automatically detects 8, 16, 88, 256 color capabilities (via ncurses)\n
</span><span style="color:#323232;">and displays the appropriate color charts.\n
</span>\n
```\n
\n
[zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
byobu\n
-----\n
\n
its alot like tmux with added features [www.byobu.org](https://www.byobu.org/)suggested by [sh.itjust.works/u/Geert@lemmy.world](https://sh.itjust.works/u/Geert@lemmy.world)\n
\n
zellij\n
------\n
\n
Alot like Tmux and has plugin support [github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
jq\n
--\n
\n
jq is a lightweight and flexible command-line JSON processor akin to sed,awk,grep, and friends for JSON data. It’s written in portable C and has zero runtime dependencies, allowing you to easily slice, filter, map, and transform structured data. [github.com/jqlang/jq](https://github.com/jqlang/jq)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
zoxide\n
------\n
\n
faster/easier cd lets you quickly jump to places in your filesystem. E.g. z pic will put you in ~/Pictures. [github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)\n
\n
suggested by [sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)\n
\n
ncdu\n
----\n
\n
shows how much disk space is used by each directory, can also explore subdirectories and delete files suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
neomutt\n
-------\n
\n
email via cli! [neomutt.org](https://neomutt.org/)\n
\n
suggested by [sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)\n
-----------------------------------------------------------------------------------------------\n
\n
tig\n
---\n
\n
interactive terminal UI for git with lots of functionality [github.com/jonas/tig](https://github.com/jonas/tig)\n
\n
suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
pass\n
----\n
\n
the standard Unix password manager [www.passwordstore.org](https://www.passwordstore.org/)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Starship\n
--------\n
\n
The minimal, blazing-fast, and infinitely customizable prompt for any shell! (its lets you customize your shell) [github.com/starship/starship](https://github.com/starship/starship)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazygit\n
-------\n
\n
Terminal UI for git [github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazydocker\n
----------\n
\n
Terminal ui for docker, Shows CPU and memory, and what’s running and where its pulled from. [github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)\n
\n
Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
RM-improved/RIP\n
---------------\n
\n
Use RM but everything goes to /tmp folder [github.com/nivekuil/rip](https://github.com/nivekuil/rip)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Trashy\n
------\n
\n
fast and light weight RM that moves items to trash folder and has colorized outputs like FD. [github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
tealdear\n
--------\n
\n
tldr but in rust (tldr lets your easily find manpages/examples and usage for terminal command) [github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Navi\n
----\n
\n
navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands. Suggested values for arguments are dynamically displayed in a list. [github.com/denisidoro/navi](https://github.com/denisidoro/navi)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
Cheat\n
-----\n
\n
this program allows you to create and view interactive cheatsheets on the command-line. [github.com/cheat/cheat](https://github.com/cheat/cheat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
gomi\n
----\n
\n
its RM except has a trash can so you don’t permitly delete something by accident \n
[github.com/babarot/gomi](https://github.com/babarot/gomi)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
broot\n
-----\n
\n
a different than ranger/lf approach to navigating folders [github.com/Canop/broot](https://github.com/Canop/broot)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
mdr\n
---\n
\n
a markdown viewer [github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
eza\n
---\n
\n
modern ls, with cool features like file icons [github.com/eza-community/eza](https://github.com/eza-community/eza)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
Rtorrent\n
--------\n
\n
a terminal based torrent client [rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)\n
\n
suggested by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
ouch\n
----\n
\n
It’s a CLI tool for compressing and decompressing for various formats. such as .tar .zip 7z .gz .xz .lzma .bz .bz2 .lz4 .sz .zst .rar [github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)\n
\n
suggested by [sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)\n
\n
bat\n
---\n
\n
modern cat, with features like syntax highlighting, line numbers, etc [github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
thefuck\n
-------\n
\n
hey you!, yeah you I DIDNT TYPE THAT COMMAND WRONG! with thefuck it fixes when you type a prevoius command wrong [github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
[Shells]\n
==========\n
\n
Nushell\n
-------\n
\n
it is a new type of shell that has some really cool features such as more detailed error messages and displays licenses via HTTP get, git or curl As well as a more clean UI for ls. [www.nushell.sh](https://www.nushell.sh/)suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Bash\n
----\n
\n
its the default and lots of programs use it, [www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)\n
\n
ble.sh\n
------\n
\n
Bash Line Editor, bash Shell with a few tweaks [github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested by [sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)\n
\n
Mosh\n
----\n
\n
Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. (sadly there is no pit) [mosh.org](https://mosh.org/)\n
\n
suggested by [sh.itjust.works/u/Bitflip@lemmy.ml](https://sh.itjust.works/u/Bitflip@lemmy.ml)\n
\n
DASH\n
----\n
\n
a POSIX-compliant /bin/sh that is fast and simple [gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Fish\n
----\n
\n
its like bash but has auto correct for typing [fishshell.com](https://fishshell.com/)\n
\n
Zsh\n
---\n
\n
its like vim for a shell, it has lots of bells and whistles and is very customizable. [github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH)\n
\n
[File Browsers]\n
=================\n
\n
Midnight Commander\n
------------------\n
\n
Midnight commander is a file Browser that has 2 panes where you can do basic file manager stuff such as Copy, Pasting, moving files, and Deleting all Via Terminal!\n
\n
[midnight-commander.org](https://midnight-commander.org/)\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
Fm.awk\n
------\n
\n
File manager written in awk [github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
lmf\n
---\n
\n
st File Manager is a powerful file manager for the UNIX console. It has a curses interface and it’s written in Python v3.4+. [inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)\n
\n
Rover\n
-----\n
\n
Rover is a small file browser that aims to be simple, fast and portable. [lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
LF\n
--\n
\n
lf (as in “list files”) is a terminal file manager written in Go with a heavy inspiration from ranger file manager. [github.com/gokcehan/lf](https://github.com/gokcehan/lf)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Ranger\n
------\n
\n
Alot like Midnight Commander but running on VIM, and just like VIM it is highly customizable \n
[github.com/ranger/ranger](https://github.com/ranger/ranger)\n
\n
----added note ranger should be installed via git most distros have 4+ older versions and lots of bugs\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
nnn\n
---\n
\n
nnn (n³) is a full-featured terminal file manager. It’s tiny, nearly 0-config and incredibly fast. [github.com/jarun/nnn](https://github.com/jarun/nnn)suggest by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
[Fun/games]\n
=============\n
\n
lolcat\n
------\n
\n
make your terminal rainbow [github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)\n
\n
suggested by [sh.itjust.works/u/GentooIsBased@lemmy.ml](https://sh.itjust.works/u/GentooIsBased@lemmy.ml)\n
\n
Cowsay\n
------\n
\n
make a cow say something in Terminal! [github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)\n
\n
Suggested by [sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)\n
\n
Bastet\n
------\n
\n
Tetris clone via terminal [github.com/fph/bastet/](https://github.com/fph/bastet/)suggested by [sh.itjust.works/u/pastaPersona@lemmy.world](https://sh.itjust.works/u/pastaPersona@lemmy.world)\n
\n
Cmatrix\n
-------\n
\n
make your terminal look like your mr.hacker man [github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
spotify-tui\n
-----------\n
\n
Spotify CLI frontend (Spotify via terminal) [github.com/Rigellute/spotify-tui](https://github.com/Rigellute/spotify-tui)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
cacademo\n
--------\n
\n
plays a bunch of neat ASCII animations [linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
figlet\n
------\n
\n
ASCII text art. [www.figlet.org](http://www.figlet.org/)\n
\n
toilet\n
------\n
\n
turn text into ASCII art. [caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)\n
\n
Yewtube\n
-------\n
\n
a cli youtube piped client, stream, download and play audio from YouTube piped. [github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
cbonsai\n
-------\n
\n
Little ASCII art bonsai tree that can be animated with the -l flag [gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
tty-clock\n
---------\n
\n
a digital clock via your terminal! [github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 111
+favouriteCount: 527
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719459439 {#2867
date: 2024-06-27 05:37:19.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@stepanzak@iusearchlinux.fyi"
]
+comments: Doctrine\ORM\PersistentCollection {#2876 …}
+votes: Doctrine\ORM\PersistentCollection {#2878 …}
+reports: Doctrine\ORM\PersistentCollection {#2880 …}
+favourites: Doctrine\ORM\PersistentCollection {#2882 …}
+notifications: Doctrine\ORM\PersistentCollection {#2884 …}
+badges: Doctrine\ORM\PersistentCollection {#2886 …}
+children: [
App\Entity\EntryComment {#2206
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2202 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2201 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2201 …}
+body: "I really like Micro. I wish my fingers could forget all the nonsense Nano keybinds"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1704042658 {#2197
date: 2023-12-31 18:10:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Steamymoomilk@sh.itjust.works"
"@jelloeater85@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2210 …}
+nested: Doctrine\ORM\PersistentCollection {#2207 …}
+votes: Doctrine\ORM\PersistentCollection {#2208 …}
+reports: Doctrine\ORM\PersistentCollection {#2204 …}
+favourites: Doctrine\ORM\PersistentCollection {#2211 …}
+notifications: Doctrine\ORM\PersistentCollection {#2266 …}
-id: 267691
-bodyTs: "'could':9 'finger':8 'forget':10 'keybind':15 'like':3 'micro':4 'nano':14 'nonsens':13 'realli':2 'wish':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5970050"
+editedAt: null
+createdAt: DateTimeImmutable @1704042658 {#2205
date: 2023-12-31 18:10:58.0 +01:00
}
+"title": 267691
}
]
-id: 25931
-titleTs: "'list':4 'mega':3 'termin':1 'util':2"
-bodyTs: "'/)':23,42,55,210,487,508,681,712,955,1458,1496,1554,1821 '/)suggested':552,784,826,988,1394 '/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1776 '/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':919 '/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1424 '/aristocratos/btop](https://github.com/aristocratos/btop)':315 '/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':450 '/babarot/gomi](https://github.com/babarot/gomi)suggested':1207 '/bin/sh':1469 '/busyloop/lolcat](https://github.com/busyloop/lolcat)':1731 '/canop/broot](https://github.com/canop/broot)suggested':1223 '/cantino/mcfly](https://github.com/cantino/mcfly)':406 '/cheat/cheat](https://github.com/cheat/cheat)suggested':1183 '/clementtsang/bottom](https://github.com/clementtsang/bottom)':117 '/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1121 '/denisidoro/navi](https://github.com/denisidoro/navi)':1159 '/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1600 '/dundee/gdu](https://github.com/dundee/gdu)':156 '/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':172 '/eza-community/eza](https://github.com/eza-community/eza)suggested':1250 '/fph/bastet/](https://github.com/fph/bastet/)suggested':1760 '/gokcehan/lf](https://github.com/gokcehan/lf)':1647 '/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1568 '/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1869 '/jarun/nnn](https://github.com/jarun/nnn)suggest':1718 '/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1051 '/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1026 '/jonas/tig](https://github.com/jonas/tig)':973 '/jqlang/jq](https://github.com/jqlang/jq)suggested':892 '/junegunn/fzf](https://github.com/junegunn/fzf)':378 '/klange/bim](https://github.com/klange/bim)':639 '/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1808 '/mawww/kakoune](https://github.com/mawww/kakoune)':604 '/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1234 '/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1847 '/muesli/duf](https://github.com/muesli/duf)':223 '/nicolargo/glances](https://github.com/nicolargo/glances)':259 '/nivekuil/rip](https://github.com/nivekuil/rip)':1071 '/nvbn/thefuck](https://github.com/nvbn/thefuck)':1346 '/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1097 '/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1517 '/ouch-org/ouch](https://github.com/ouch-org/ouch)':1298 '/p/rover/](https://lecram.github.io/p/rover/)suggested':1618 '/pictures':916 '/piuccio/cowsay](https://github.com/piuccio/cowsay)':1747 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':95 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':810 '/pydf-check-disk-space-usage-wit':234 '/pydf-check-disk-space-usage-with-colored-output/)':237 '/ranger/ranger](https://github.com/ranger/ranger)':1672 '/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1792 '/rip':1060 '/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':77 '/rtorrent/](https://rakshasa.github.io/rtorrent/)':1263 '/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1317 '/sharkdp/fd](https://github.com/sharkdp/fd)':335 '/software/bash/](https://www.gnu.org/software/bash/)':1411 '/software/emacs/](https://www.gnu.org/software/emacs/)':578 '/starship/starship](https://github.com/starship/starship)suggested':1014 '/syllo/nvtop](https://github.com/syllo/nvtop)':187 '/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':467 '/tmp':1067 '/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':756 '/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':763 '/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1187,1211,1227,1238,1254,1321 '/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1463 '/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1752 '/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':60 '/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1398,1482,1652 '/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':370 '/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1303 '/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':242 '/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':924 '/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':320 '/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':960 '/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':830 '/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1736 '/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1268,1722 '/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':947,978 '/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1428 '/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':513 '/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1559,1695 '/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':644 '/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1764 '/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':760,845,896,992,1018,1030,1056,1076,1126 '/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':609 '/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':82,100,788,814,1572,1622,1852 '/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':454,1102,1164 '/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1351,1780,1797,1813,1873 '/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':556 '/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1830 '/wting/autojump](https://github.com/wting/autojump)':365 '/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1885 '/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':841 '/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1477 '0':1711 '11':270 '16':795 '2':1530 '256':797 '4':1684 '7z':1286 '8':794 '88':796 'accid':1204 'action':594 'actual':729 'ad':821,1673 'add':1890,1905,1926,1941 'addit':420,425 'address':290 'aim':612,1609 'akin':858 'allow':879,1129,1168,1434 'alot':817,832,1654 'also':743,937 'analyz':123 'anim':1805,1862 'anyth':674 'applic':1432 'approach':1217 'appropri':805 'argu':671 'argument':1150 'art':1817,1827,1856 'ascii':1804,1815,1826,1855 'atuin':407,408,440 'audio':1841 'auto':1489 'autojump':336,337 'automat':792 'avail':277 'averag':90 'avrag':205 'awk':861,1565 'base':45,585,590,634,1258 'bash':1399,1413,1416,1486 'basic':196,1536 'bastet':1753 'bat':1304 'behold':558 'bell':1508 'better':446 'bim':610,611 'bit':725 'blaze':997 'blazing-fast':996 'ble.sh':1412 'bob':727 'bonsai':1857 'bottom':101 'broot':1212 'brows':1132 'browser':1,8,27,47,1519,1527,1607 'browsh':2 'btop':260,261 'bug':1690 'bunch':1801 'byobu':815 'bz':1290 'bz2':1291 'c':873 'caca.zoy.org':1829 'caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1828 'cacademo':1798 'cach':279 'capabl':799 'cat':1306 'cbonsai':1853 'cd':899 'chart':807 'cheat':1165 'cheatsheet':1134,1175 'check':225 'child':570,693 'church':560 'clean':1387 'cli':718,951,1273,1785,1833 'client':1260,1836 'clock':181,1876,1879 'clone':1755 'cmatrix':1765 'cmd':331 'code':86 'color':85,230,790,798,806,1091 'color-cod':84 'command':169,361,373,390,424,713,854,1118,1146,1179,1331,1342,1521,1523,1657 'command-lin':853,1178 'commit':597 'communiti':457 'compliant':1468 'complic':475 'compress':1276 'config':1712 'configur':29,479,572,661,699 'connect':1438 'consol':1585 'context':421 'cool':1243,1365,1894,1919,1930,1955 'copi':1542 'core':104,199,305 'correct':1490 'cow':1740 'cowsay':1737 'cpu':103,105,198,303,304,306,308,1037 'crank':268 'creat':1171 'cross':255 'curl':1381 'curs':1589 'curv':657 'custom':1009 'customiz':267,548,1001,1514,1669 'd':742 'daemon':67 'dash':1464 'data':867,889 'databas':351,417 'decompress':1278 'default':274,470,1402 'delet':941,1201,1547 'depend':499,621,878 'detail':1370 'detect':793 'didnt':1328 'differ':252,532,1214 'digit':1878 'directori':354,935 'disk':109,110,121,133,213,226,929 'display':161,803,1153,1374 'distro':1682 'dl':36 'docker':1035 'download':286,1141,1838 'driven':458 'duf':211 'dynam':1152 'e.g':909 'easi':459 'easili':882,1111 'echo':1443 'edit':625,1446 'editor':322,472,522,584,652,1415 'electron':541 'emac':557,562 'email':949 'encrypt':431 'error':1371 'etc':1314 'everyth':1064 'except':1191 'execut':1145 'exist':411 'experi':626 'explor':938 'extens':630 'extern':620 'eza':1239 'fanci':736 'fast':120,998,1078,1472,1613,1715 'faster':340 'faster/easier':898 'fd':326,1094 'featur':617,822,1244,1308,1366,1703 'feel':1899,1935 'figlet':1814 'file':217,324,328,942,1246,1518,1526,1537,1545,1561,1575,1580,1606,1628,1632,1643,1705 'filesystem':345,908 'filter':884 'find':387,1112,1918,1954 'finder':329,375,462 'firefox':19 'fish':1483 'fishshell.com':1493,1495 'fishshell.com/)':1494 'fix':1336 'flag':1866 'flexibl':852 'fm.awk':1560 'folder':1068,1088,1220 'fork':767 'format':1281 'free':281,1900,1936 'friend':708,864 'frontend':1786 'full':1702 'full-featur':1701 'fulli':137,430 'fun/games':1723 'function':970 'fuzzi':372 'fzf':371 'gain':149 'gdu':118,127 'geeksforgeeks.org':233 'geeksforgeeks.org/pydf-check-disk-space-usage-wit':232 'generic':189 'get':1378 'git':966,1023,1379,1680 'github.com':76,116,155,171,186,222,258,314,334,364,377,405,449,466,603,638,755,762,840,891,918,972,1013,1025,1050,1070,1096,1120,1158,1182,1206,1222,1233,1249,1297,1316,1345,1423,1516,1567,1646,1671,1717,1730,1746,1759,1775,1791,1846,1884 'github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1774 'github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':917 'github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1422 'github.com/aristocratos/btop](https://github.com/aristocratos/btop)':313 'github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':448 'github.com/babarot/gomi](https://github.com/babarot/gomi)suggested':1205 'github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)':1729 'github.com/canop/broot](https://github.com/canop/broot)suggested':1221 'github.com/cantino/mcfly](https://github.com/cantino/mcfly)':404 'github.com/cheat/cheat](https://github.com/cheat/cheat)suggested':1181 'github.com/clementtsang/bottom](https://github.com/clementtsang/bottom)':115 'github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1119 'github.com/denisidoro/navi](https://github.com/denisidoro/navi)':1157 'github.com/dundee/gdu](https://github.com/dundee/gdu)':154 'github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':170 'github.com/eza-community/eza](https://github.com/eza-community/eza)suggested':1248 'github.com/fph/bastet/](https://github.com/fph/bastet/)suggested':1758 'github.com/gokcehan/lf](https://github.com/gokcehan/lf)':1645 'github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1566 'github.com/jarun/nnn](https://github.com/jarun/nnn)suggest':1716 'github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1049 'github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1024 'github.com/jonas/tig](https://github.com/jonas/tig)':971 'github.com/jqlang/jq](https://github.com/jqlang/jq)suggested':890 'github.com/junegunn/fzf](https://github.com/junegunn/fzf)':376 'github.com/klange/bim](https://github.com/klange/bim)':637 'github.com/mawww/kakoune](https://github.com/mawww/kakoune)':602 'github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1232 'github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1845 'github.com/muesli/duf](https://github.com/muesli/duf)':221 'github.com/nicolargo/glances](https://github.com/nicolargo/glances)':257 'github.com/nivekuil/rip](https://github.com/nivekuil/rip)':1069 'github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)':1344 'github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1095 'github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1515 'github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)':1296 'github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)':1745 'github.com/ranger/ranger](https://github.com/ranger/ranger)':1670 'github.com/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1790 'github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':75 'github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1315 'github.com/sharkdp/fd](https://github.com/sharkdp/fd)':333 'github.com/starship/starship](https://github.com/starship/starship)suggested':1012 'github.com/syllo/nvtop](https://github.com/syllo/nvtop)':185 'github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':465 'github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':754 'github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':761 'github.com/wting/autojump](https://github.com/wting/autojump)':363 'github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1883 'github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':839 'gitlab.com':1868 'gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1867 'glace':243 'go':126,1636 'goe':1065 'gomi':1188 'gondor.apana.org.au':1476 'gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1475 'good':1915,1951 'got':695 'gpu':177,179 'graph':87 'grep':862 'gz':1287 'hard':747 'hdds':142 'heavi':1639 'helix':514 'helix-editor.com':549,551 'helix-editor.com/)suggested':550 'hey':1323 'high':547,752,1668 'highest':73 'highlight':1311 'histori':385,413,435 'howev':141 'htop':188,247,264 'htop.dev':207,209 'htop.dev/)':208 'http':1377 'huge':153 'icon':1247 'imag':10 'improv':1059 'incred':1714 'infinit':1000 'info':166 'inigo.katxi.org':1599 'inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1598 'inspir':1640 'instal':1678 'intellig':1441 'intend':129 'interact':962,1174 'interfac':284,1590 'intermitt':1437 'internet':780 'ip':289 'item':1085 'javascript':540 'job':483 'jq':846,847 'json':856,866 'jump':903 'kakoun':579,588 'keep':69 'keybind':745 'keystrok':1449 'l':1865 'lan':777 'lazi':394 'lazydock':1031 'lazygit':1019 'learn':656 'leav':1902,1938 'lecram.github.io':1617 'lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested':1616 'let':771,900,1007,1109 'lf':1623,1624 'licens':1375 'life':463 'light':1080 'lightweight':615,629,850 'like':50,246,263,443,491,564,685,818,833,1093,1245,1309,1485,1499,1655,1664,1770 'line':332,362,374,855,1180,1312,1414,1445 'link':43 'links.twibright.com':52,54 'links.twibright.com/)':53 'linux.die.net':1807 'linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1806 'list':1156,1627,1898,1934 'littl':1854 'lmao':403 'lmf':1573 'load':89,204,276 'local':1442 'locat':325 'lolcat':1724 'look':5,251,381,1769 'lot':49,245,697,723,968,1404,1506,1688 'love':1888,1924 'ls':1241,1390 'lynx':24,51 'lynx.browser.org':39,41 'lynx.browser.org/)':40 'lz4':1292 'lzma':1289 'machin':437 'main':531 'maintain':349,1143 'make':1725,1738,1766,1910,1946 'man':460,1773 'manag':720,984,1538,1562,1576,1581,1633,1644,1706 'manpages/examples':1113 'map':885 'markdown':1230 'master':648 'master-rac':647 'may':1137 'mcfli':379,444 'mdr':1228 'mean':538 'memori':107,180,201,275,278,280,282,295,1039 'ment':702 'messag':1372 'micro':488 'micro-editor.github.io':505,507 'micro-editor.github.io/)':506 'midnight':1520,1522,1656 'midnight-commander.org':1551,1553 'midnight-commander.org/)':1552 'minim':995 'modal':581 'modern':520,624,1240,1305 'modifi':16 'monitor':62,192 'mosh':1429 'mosh.org':1455,1457 'mosh.org/)':1456 'mount':215 'move':1084,1544 'mpv':32 'mr.hacker':1772 'much':294,928 'multiplex':732 'n':1698 'nano':468,492,565 'navi':1127,1128 'navig':343,1219 'ncdu':925 'ncurs':801 'near':1710 'neat':1803 'need':673 'neofetch':160 'neomutt':948 'neomutt.org':952,954 'neomutt.org/)':953 'neovim':529,682 'neovim.io':709,711 'neovim.io/)':710 'network':113,283,285,287 'new':1357,1920,1956 'nix':163 'nnn':1696,1697 'note':1674 'number':1313 'nushel':1353 'nvtop':173 'object':447 'oh':688 'old':3 'older':1685 'one':168,389 'option':428 'ouch':1269 'output':231,1092 'packag':631 'page':461 'pane':1531 'parallel':139 'pass':979 'password':983 'past':1543 'peopl':670 'perform':148 'permit':1200 'philosophi':601 'pic':911 'pipe':1835,1844 'pit':1454 'place':905,1916,1952 'platform':256 'play':1799,1840 'plugin':503,665,837 'point':216,668 'portabl':872,1615 'posix':1467 'posix-compli':1466 'post':519,1912,1948 'post-modern':518 'power':183,1579 'pretti':119 'prevoius':1341 'primarili':130 'process':112,140 'processor':857 'program':175,292,297,1167,1406,1895,1921,1931,1957 'prompt':1002 'provid':427,622,1440 'pull':1047 'put':913 'pydf':224 'python':1596 'quick':380,902 'race':649 'rainbow':1728 'rakshasa.github.io':1262 'rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)':1261 'ranger':1642,1653,1675 'ranger/lf':1216 'rar':1295 're':392 'realli':1364,1907,1914,1943,1950 'recommend':753 'record':66,419 'rememb':749 'remot':1430 'replac':409 'rm':1058,1062,1082,1190 'rm-improv':1057 'roam':1435 'rover':1601,1602 'rtorrent':1255 'run':13,291,535,1043,1659 'runtim':877 'rust':537,1107 'sad':1450 'saver':464 'say':1741 'school':4 'script':544 'sed':860 'select':592 'server':441 'sh.itjust.works':59,81,99,241,319,369,453,512,555,608,643,759,787,813,829,844,895,923,946,959,977,991,1017,1029,1055,1075,1101,1125,1163,1186,1210,1226,1237,1253,1267,1302,1320,1350,1397,1427,1462,1481,1558,1571,1621,1651,1694,1721,1735,1751,1763,1779,1796,1812,1851,1872 'sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1185,1209,1225,1236,1252,1319 'sh.itjust.works/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1461 'sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1750 'sh.itjust.works/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':58 'sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1396,1480,1650 'sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':368 'sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1301 'sh.itjust.works/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':240 'sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':922 'sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':318 'sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':958 'sh.itjust.works/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':828 'sh.itjust.works/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1734 'sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1266,1720 'sh.itjust.works/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':945,976 'sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1426 'sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':511 'sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1557,1693 'sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':642 'sh.itjust.works/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1762 'sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':758,843,894,990,1016,1028,1054,1074,1124 'sh.itjust.works/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':607 'sh.itjust.works/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':80,98,786,812,1570,1620,1850 'sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':452,1100,1162 'sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1349,1778,1795,1811,1871 'sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':554 'share':773 'shell':384,412,1005,1011,1352,1360,1417,1503 'show':102,174,197,212,272,926,1036 'similar':525 'simpl':575,1474,1612 'size':220 'slice':883 'small':1605 'someth':1202,1742 'somewhat':574 'space':214,227,930 'speed':182 'spotifi':1782,1784,1787 'spotify-tui':1781 'sqlite':416 'ssd':132 'st':1574 'standard':981 'starship':993 'static':495 'stepanzak@iusearchlinux.fyi':159 'stream':1837 'structur':888 'stuff':1539 'stupid':474 'subdirectori':939 'suggest':56,78,96,157,238,316,366,509,605,640,920,943,956,974,1052,1072,1098,1122,1147,1160,1264,1299,1347,1459,1478,1555,1648,1691,1732,1748,1793,1809,1848,1903,1939 'superfast':327 'support':11,504,838,1436 'swap':202 'synchronis':432 'syntax':1310 'system':61,64,165,191,218 'sz':1293 'tar':1284 'task':206 'tealdear':1103 'temperatur':114,184,309 'termin':6,25,44,190,582,731,775,789,963,1020,1032,1117,1257,1431,1550,1631,1704,1727,1744,1757,1768,1789,1882 'tetri':1754 'text':321,471,521,583,651,1816,1824 'thefuck':1322,1334 'tig':961 'time':92,312 'tini':1709 'tldr':455,1104,1108 'tmate':764 'tmate.io':781,783 'tmate.io/)suggested':782 'tmux':715,769,819,834 'toilet':1822 'tool':1274 'top':249 'torrent':1259 'track':70 'transform':887 'trash':1087,1194 'trashi':1077 'tree':1858 'tti':1875 'tty-clock':1874 'ttyload':83 'tui':1783 'turn':1823 'tweak':1421 'type':219,396,1329,1339,1358,1492 'ui':964,1021,1033,1388 'understand':741 'unix':600,982,1584 'upload':288 'uptim':63,65,74,203 'usag':106,108,111,122,176,178,228,1115 'use':31,299,356,932,1061,1407,1892,1928 'user':707,1448 'user-friend':706 'util':138,200,307,714 'v3.4':1597 'valu':1148 'various':1280 'version':17,1686 'vi':587 'via':330,438,800,950,1376,1549,1679,1756,1788,1880 'video':38 'view':1173 'viewer':1231 'vim':527,543,567,636,645,677,686,1500,1661,1665 'want':1908,1944 'way':341 'web':7,26,46 'weight':1081 'well':145,301,402,501,663,1383 'whistl':1510 'window':719 'word':737 'work':143,347 'would':751,1887,1923 'write':1138 'written':124,870,1563,1594,1634 'wrong':1332,1343 'www.brow.sh':20,22 'www.brow.sh/)':21 'www.byobu.org':823,825 'www.byobu.org/)suggested':824 'www.figlet.org':1818,1820 'www.figlet.org/)':1819 'www.geeksforgeeks.org':236 'www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)':235 'www.gnu.org':577,1410 'www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)':1409 'www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)':576 'www.nano-editor.org':484,486 'www.nano-editor.org/)':485 'www.nushell.sh':1391,1393 'www.nushell.sh/)suggested':1392 'www.passwordstore.org':985,987 'www.passwordstore.org/)suggested':986 'www.vim.org':678,680 'www.vim.org/)':679 'xz':1288 'yeah':1325 'yewtub':1831 'youtub':35,1834,1843 'youtube-dl':34 'z':910 'zellij':831 'zero':876 'zhar.net':94,809 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':93 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':808 'zip':1285 'zoxid':897 'zsh':690,1497 'zst':1294"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704057448
+visibility: "visible "
+apId: "https://sh.itjust.works/post/11871260"
+editedAt: DateTimeImmutable @1719089751 {#2853
date: 2024-06-22 22:55:51.0 +02:00
}
+createdAt: DateTimeImmutable @1703971048 {#2832
date: 2023-12-30 22:17:28.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 3 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2202
+user: Proxies\__CG__\App\Entity\User {#2872 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#2874 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2875 …}
+slug: "Terminal-Utility-Mega-list"
+title: "Terminal Utility Mega list!"
+url: "https://sh.itjust.works/pictrs/image/4b26679f-bb00-4849-a04b-a28835fabb74.png"
+body: """
[Browsers]\n
============\n
\n
Browsh\n
------\n
\n
old school looking terminal web browser with image support that runs on a modified version of Firefox [www.brow.sh](https://www.brow.sh/)\n
\n
Lynx\n
----\n
\n
Terminal web browser (can configure to use MPV or YouTube-dl for videos) [lynx.browser.org](https://lynx.browser.org/)\n
\n
Links\n
-----\n
\n
Terminal based web browser a lot like lynx [links.twibright.com](http://links.twibright.com/)\n
\n
suggested by [sh.itjust.works/u/Buck@lemmy.world](https://sh.itjust.works/u/Buck@lemmy.world)\n
\n
[System Monitoring]\n
=====================\n
\n
uptimed\n
-------\n
\n
System uptime record daemon that keeps track of your highest uptimes [github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
TTYload\n
-------\n
\n
color-coded graph of load averages over time [zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Bottom\n
------\n
\n
shows CPU cores, CPU usage, Memory usage, Disks, Disk usage, Processes, Network, Temperature. [github.com/ClementTsang/bottom](https://github.com/ClementTsang/bottom)\n
\n
gdu\n
---\n
\n
Pretty fast disk usage analyzer written in Go.\n
\n
Gdu is intended primarily for SSD disks where it can fully utilize parallel processing. However HDDs work as well, but the performance gain is not so huge.\n
\n
[github.com/dundee/gdu](https://github.com/dundee/gdu)\n
\n
suggested by @stepanzak@iusearchlinux.fyi\n
\n
neofetch\n
--------\n
\n
display your *NIX and system info with one command! [github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)\n
\n
nvtop\n
-----\n
\n
Shows Program usage, GPU usage, GPU memory, Clock speeds, Power, Temperature, [github.com/Syllo/nvtop](https://github.com/Syllo/nvtop)\n
\n
Htop\n
----\n
\n
generic terminal system monitor and is very basic Shows CPU core util, Memory, Swap, Uptime, Load avrage, Tasks [htop.dev](https://htop.dev/)\n
\n
duf\n
---\n
\n
Shows disks space, Mounted point, File system type, Size [github.com/muesli/duf](https://github.com/muesli/duf)\n
\n
Pydf\n
----\n
\n
Check disk space usage with colored output [geeksforgeeks.org/pydf-check-disk-space-usage-wit…](https://www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)\n
\n
suggested by [sh.itjust.works/u/easeKItMAn@lemmy.world](https://sh.itjust.works/u/easeKItMAn@lemmy.world)\n
\n
Glacees\n
-------\n
\n
A lot like Htop or top but looks different and is cross platform. [github.com/nicolargo/glances](https://github.com/nicolargo/glances)\n
\n
Btop\n
----\n
\n
Btop is like Htop but with customizability cranked to 11, it shows by default, Memory load, Available Memory, Cached Memory, Free Memory, Network interface, Network Download, Network Upload, IP address, Running Programs, How much memory the Programs are using as well as CPU, CPU cores, CPU util, CPU Temperature, and the time. [github.com/aristocratos/btop](https://github.com/aristocratos/btop)\n
\n
Suggested by [sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)\n
\n
[Text Editors and file location]\n
==================================\n
\n
fd\n
--\n
\n
Superfast file finder Via cmd line. [github.com/sharkdp/fd](https://github.com/sharkdp/fd)\n
\n
Autojump\n
--------\n
\n
autojump is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line. [github.com/wting/autojump](https://github.com/wting/autojump)\n
\n
suggested by [sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)\n
\n
fzf\n
---\n
\n
Fuzzy command line finder [github.com/junegunn/fzf](https://github.com/junegunn/fzf)\n
\n
mcfly\n
-----\n
\n
quickly look through your shell history, to find that one command you’re too lazy to type again (I do it as well LMAO) [github.com/cantino/mcfly](https://github.com/cantino/mcfly)\n
\n
Atuin\n
-----\n
\n
Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server. (its like mcfly but better objectively)\n
\n
[github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
TLDR\n
----\n
\n
a community driven easy man page finder. (life saver) [github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)\n
\n
Nano\n
----\n
\n
The default text editor, not stupid complicated not. not very configurable but does the job [www.nano-editor.org](https://www.nano-editor.org/)\n
\n
Micro\n
-----\n
\n
it’s like Nano but is static and has no dependency as well as plugin support. [micro-editor.github.io](https://micro-editor.github.io/)\n
\n
Suggested by [sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)\n
\n
Helix\n
-----\n
\n
It’s a post-modern text editor that is similar to VIM or Neovim the main difference is it runs on Rust meaning No JavaScript, Electron or Vim Script and is highly customizable!\n
\n
[helix-editor.com](https://helix-editor.com/)Suggested by [sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)\n
\n
Emacs\n
-----\n
\n
Behold the Church of Emacs, its like nano and vim had a child. its configurable and somewhat simple [www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)\n
\n
Kakoune\n
-------\n
\n
A modal terminal text editor based on Vi. Kakoune is based on selection before action and is committed to the unix Philosophy [github.com/mawww/kakoune](https://github.com/mawww/kakoune)\n
\n
suggested by [sh.itjust.works/u/RAM@discuss.tchncs.de](https://sh.itjust.works/u/RAM@discuss.tchncs.de)\n
\n
Bim\n
---\n
\n
Bim aims to be lightweight and featureful with no external* dependencies, providing a modern editing experience in a lightweight, extensible package and is based on VIM [github.com/klange/bim](https://github.com/klange/bim)\n
\n
suggested by [sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)\n
\n
Vim\n
---\n
\n
The master-race of text editors that has a learning curve but is very configurable as well as plugins, to the point so people argue why need anything other than VIM [www.vim.org](https://www.vim.org/)\n
\n
Neovim\n
------\n
\n
it’s like vim and Oh my ZSH had a child, its got a lot of configurability and is ment to be more user-friendly [neovim.io](https://neovim.io/)\n
\n
[Command utilities]\n
=====================\n
\n
Tmux\n
----\n
\n
its a CLI window, manager with a lot of bits and bobs. its actually a terminal multiplexer which is a fancy word i don’t understand :D Also the keybindings are hard to remember and would highly recommend [github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
[github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)\n
\n
tmate\n
-----\n
\n
its a fork of tmux that lets your share your terminal over LAN or the internet [tmate.io](https://tmate.io/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Terminal colors\n
---------------\n
\n
```\n
\n
<span style="color:#323232;">It automatically detects 8, 16, 88, 256 color capabilities (via ncurses)\n
</span><span style="color:#323232;">and displays the appropriate color charts.\n
</span>\n
```\n
\n
[zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
byobu\n
-----\n
\n
its alot like tmux with added features [www.byobu.org](https://www.byobu.org/)suggested by [sh.itjust.works/u/Geert@lemmy.world](https://sh.itjust.works/u/Geert@lemmy.world)\n
\n
zellij\n
------\n
\n
Alot like Tmux and has plugin support [github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
jq\n
--\n
\n
jq is a lightweight and flexible command-line JSON processor akin to sed,awk,grep, and friends for JSON data. It’s written in portable C and has zero runtime dependencies, allowing you to easily slice, filter, map, and transform structured data. [github.com/jqlang/jq](https://github.com/jqlang/jq)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
zoxide\n
------\n
\n
faster/easier cd lets you quickly jump to places in your filesystem. E.g. z pic will put you in ~/Pictures. [github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)\n
\n
suggested by [sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)\n
\n
ncdu\n
----\n
\n
shows how much disk space is used by each directory, can also explore subdirectories and delete files suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
neomutt\n
-------\n
\n
email via cli! [neomutt.org](https://neomutt.org/)\n
\n
suggested by [sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)\n
-----------------------------------------------------------------------------------------------\n
\n
tig\n
---\n
\n
interactive terminal UI for git with lots of functionality [github.com/jonas/tig](https://github.com/jonas/tig)\n
\n
suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
pass\n
----\n
\n
the standard Unix password manager [www.passwordstore.org](https://www.passwordstore.org/)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Starship\n
--------\n
\n
The minimal, blazing-fast, and infinitely customizable prompt for any shell! (its lets you customize your shell) [github.com/starship/starship](https://github.com/starship/starship)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazygit\n
-------\n
\n
Terminal UI for git [github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazydocker\n
----------\n
\n
Terminal ui for docker, Shows CPU and memory, and what’s running and where its pulled from. [github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)\n
\n
Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
RM-improved/RIP\n
---------------\n
\n
Use RM but everything goes to /tmp folder [github.com/nivekuil/rip](https://github.com/nivekuil/rip)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Trashy\n
------\n
\n
fast and light weight RM that moves items to trash folder and has colorized outputs like FD. [github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
tealdear\n
--------\n
\n
tldr but in rust (tldr lets your easily find manpages/examples and usage for terminal command) [github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Navi\n
----\n
\n
navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands. Suggested values for arguments are dynamically displayed in a list. [github.com/denisidoro/navi](https://github.com/denisidoro/navi)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
Cheat\n
-----\n
\n
this program allows you to create and view interactive cheatsheets on the command-line. [github.com/cheat/cheat](https://github.com/cheat/cheat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
gomi\n
----\n
\n
its RM except has a trash can so you don’t permitly delete something by accident \n
[github.com/babarot/gomi](https://github.com/babarot/gomi)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
broot\n
-----\n
\n
a different than ranger/lf approach to navigating folders [github.com/Canop/broot](https://github.com/Canop/broot)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
mdr\n
---\n
\n
a markdown viewer [github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
eza\n
---\n
\n
modern ls, with cool features like file icons [github.com/eza-community/eza](https://github.com/eza-community/eza)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
Rtorrent\n
--------\n
\n
a terminal based torrent client [rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)\n
\n
suggested by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
ouch\n
----\n
\n
It’s a CLI tool for compressing and decompressing for various formats. such as .tar .zip 7z .gz .xz .lzma .bz .bz2 .lz4 .sz .zst .rar [github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)\n
\n
suggested by [sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)\n
\n
bat\n
---\n
\n
modern cat, with features like syntax highlighting, line numbers, etc [github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
thefuck\n
-------\n
\n
hey you!, yeah you I DIDNT TYPE THAT COMMAND WRONG! with thefuck it fixes when you type a prevoius command wrong [github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
[Shells]\n
==========\n
\n
Nushell\n
-------\n
\n
it is a new type of shell that has some really cool features such as more detailed error messages and displays licenses via HTTP get, git or curl As well as a more clean UI for ls. [www.nushell.sh](https://www.nushell.sh/)suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Bash\n
----\n
\n
its the default and lots of programs use it, [www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)\n
\n
ble.sh\n
------\n
\n
Bash Line Editor, bash Shell with a few tweaks [github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested by [sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)\n
\n
Mosh\n
----\n
\n
Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. (sadly there is no pit) [mosh.org](https://mosh.org/)\n
\n
suggested by [sh.itjust.works/u/Bitflip@lemmy.ml](https://sh.itjust.works/u/Bitflip@lemmy.ml)\n
\n
DASH\n
----\n
\n
a POSIX-compliant /bin/sh that is fast and simple [gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Fish\n
----\n
\n
its like bash but has auto correct for typing [fishshell.com](https://fishshell.com/)\n
\n
Zsh\n
---\n
\n
its like vim for a shell, it has lots of bells and whistles and is very customizable. [github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH)\n
\n
[File Browsers]\n
=================\n
\n
Midnight Commander\n
------------------\n
\n
Midnight commander is a file Browser that has 2 panes where you can do basic file manager stuff such as Copy, Pasting, moving files, and Deleting all Via Terminal!\n
\n
[midnight-commander.org](https://midnight-commander.org/)\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
Fm.awk\n
------\n
\n
File manager written in awk [github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
lmf\n
---\n
\n
st File Manager is a powerful file manager for the UNIX console. It has a curses interface and it’s written in Python v3.4+. [inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)\n
\n
Rover\n
-----\n
\n
Rover is a small file browser that aims to be simple, fast and portable. [lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
LF\n
--\n
\n
lf (as in “list files”) is a terminal file manager written in Go with a heavy inspiration from ranger file manager. [github.com/gokcehan/lf](https://github.com/gokcehan/lf)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Ranger\n
------\n
\n
Alot like Midnight Commander but running on VIM, and just like VIM it is highly customizable \n
[github.com/ranger/ranger](https://github.com/ranger/ranger)\n
\n
----added note ranger should be installed via git most distros have 4+ older versions and lots of bugs\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
nnn\n
---\n
\n
nnn (n³) is a full-featured terminal file manager. It’s tiny, nearly 0-config and incredibly fast. [github.com/jarun/nnn](https://github.com/jarun/nnn)suggest by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
[Fun/games]\n
=============\n
\n
lolcat\n
------\n
\n
make your terminal rainbow [github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)\n
\n
suggested by [sh.itjust.works/u/GentooIsBased@lemmy.ml](https://sh.itjust.works/u/GentooIsBased@lemmy.ml)\n
\n
Cowsay\n
------\n
\n
make a cow say something in Terminal! [github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)\n
\n
Suggested by [sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)\n
\n
Bastet\n
------\n
\n
Tetris clone via terminal [github.com/fph/bastet/](https://github.com/fph/bastet/)suggested by [sh.itjust.works/u/pastaPersona@lemmy.world](https://sh.itjust.works/u/pastaPersona@lemmy.world)\n
\n
Cmatrix\n
-------\n
\n
make your terminal look like your mr.hacker man [github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
spotify-tui\n
-----------\n
\n
Spotify CLI frontend (Spotify via terminal) [github.com/Rigellute/spotify-tui](https://github.com/Rigellute/spotify-tui)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
cacademo\n
--------\n
\n
plays a bunch of neat ASCII animations [linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
figlet\n
------\n
\n
ASCII text art. [www.figlet.org](http://www.figlet.org/)\n
\n
toilet\n
------\n
\n
turn text into ASCII art. [caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)\n
\n
Yewtube\n
-------\n
\n
a cli youtube piped client, stream, download and play audio from YouTube piped. [github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
cbonsai\n
-------\n
\n
Little ASCII art bonsai tree that can be animated with the -l flag [gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
tty-clock\n
---------\n
\n
a digital clock via your terminal! [github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 111
+favouriteCount: 527
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719459439 {#2867
date: 2024-06-27 05:37:19.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@stepanzak@iusearchlinux.fyi"
]
+comments: Doctrine\ORM\PersistentCollection {#2876 …}
+votes: Doctrine\ORM\PersistentCollection {#2878 …}
+reports: Doctrine\ORM\PersistentCollection {#2880 …}
+favourites: Doctrine\ORM\PersistentCollection {#2882 …}
+notifications: Doctrine\ORM\PersistentCollection {#2884 …}
+badges: Doctrine\ORM\PersistentCollection {#2886 …}
+children: [
App\Entity\EntryComment {#2206
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2202 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2201 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2201 …}
+body: "I really like Micro. I wish my fingers could forget all the nonsense Nano keybinds"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1704042658 {#2197
date: 2023-12-31 18:10:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Steamymoomilk@sh.itjust.works"
"@jelloeater85@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2210 …}
+nested: Doctrine\ORM\PersistentCollection {#2207 …}
+votes: Doctrine\ORM\PersistentCollection {#2208 …}
+reports: Doctrine\ORM\PersistentCollection {#2204 …}
+favourites: Doctrine\ORM\PersistentCollection {#2211 …}
+notifications: Doctrine\ORM\PersistentCollection {#2266 …}
-id: 267691
-bodyTs: "'could':9 'finger':8 'forget':10 'keybind':15 'like':3 'micro':4 'nano':14 'nonsens':13 'realli':2 'wish':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5970050"
+editedAt: null
+createdAt: DateTimeImmutable @1704042658 {#2205
date: 2023-12-31 18:10:58.0 +01:00
}
+"title": 267691
}
]
-id: 25931
-titleTs: "'list':4 'mega':3 'termin':1 'util':2"
-bodyTs: "'/)':23,42,55,210,487,508,681,712,955,1458,1496,1554,1821 '/)suggested':552,784,826,988,1394 '/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1776 '/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':919 '/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1424 '/aristocratos/btop](https://github.com/aristocratos/btop)':315 '/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':450 '/babarot/gomi](https://github.com/babarot/gomi)suggested':1207 '/bin/sh':1469 '/busyloop/lolcat](https://github.com/busyloop/lolcat)':1731 '/canop/broot](https://github.com/canop/broot)suggested':1223 '/cantino/mcfly](https://github.com/cantino/mcfly)':406 '/cheat/cheat](https://github.com/cheat/cheat)suggested':1183 '/clementtsang/bottom](https://github.com/clementtsang/bottom)':117 '/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1121 '/denisidoro/navi](https://github.com/denisidoro/navi)':1159 '/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1600 '/dundee/gdu](https://github.com/dundee/gdu)':156 '/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':172 '/eza-community/eza](https://github.com/eza-community/eza)suggested':1250 '/fph/bastet/](https://github.com/fph/bastet/)suggested':1760 '/gokcehan/lf](https://github.com/gokcehan/lf)':1647 '/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1568 '/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1869 '/jarun/nnn](https://github.com/jarun/nnn)suggest':1718 '/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1051 '/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1026 '/jonas/tig](https://github.com/jonas/tig)':973 '/jqlang/jq](https://github.com/jqlang/jq)suggested':892 '/junegunn/fzf](https://github.com/junegunn/fzf)':378 '/klange/bim](https://github.com/klange/bim)':639 '/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1808 '/mawww/kakoune](https://github.com/mawww/kakoune)':604 '/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1234 '/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1847 '/muesli/duf](https://github.com/muesli/duf)':223 '/nicolargo/glances](https://github.com/nicolargo/glances)':259 '/nivekuil/rip](https://github.com/nivekuil/rip)':1071 '/nvbn/thefuck](https://github.com/nvbn/thefuck)':1346 '/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1097 '/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1517 '/ouch-org/ouch](https://github.com/ouch-org/ouch)':1298 '/p/rover/](https://lecram.github.io/p/rover/)suggested':1618 '/pictures':916 '/piuccio/cowsay](https://github.com/piuccio/cowsay)':1747 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':95 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':810 '/pydf-check-disk-space-usage-wit':234 '/pydf-check-disk-space-usage-with-colored-output/)':237 '/ranger/ranger](https://github.com/ranger/ranger)':1672 '/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1792 '/rip':1060 '/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':77 '/rtorrent/](https://rakshasa.github.io/rtorrent/)':1263 '/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1317 '/sharkdp/fd](https://github.com/sharkdp/fd)':335 '/software/bash/](https://www.gnu.org/software/bash/)':1411 '/software/emacs/](https://www.gnu.org/software/emacs/)':578 '/starship/starship](https://github.com/starship/starship)suggested':1014 '/syllo/nvtop](https://github.com/syllo/nvtop)':187 '/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':467 '/tmp':1067 '/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':756 '/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':763 '/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1187,1211,1227,1238,1254,1321 '/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1463 '/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1752 '/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':60 '/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1398,1482,1652 '/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':370 '/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1303 '/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':242 '/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':924 '/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':320 '/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':960 '/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':830 '/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1736 '/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1268,1722 '/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':947,978 '/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1428 '/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':513 '/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1559,1695 '/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':644 '/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1764 '/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':760,845,896,992,1018,1030,1056,1076,1126 '/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':609 '/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':82,100,788,814,1572,1622,1852 '/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':454,1102,1164 '/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1351,1780,1797,1813,1873 '/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':556 '/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1830 '/wting/autojump](https://github.com/wting/autojump)':365 '/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1885 '/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':841 '/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1477 '0':1711 '11':270 '16':795 '2':1530 '256':797 '4':1684 '7z':1286 '8':794 '88':796 'accid':1204 'action':594 'actual':729 'ad':821,1673 'add':1890,1905,1926,1941 'addit':420,425 'address':290 'aim':612,1609 'akin':858 'allow':879,1129,1168,1434 'alot':817,832,1654 'also':743,937 'analyz':123 'anim':1805,1862 'anyth':674 'applic':1432 'approach':1217 'appropri':805 'argu':671 'argument':1150 'art':1817,1827,1856 'ascii':1804,1815,1826,1855 'atuin':407,408,440 'audio':1841 'auto':1489 'autojump':336,337 'automat':792 'avail':277 'averag':90 'avrag':205 'awk':861,1565 'base':45,585,590,634,1258 'bash':1399,1413,1416,1486 'basic':196,1536 'bastet':1753 'bat':1304 'behold':558 'bell':1508 'better':446 'bim':610,611 'bit':725 'blaze':997 'blazing-fast':996 'ble.sh':1412 'bob':727 'bonsai':1857 'bottom':101 'broot':1212 'brows':1132 'browser':1,8,27,47,1519,1527,1607 'browsh':2 'btop':260,261 'bug':1690 'bunch':1801 'byobu':815 'bz':1290 'bz2':1291 'c':873 'caca.zoy.org':1829 'caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1828 'cacademo':1798 'cach':279 'capabl':799 'cat':1306 'cbonsai':1853 'cd':899 'chart':807 'cheat':1165 'cheatsheet':1134,1175 'check':225 'child':570,693 'church':560 'clean':1387 'cli':718,951,1273,1785,1833 'client':1260,1836 'clock':181,1876,1879 'clone':1755 'cmatrix':1765 'cmd':331 'code':86 'color':85,230,790,798,806,1091 'color-cod':84 'command':169,361,373,390,424,713,854,1118,1146,1179,1331,1342,1521,1523,1657 'command-lin':853,1178 'commit':597 'communiti':457 'compliant':1468 'complic':475 'compress':1276 'config':1712 'configur':29,479,572,661,699 'connect':1438 'consol':1585 'context':421 'cool':1243,1365,1894,1919,1930,1955 'copi':1542 'core':104,199,305 'correct':1490 'cow':1740 'cowsay':1737 'cpu':103,105,198,303,304,306,308,1037 'crank':268 'creat':1171 'cross':255 'curl':1381 'curs':1589 'curv':657 'custom':1009 'customiz':267,548,1001,1514,1669 'd':742 'daemon':67 'dash':1464 'data':867,889 'databas':351,417 'decompress':1278 'default':274,470,1402 'delet':941,1201,1547 'depend':499,621,878 'detail':1370 'detect':793 'didnt':1328 'differ':252,532,1214 'digit':1878 'directori':354,935 'disk':109,110,121,133,213,226,929 'display':161,803,1153,1374 'distro':1682 'dl':36 'docker':1035 'download':286,1141,1838 'driven':458 'duf':211 'dynam':1152 'e.g':909 'easi':459 'easili':882,1111 'echo':1443 'edit':625,1446 'editor':322,472,522,584,652,1415 'electron':541 'emac':557,562 'email':949 'encrypt':431 'error':1371 'etc':1314 'everyth':1064 'except':1191 'execut':1145 'exist':411 'experi':626 'explor':938 'extens':630 'extern':620 'eza':1239 'fanci':736 'fast':120,998,1078,1472,1613,1715 'faster':340 'faster/easier':898 'fd':326,1094 'featur':617,822,1244,1308,1366,1703 'feel':1899,1935 'figlet':1814 'file':217,324,328,942,1246,1518,1526,1537,1545,1561,1575,1580,1606,1628,1632,1643,1705 'filesystem':345,908 'filter':884 'find':387,1112,1918,1954 'finder':329,375,462 'firefox':19 'fish':1483 'fishshell.com':1493,1495 'fishshell.com/)':1494 'fix':1336 'flag':1866 'flexibl':852 'fm.awk':1560 'folder':1068,1088,1220 'fork':767 'format':1281 'free':281,1900,1936 'friend':708,864 'frontend':1786 'full':1702 'full-featur':1701 'fulli':137,430 'fun/games':1723 'function':970 'fuzzi':372 'fzf':371 'gain':149 'gdu':118,127 'geeksforgeeks.org':233 'geeksforgeeks.org/pydf-check-disk-space-usage-wit':232 'generic':189 'get':1378 'git':966,1023,1379,1680 'github.com':76,116,155,171,186,222,258,314,334,364,377,405,449,466,603,638,755,762,840,891,918,972,1013,1025,1050,1070,1096,1120,1158,1182,1206,1222,1233,1249,1297,1316,1345,1423,1516,1567,1646,1671,1717,1730,1746,1759,1775,1791,1846,1884 'github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1774 'github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':917 'github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1422 'github.com/aristocratos/btop](https://github.com/aristocratos/btop)':313 'github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':448 'github.com/babarot/gomi](https://github.com/babarot/gomi)suggested':1205 'github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)':1729 'github.com/canop/broot](https://github.com/canop/broot)suggested':1221 'github.com/cantino/mcfly](https://github.com/cantino/mcfly)':404 'github.com/cheat/cheat](https://github.com/cheat/cheat)suggested':1181 'github.com/clementtsang/bottom](https://github.com/clementtsang/bottom)':115 'github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1119 'github.com/denisidoro/navi](https://github.com/denisidoro/navi)':1157 'github.com/dundee/gdu](https://github.com/dundee/gdu)':154 'github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':170 'github.com/eza-community/eza](https://github.com/eza-community/eza)suggested':1248 'github.com/fph/bastet/](https://github.com/fph/bastet/)suggested':1758 'github.com/gokcehan/lf](https://github.com/gokcehan/lf)':1645 'github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1566 'github.com/jarun/nnn](https://github.com/jarun/nnn)suggest':1716 'github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1049 'github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1024 'github.com/jonas/tig](https://github.com/jonas/tig)':971 'github.com/jqlang/jq](https://github.com/jqlang/jq)suggested':890 'github.com/junegunn/fzf](https://github.com/junegunn/fzf)':376 'github.com/klange/bim](https://github.com/klange/bim)':637 'github.com/mawww/kakoune](https://github.com/mawww/kakoune)':602 'github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1232 'github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1845 'github.com/muesli/duf](https://github.com/muesli/duf)':221 'github.com/nicolargo/glances](https://github.com/nicolargo/glances)':257 'github.com/nivekuil/rip](https://github.com/nivekuil/rip)':1069 'github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)':1344 'github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1095 'github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1515 'github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)':1296 'github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)':1745 'github.com/ranger/ranger](https://github.com/ranger/ranger)':1670 'github.com/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1790 'github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':75 'github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1315 'github.com/sharkdp/fd](https://github.com/sharkdp/fd)':333 'github.com/starship/starship](https://github.com/starship/starship)suggested':1012 'github.com/syllo/nvtop](https://github.com/syllo/nvtop)':185 'github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':465 'github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':754 'github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':761 'github.com/wting/autojump](https://github.com/wting/autojump)':363 'github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1883 'github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':839 'gitlab.com':1868 'gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1867 'glace':243 'go':126,1636 'goe':1065 'gomi':1188 'gondor.apana.org.au':1476 'gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1475 'good':1915,1951 'got':695 'gpu':177,179 'graph':87 'grep':862 'gz':1287 'hard':747 'hdds':142 'heavi':1639 'helix':514 'helix-editor.com':549,551 'helix-editor.com/)suggested':550 'hey':1323 'high':547,752,1668 'highest':73 'highlight':1311 'histori':385,413,435 'howev':141 'htop':188,247,264 'htop.dev':207,209 'htop.dev/)':208 'http':1377 'huge':153 'icon':1247 'imag':10 'improv':1059 'incred':1714 'infinit':1000 'info':166 'inigo.katxi.org':1599 'inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1598 'inspir':1640 'instal':1678 'intellig':1441 'intend':129 'interact':962,1174 'interfac':284,1590 'intermitt':1437 'internet':780 'ip':289 'item':1085 'javascript':540 'job':483 'jq':846,847 'json':856,866 'jump':903 'kakoun':579,588 'keep':69 'keybind':745 'keystrok':1449 'l':1865 'lan':777 'lazi':394 'lazydock':1031 'lazygit':1019 'learn':656 'leav':1902,1938 'lecram.github.io':1617 'lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested':1616 'let':771,900,1007,1109 'lf':1623,1624 'licens':1375 'life':463 'light':1080 'lightweight':615,629,850 'like':50,246,263,443,491,564,685,818,833,1093,1245,1309,1485,1499,1655,1664,1770 'line':332,362,374,855,1180,1312,1414,1445 'link':43 'links.twibright.com':52,54 'links.twibright.com/)':53 'linux.die.net':1807 'linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1806 'list':1156,1627,1898,1934 'littl':1854 'lmao':403 'lmf':1573 'load':89,204,276 'local':1442 'locat':325 'lolcat':1724 'look':5,251,381,1769 'lot':49,245,697,723,968,1404,1506,1688 'love':1888,1924 'ls':1241,1390 'lynx':24,51 'lynx.browser.org':39,41 'lynx.browser.org/)':40 'lz4':1292 'lzma':1289 'machin':437 'main':531 'maintain':349,1143 'make':1725,1738,1766,1910,1946 'man':460,1773 'manag':720,984,1538,1562,1576,1581,1633,1644,1706 'manpages/examples':1113 'map':885 'markdown':1230 'master':648 'master-rac':647 'may':1137 'mcfli':379,444 'mdr':1228 'mean':538 'memori':107,180,201,275,278,280,282,295,1039 'ment':702 'messag':1372 'micro':488 'micro-editor.github.io':505,507 'micro-editor.github.io/)':506 'midnight':1520,1522,1656 'midnight-commander.org':1551,1553 'midnight-commander.org/)':1552 'minim':995 'modal':581 'modern':520,624,1240,1305 'modifi':16 'monitor':62,192 'mosh':1429 'mosh.org':1455,1457 'mosh.org/)':1456 'mount':215 'move':1084,1544 'mpv':32 'mr.hacker':1772 'much':294,928 'multiplex':732 'n':1698 'nano':468,492,565 'navi':1127,1128 'navig':343,1219 'ncdu':925 'ncurs':801 'near':1710 'neat':1803 'need':673 'neofetch':160 'neomutt':948 'neomutt.org':952,954 'neomutt.org/)':953 'neovim':529,682 'neovim.io':709,711 'neovim.io/)':710 'network':113,283,285,287 'new':1357,1920,1956 'nix':163 'nnn':1696,1697 'note':1674 'number':1313 'nushel':1353 'nvtop':173 'object':447 'oh':688 'old':3 'older':1685 'one':168,389 'option':428 'ouch':1269 'output':231,1092 'packag':631 'page':461 'pane':1531 'parallel':139 'pass':979 'password':983 'past':1543 'peopl':670 'perform':148 'permit':1200 'philosophi':601 'pic':911 'pipe':1835,1844 'pit':1454 'place':905,1916,1952 'platform':256 'play':1799,1840 'plugin':503,665,837 'point':216,668 'portabl':872,1615 'posix':1467 'posix-compli':1466 'post':519,1912,1948 'post-modern':518 'power':183,1579 'pretti':119 'prevoius':1341 'primarili':130 'process':112,140 'processor':857 'program':175,292,297,1167,1406,1895,1921,1931,1957 'prompt':1002 'provid':427,622,1440 'pull':1047 'put':913 'pydf':224 'python':1596 'quick':380,902 'race':649 'rainbow':1728 'rakshasa.github.io':1262 'rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)':1261 'ranger':1642,1653,1675 'ranger/lf':1216 'rar':1295 're':392 'realli':1364,1907,1914,1943,1950 'recommend':753 'record':66,419 'rememb':749 'remot':1430 'replac':409 'rm':1058,1062,1082,1190 'rm-improv':1057 'roam':1435 'rover':1601,1602 'rtorrent':1255 'run':13,291,535,1043,1659 'runtim':877 'rust':537,1107 'sad':1450 'saver':464 'say':1741 'school':4 'script':544 'sed':860 'select':592 'server':441 'sh.itjust.works':59,81,99,241,319,369,453,512,555,608,643,759,787,813,829,844,895,923,946,959,977,991,1017,1029,1055,1075,1101,1125,1163,1186,1210,1226,1237,1253,1267,1302,1320,1350,1397,1427,1462,1481,1558,1571,1621,1651,1694,1721,1735,1751,1763,1779,1796,1812,1851,1872 'sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1185,1209,1225,1236,1252,1319 'sh.itjust.works/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1461 'sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1750 'sh.itjust.works/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':58 'sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1396,1480,1650 'sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':368 'sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1301 'sh.itjust.works/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':240 'sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':922 'sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':318 'sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':958 'sh.itjust.works/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':828 'sh.itjust.works/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1734 'sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1266,1720 'sh.itjust.works/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':945,976 'sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1426 'sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':511 'sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1557,1693 'sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':642 'sh.itjust.works/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1762 'sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':758,843,894,990,1016,1028,1054,1074,1124 'sh.itjust.works/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':607 'sh.itjust.works/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':80,98,786,812,1570,1620,1850 'sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':452,1100,1162 'sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1349,1778,1795,1811,1871 'sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':554 'share':773 'shell':384,412,1005,1011,1352,1360,1417,1503 'show':102,174,197,212,272,926,1036 'similar':525 'simpl':575,1474,1612 'size':220 'slice':883 'small':1605 'someth':1202,1742 'somewhat':574 'space':214,227,930 'speed':182 'spotifi':1782,1784,1787 'spotify-tui':1781 'sqlite':416 'ssd':132 'st':1574 'standard':981 'starship':993 'static':495 'stepanzak@iusearchlinux.fyi':159 'stream':1837 'structur':888 'stuff':1539 'stupid':474 'subdirectori':939 'suggest':56,78,96,157,238,316,366,509,605,640,920,943,956,974,1052,1072,1098,1122,1147,1160,1264,1299,1347,1459,1478,1555,1648,1691,1732,1748,1793,1809,1848,1903,1939 'superfast':327 'support':11,504,838,1436 'swap':202 'synchronis':432 'syntax':1310 'system':61,64,165,191,218 'sz':1293 'tar':1284 'task':206 'tealdear':1103 'temperatur':114,184,309 'termin':6,25,44,190,582,731,775,789,963,1020,1032,1117,1257,1431,1550,1631,1704,1727,1744,1757,1768,1789,1882 'tetri':1754 'text':321,471,521,583,651,1816,1824 'thefuck':1322,1334 'tig':961 'time':92,312 'tini':1709 'tldr':455,1104,1108 'tmate':764 'tmate.io':781,783 'tmate.io/)suggested':782 'tmux':715,769,819,834 'toilet':1822 'tool':1274 'top':249 'torrent':1259 'track':70 'transform':887 'trash':1087,1194 'trashi':1077 'tree':1858 'tti':1875 'tty-clock':1874 'ttyload':83 'tui':1783 'turn':1823 'tweak':1421 'type':219,396,1329,1339,1358,1492 'ui':964,1021,1033,1388 'understand':741 'unix':600,982,1584 'upload':288 'uptim':63,65,74,203 'usag':106,108,111,122,176,178,228,1115 'use':31,299,356,932,1061,1407,1892,1928 'user':707,1448 'user-friend':706 'util':138,200,307,714 'v3.4':1597 'valu':1148 'various':1280 'version':17,1686 'vi':587 'via':330,438,800,950,1376,1549,1679,1756,1788,1880 'video':38 'view':1173 'viewer':1231 'vim':527,543,567,636,645,677,686,1500,1661,1665 'want':1908,1944 'way':341 'web':7,26,46 'weight':1081 'well':145,301,402,501,663,1383 'whistl':1510 'window':719 'word':737 'work':143,347 'would':751,1887,1923 'write':1138 'written':124,870,1563,1594,1634 'wrong':1332,1343 'www.brow.sh':20,22 'www.brow.sh/)':21 'www.byobu.org':823,825 'www.byobu.org/)suggested':824 'www.figlet.org':1818,1820 'www.figlet.org/)':1819 'www.geeksforgeeks.org':236 'www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)':235 'www.gnu.org':577,1410 'www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)':1409 'www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)':576 'www.nano-editor.org':484,486 'www.nano-editor.org/)':485 'www.nushell.sh':1391,1393 'www.nushell.sh/)suggested':1392 'www.passwordstore.org':985,987 'www.passwordstore.org/)suggested':986 'www.vim.org':678,680 'www.vim.org/)':679 'xz':1288 'yeah':1325 'yewtub':1831 'youtub':35,1834,1843 'youtube-dl':34 'z':910 'zellij':831 'zero':876 'zhar.net':94,809 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':93 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':808 'zip':1285 'zoxid':897 'zsh':690,1497 'zst':1294"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704057448
+visibility: "visible "
+apId: "https://sh.itjust.works/post/11871260"
+editedAt: DateTimeImmutable @1719089751 {#2853
date: 2024-06-22 22:55:51.0 +02:00
}
+createdAt: DateTimeImmutable @1703971048 {#2832
date: 2023-12-30 22:17:28.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 4 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2202
+user: Proxies\__CG__\App\Entity\User {#2872 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#2874 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2875 …}
+slug: "Terminal-Utility-Mega-list"
+title: "Terminal Utility Mega list!"
+url: "https://sh.itjust.works/pictrs/image/4b26679f-bb00-4849-a04b-a28835fabb74.png"
+body: """
[Browsers]\n
============\n
\n
Browsh\n
------\n
\n
old school looking terminal web browser with image support that runs on a modified version of Firefox [www.brow.sh](https://www.brow.sh/)\n
\n
Lynx\n
----\n
\n
Terminal web browser (can configure to use MPV or YouTube-dl for videos) [lynx.browser.org](https://lynx.browser.org/)\n
\n
Links\n
-----\n
\n
Terminal based web browser a lot like lynx [links.twibright.com](http://links.twibright.com/)\n
\n
suggested by [sh.itjust.works/u/Buck@lemmy.world](https://sh.itjust.works/u/Buck@lemmy.world)\n
\n
[System Monitoring]\n
=====================\n
\n
uptimed\n
-------\n
\n
System uptime record daemon that keeps track of your highest uptimes [github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
TTYload\n
-------\n
\n
color-coded graph of load averages over time [zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Bottom\n
------\n
\n
shows CPU cores, CPU usage, Memory usage, Disks, Disk usage, Processes, Network, Temperature. [github.com/ClementTsang/bottom](https://github.com/ClementTsang/bottom)\n
\n
gdu\n
---\n
\n
Pretty fast disk usage analyzer written in Go.\n
\n
Gdu is intended primarily for SSD disks where it can fully utilize parallel processing. However HDDs work as well, but the performance gain is not so huge.\n
\n
[github.com/dundee/gdu](https://github.com/dundee/gdu)\n
\n
suggested by @stepanzak@iusearchlinux.fyi\n
\n
neofetch\n
--------\n
\n
display your *NIX and system info with one command! [github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)\n
\n
nvtop\n
-----\n
\n
Shows Program usage, GPU usage, GPU memory, Clock speeds, Power, Temperature, [github.com/Syllo/nvtop](https://github.com/Syllo/nvtop)\n
\n
Htop\n
----\n
\n
generic terminal system monitor and is very basic Shows CPU core util, Memory, Swap, Uptime, Load avrage, Tasks [htop.dev](https://htop.dev/)\n
\n
duf\n
---\n
\n
Shows disks space, Mounted point, File system type, Size [github.com/muesli/duf](https://github.com/muesli/duf)\n
\n
Pydf\n
----\n
\n
Check disk space usage with colored output [geeksforgeeks.org/pydf-check-disk-space-usage-wit…](https://www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)\n
\n
suggested by [sh.itjust.works/u/easeKItMAn@lemmy.world](https://sh.itjust.works/u/easeKItMAn@lemmy.world)\n
\n
Glacees\n
-------\n
\n
A lot like Htop or top but looks different and is cross platform. [github.com/nicolargo/glances](https://github.com/nicolargo/glances)\n
\n
Btop\n
----\n
\n
Btop is like Htop but with customizability cranked to 11, it shows by default, Memory load, Available Memory, Cached Memory, Free Memory, Network interface, Network Download, Network Upload, IP address, Running Programs, How much memory the Programs are using as well as CPU, CPU cores, CPU util, CPU Temperature, and the time. [github.com/aristocratos/btop](https://github.com/aristocratos/btop)\n
\n
Suggested by [sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)\n
\n
[Text Editors and file location]\n
==================================\n
\n
fd\n
--\n
\n
Superfast file finder Via cmd line. [github.com/sharkdp/fd](https://github.com/sharkdp/fd)\n
\n
Autojump\n
--------\n
\n
autojump is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line. [github.com/wting/autojump](https://github.com/wting/autojump)\n
\n
suggested by [sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)\n
\n
fzf\n
---\n
\n
Fuzzy command line finder [github.com/junegunn/fzf](https://github.com/junegunn/fzf)\n
\n
mcfly\n
-----\n
\n
quickly look through your shell history, to find that one command you’re too lazy to type again (I do it as well LMAO) [github.com/cantino/mcfly](https://github.com/cantino/mcfly)\n
\n
Atuin\n
-----\n
\n
Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server. (its like mcfly but better objectively)\n
\n
[github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
TLDR\n
----\n
\n
a community driven easy man page finder. (life saver) [github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)\n
\n
Nano\n
----\n
\n
The default text editor, not stupid complicated not. not very configurable but does the job [www.nano-editor.org](https://www.nano-editor.org/)\n
\n
Micro\n
-----\n
\n
it’s like Nano but is static and has no dependency as well as plugin support. [micro-editor.github.io](https://micro-editor.github.io/)\n
\n
Suggested by [sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)\n
\n
Helix\n
-----\n
\n
It’s a post-modern text editor that is similar to VIM or Neovim the main difference is it runs on Rust meaning No JavaScript, Electron or Vim Script and is highly customizable!\n
\n
[helix-editor.com](https://helix-editor.com/)Suggested by [sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)\n
\n
Emacs\n
-----\n
\n
Behold the Church of Emacs, its like nano and vim had a child. its configurable and somewhat simple [www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)\n
\n
Kakoune\n
-------\n
\n
A modal terminal text editor based on Vi. Kakoune is based on selection before action and is committed to the unix Philosophy [github.com/mawww/kakoune](https://github.com/mawww/kakoune)\n
\n
suggested by [sh.itjust.works/u/RAM@discuss.tchncs.de](https://sh.itjust.works/u/RAM@discuss.tchncs.de)\n
\n
Bim\n
---\n
\n
Bim aims to be lightweight and featureful with no external* dependencies, providing a modern editing experience in a lightweight, extensible package and is based on VIM [github.com/klange/bim](https://github.com/klange/bim)\n
\n
suggested by [sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)\n
\n
Vim\n
---\n
\n
The master-race of text editors that has a learning curve but is very configurable as well as plugins, to the point so people argue why need anything other than VIM [www.vim.org](https://www.vim.org/)\n
\n
Neovim\n
------\n
\n
it’s like vim and Oh my ZSH had a child, its got a lot of configurability and is ment to be more user-friendly [neovim.io](https://neovim.io/)\n
\n
[Command utilities]\n
=====================\n
\n
Tmux\n
----\n
\n
its a CLI window, manager with a lot of bits and bobs. its actually a terminal multiplexer which is a fancy word i don’t understand :D Also the keybindings are hard to remember and would highly recommend [github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
[github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)\n
\n
tmate\n
-----\n
\n
its a fork of tmux that lets your share your terminal over LAN or the internet [tmate.io](https://tmate.io/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Terminal colors\n
---------------\n
\n
```\n
\n
<span style="color:#323232;">It automatically detects 8, 16, 88, 256 color capabilities (via ncurses)\n
</span><span style="color:#323232;">and displays the appropriate color charts.\n
</span>\n
```\n
\n
[zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
byobu\n
-----\n
\n
its alot like tmux with added features [www.byobu.org](https://www.byobu.org/)suggested by [sh.itjust.works/u/Geert@lemmy.world](https://sh.itjust.works/u/Geert@lemmy.world)\n
\n
zellij\n
------\n
\n
Alot like Tmux and has plugin support [github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
jq\n
--\n
\n
jq is a lightweight and flexible command-line JSON processor akin to sed,awk,grep, and friends for JSON data. It’s written in portable C and has zero runtime dependencies, allowing you to easily slice, filter, map, and transform structured data. [github.com/jqlang/jq](https://github.com/jqlang/jq)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
zoxide\n
------\n
\n
faster/easier cd lets you quickly jump to places in your filesystem. E.g. z pic will put you in ~/Pictures. [github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)\n
\n
suggested by [sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)\n
\n
ncdu\n
----\n
\n
shows how much disk space is used by each directory, can also explore subdirectories and delete files suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
neomutt\n
-------\n
\n
email via cli! [neomutt.org](https://neomutt.org/)\n
\n
suggested by [sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)\n
-----------------------------------------------------------------------------------------------\n
\n
tig\n
---\n
\n
interactive terminal UI for git with lots of functionality [github.com/jonas/tig](https://github.com/jonas/tig)\n
\n
suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
pass\n
----\n
\n
the standard Unix password manager [www.passwordstore.org](https://www.passwordstore.org/)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Starship\n
--------\n
\n
The minimal, blazing-fast, and infinitely customizable prompt for any shell! (its lets you customize your shell) [github.com/starship/starship](https://github.com/starship/starship)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazygit\n
-------\n
\n
Terminal UI for git [github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazydocker\n
----------\n
\n
Terminal ui for docker, Shows CPU and memory, and what’s running and where its pulled from. [github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)\n
\n
Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
RM-improved/RIP\n
---------------\n
\n
Use RM but everything goes to /tmp folder [github.com/nivekuil/rip](https://github.com/nivekuil/rip)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Trashy\n
------\n
\n
fast and light weight RM that moves items to trash folder and has colorized outputs like FD. [github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
tealdear\n
--------\n
\n
tldr but in rust (tldr lets your easily find manpages/examples and usage for terminal command) [github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Navi\n
----\n
\n
navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands. Suggested values for arguments are dynamically displayed in a list. [github.com/denisidoro/navi](https://github.com/denisidoro/navi)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
Cheat\n
-----\n
\n
this program allows you to create and view interactive cheatsheets on the command-line. [github.com/cheat/cheat](https://github.com/cheat/cheat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
gomi\n
----\n
\n
its RM except has a trash can so you don’t permitly delete something by accident \n
[github.com/babarot/gomi](https://github.com/babarot/gomi)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
broot\n
-----\n
\n
a different than ranger/lf approach to navigating folders [github.com/Canop/broot](https://github.com/Canop/broot)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
mdr\n
---\n
\n
a markdown viewer [github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
eza\n
---\n
\n
modern ls, with cool features like file icons [github.com/eza-community/eza](https://github.com/eza-community/eza)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
Rtorrent\n
--------\n
\n
a terminal based torrent client [rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)\n
\n
suggested by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
ouch\n
----\n
\n
It’s a CLI tool for compressing and decompressing for various formats. such as .tar .zip 7z .gz .xz .lzma .bz .bz2 .lz4 .sz .zst .rar [github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)\n
\n
suggested by [sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)\n
\n
bat\n
---\n
\n
modern cat, with features like syntax highlighting, line numbers, etc [github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
thefuck\n
-------\n
\n
hey you!, yeah you I DIDNT TYPE THAT COMMAND WRONG! with thefuck it fixes when you type a prevoius command wrong [github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
[Shells]\n
==========\n
\n
Nushell\n
-------\n
\n
it is a new type of shell that has some really cool features such as more detailed error messages and displays licenses via HTTP get, git or curl As well as a more clean UI for ls. [www.nushell.sh](https://www.nushell.sh/)suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Bash\n
----\n
\n
its the default and lots of programs use it, [www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)\n
\n
ble.sh\n
------\n
\n
Bash Line Editor, bash Shell with a few tweaks [github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested by [sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)\n
\n
Mosh\n
----\n
\n
Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. (sadly there is no pit) [mosh.org](https://mosh.org/)\n
\n
suggested by [sh.itjust.works/u/Bitflip@lemmy.ml](https://sh.itjust.works/u/Bitflip@lemmy.ml)\n
\n
DASH\n
----\n
\n
a POSIX-compliant /bin/sh that is fast and simple [gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Fish\n
----\n
\n
its like bash but has auto correct for typing [fishshell.com](https://fishshell.com/)\n
\n
Zsh\n
---\n
\n
its like vim for a shell, it has lots of bells and whistles and is very customizable. [github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH)\n
\n
[File Browsers]\n
=================\n
\n
Midnight Commander\n
------------------\n
\n
Midnight commander is a file Browser that has 2 panes where you can do basic file manager stuff such as Copy, Pasting, moving files, and Deleting all Via Terminal!\n
\n
[midnight-commander.org](https://midnight-commander.org/)\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
Fm.awk\n
------\n
\n
File manager written in awk [github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
lmf\n
---\n
\n
st File Manager is a powerful file manager for the UNIX console. It has a curses interface and it’s written in Python v3.4+. [inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)\n
\n
Rover\n
-----\n
\n
Rover is a small file browser that aims to be simple, fast and portable. [lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
LF\n
--\n
\n
lf (as in “list files”) is a terminal file manager written in Go with a heavy inspiration from ranger file manager. [github.com/gokcehan/lf](https://github.com/gokcehan/lf)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Ranger\n
------\n
\n
Alot like Midnight Commander but running on VIM, and just like VIM it is highly customizable \n
[github.com/ranger/ranger](https://github.com/ranger/ranger)\n
\n
----added note ranger should be installed via git most distros have 4+ older versions and lots of bugs\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
nnn\n
---\n
\n
nnn (n³) is a full-featured terminal file manager. It’s tiny, nearly 0-config and incredibly fast. [github.com/jarun/nnn](https://github.com/jarun/nnn)suggest by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
[Fun/games]\n
=============\n
\n
lolcat\n
------\n
\n
make your terminal rainbow [github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)\n
\n
suggested by [sh.itjust.works/u/GentooIsBased@lemmy.ml](https://sh.itjust.works/u/GentooIsBased@lemmy.ml)\n
\n
Cowsay\n
------\n
\n
make a cow say something in Terminal! [github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)\n
\n
Suggested by [sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)\n
\n
Bastet\n
------\n
\n
Tetris clone via terminal [github.com/fph/bastet/](https://github.com/fph/bastet/)suggested by [sh.itjust.works/u/pastaPersona@lemmy.world](https://sh.itjust.works/u/pastaPersona@lemmy.world)\n
\n
Cmatrix\n
-------\n
\n
make your terminal look like your mr.hacker man [github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
spotify-tui\n
-----------\n
\n
Spotify CLI frontend (Spotify via terminal) [github.com/Rigellute/spotify-tui](https://github.com/Rigellute/spotify-tui)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
cacademo\n
--------\n
\n
plays a bunch of neat ASCII animations [linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
figlet\n
------\n
\n
ASCII text art. [www.figlet.org](http://www.figlet.org/)\n
\n
toilet\n
------\n
\n
turn text into ASCII art. [caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)\n
\n
Yewtube\n
-------\n
\n
a cli youtube piped client, stream, download and play audio from YouTube piped. [github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
cbonsai\n
-------\n
\n
Little ASCII art bonsai tree that can be animated with the -l flag [gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
tty-clock\n
---------\n
\n
a digital clock via your terminal! [github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 111
+favouriteCount: 527
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719459439 {#2867
date: 2024-06-27 05:37:19.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@stepanzak@iusearchlinux.fyi"
]
+comments: Doctrine\ORM\PersistentCollection {#2876 …}
+votes: Doctrine\ORM\PersistentCollection {#2878 …}
+reports: Doctrine\ORM\PersistentCollection {#2880 …}
+favourites: Doctrine\ORM\PersistentCollection {#2882 …}
+notifications: Doctrine\ORM\PersistentCollection {#2884 …}
+badges: Doctrine\ORM\PersistentCollection {#2886 …}
+children: [
App\Entity\EntryComment {#2206
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2202 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2201 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2201 …}
+body: "I really like Micro. I wish my fingers could forget all the nonsense Nano keybinds"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1704042658 {#2197
date: 2023-12-31 18:10:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Steamymoomilk@sh.itjust.works"
"@jelloeater85@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2210 …}
+nested: Doctrine\ORM\PersistentCollection {#2207 …}
+votes: Doctrine\ORM\PersistentCollection {#2208 …}
+reports: Doctrine\ORM\PersistentCollection {#2204 …}
+favourites: Doctrine\ORM\PersistentCollection {#2211 …}
+notifications: Doctrine\ORM\PersistentCollection {#2266 …}
-id: 267691
-bodyTs: "'could':9 'finger':8 'forget':10 'keybind':15 'like':3 'micro':4 'nano':14 'nonsens':13 'realli':2 'wish':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5970050"
+editedAt: null
+createdAt: DateTimeImmutable @1704042658 {#2205
date: 2023-12-31 18:10:58.0 +01:00
}
+"title": 267691
}
]
-id: 25931
-titleTs: "'list':4 'mega':3 'termin':1 'util':2"
-bodyTs: "'/)':23,42,55,210,487,508,681,712,955,1458,1496,1554,1821 '/)suggested':552,784,826,988,1394 '/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1776 '/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':919 '/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1424 '/aristocratos/btop](https://github.com/aristocratos/btop)':315 '/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':450 '/babarot/gomi](https://github.com/babarot/gomi)suggested':1207 '/bin/sh':1469 '/busyloop/lolcat](https://github.com/busyloop/lolcat)':1731 '/canop/broot](https://github.com/canop/broot)suggested':1223 '/cantino/mcfly](https://github.com/cantino/mcfly)':406 '/cheat/cheat](https://github.com/cheat/cheat)suggested':1183 '/clementtsang/bottom](https://github.com/clementtsang/bottom)':117 '/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1121 '/denisidoro/navi](https://github.com/denisidoro/navi)':1159 '/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1600 '/dundee/gdu](https://github.com/dundee/gdu)':156 '/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':172 '/eza-community/eza](https://github.com/eza-community/eza)suggested':1250 '/fph/bastet/](https://github.com/fph/bastet/)suggested':1760 '/gokcehan/lf](https://github.com/gokcehan/lf)':1647 '/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1568 '/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1869 '/jarun/nnn](https://github.com/jarun/nnn)suggest':1718 '/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1051 '/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1026 '/jonas/tig](https://github.com/jonas/tig)':973 '/jqlang/jq](https://github.com/jqlang/jq)suggested':892 '/junegunn/fzf](https://github.com/junegunn/fzf)':378 '/klange/bim](https://github.com/klange/bim)':639 '/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1808 '/mawww/kakoune](https://github.com/mawww/kakoune)':604 '/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1234 '/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1847 '/muesli/duf](https://github.com/muesli/duf)':223 '/nicolargo/glances](https://github.com/nicolargo/glances)':259 '/nivekuil/rip](https://github.com/nivekuil/rip)':1071 '/nvbn/thefuck](https://github.com/nvbn/thefuck)':1346 '/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1097 '/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1517 '/ouch-org/ouch](https://github.com/ouch-org/ouch)':1298 '/p/rover/](https://lecram.github.io/p/rover/)suggested':1618 '/pictures':916 '/piuccio/cowsay](https://github.com/piuccio/cowsay)':1747 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':95 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':810 '/pydf-check-disk-space-usage-wit':234 '/pydf-check-disk-space-usage-with-colored-output/)':237 '/ranger/ranger](https://github.com/ranger/ranger)':1672 '/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1792 '/rip':1060 '/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':77 '/rtorrent/](https://rakshasa.github.io/rtorrent/)':1263 '/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1317 '/sharkdp/fd](https://github.com/sharkdp/fd)':335 '/software/bash/](https://www.gnu.org/software/bash/)':1411 '/software/emacs/](https://www.gnu.org/software/emacs/)':578 '/starship/starship](https://github.com/starship/starship)suggested':1014 '/syllo/nvtop](https://github.com/syllo/nvtop)':187 '/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':467 '/tmp':1067 '/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':756 '/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':763 '/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1187,1211,1227,1238,1254,1321 '/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1463 '/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1752 '/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':60 '/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1398,1482,1652 '/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':370 '/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1303 '/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':242 '/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':924 '/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':320 '/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':960 '/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':830 '/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1736 '/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1268,1722 '/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':947,978 '/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1428 '/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':513 '/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1559,1695 '/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':644 '/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1764 '/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':760,845,896,992,1018,1030,1056,1076,1126 '/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':609 '/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':82,100,788,814,1572,1622,1852 '/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':454,1102,1164 '/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1351,1780,1797,1813,1873 '/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':556 '/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1830 '/wting/autojump](https://github.com/wting/autojump)':365 '/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1885 '/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':841 '/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1477 '0':1711 '11':270 '16':795 '2':1530 '256':797 '4':1684 '7z':1286 '8':794 '88':796 'accid':1204 'action':594 'actual':729 'ad':821,1673 'add':1890,1905,1926,1941 'addit':420,425 'address':290 'aim':612,1609 'akin':858 'allow':879,1129,1168,1434 'alot':817,832,1654 'also':743,937 'analyz':123 'anim':1805,1862 'anyth':674 'applic':1432 'approach':1217 'appropri':805 'argu':671 'argument':1150 'art':1817,1827,1856 'ascii':1804,1815,1826,1855 'atuin':407,408,440 'audio':1841 'auto':1489 'autojump':336,337 'automat':792 'avail':277 'averag':90 'avrag':205 'awk':861,1565 'base':45,585,590,634,1258 'bash':1399,1413,1416,1486 'basic':196,1536 'bastet':1753 'bat':1304 'behold':558 'bell':1508 'better':446 'bim':610,611 'bit':725 'blaze':997 'blazing-fast':996 'ble.sh':1412 'bob':727 'bonsai':1857 'bottom':101 'broot':1212 'brows':1132 'browser':1,8,27,47,1519,1527,1607 'browsh':2 'btop':260,261 'bug':1690 'bunch':1801 'byobu':815 'bz':1290 'bz2':1291 'c':873 'caca.zoy.org':1829 'caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1828 'cacademo':1798 'cach':279 'capabl':799 'cat':1306 'cbonsai':1853 'cd':899 'chart':807 'cheat':1165 'cheatsheet':1134,1175 'check':225 'child':570,693 'church':560 'clean':1387 'cli':718,951,1273,1785,1833 'client':1260,1836 'clock':181,1876,1879 'clone':1755 'cmatrix':1765 'cmd':331 'code':86 'color':85,230,790,798,806,1091 'color-cod':84 'command':169,361,373,390,424,713,854,1118,1146,1179,1331,1342,1521,1523,1657 'command-lin':853,1178 'commit':597 'communiti':457 'compliant':1468 'complic':475 'compress':1276 'config':1712 'configur':29,479,572,661,699 'connect':1438 'consol':1585 'context':421 'cool':1243,1365,1894,1919,1930,1955 'copi':1542 'core':104,199,305 'correct':1490 'cow':1740 'cowsay':1737 'cpu':103,105,198,303,304,306,308,1037 'crank':268 'creat':1171 'cross':255 'curl':1381 'curs':1589 'curv':657 'custom':1009 'customiz':267,548,1001,1514,1669 'd':742 'daemon':67 'dash':1464 'data':867,889 'databas':351,417 'decompress':1278 'default':274,470,1402 'delet':941,1201,1547 'depend':499,621,878 'detail':1370 'detect':793 'didnt':1328 'differ':252,532,1214 'digit':1878 'directori':354,935 'disk':109,110,121,133,213,226,929 'display':161,803,1153,1374 'distro':1682 'dl':36 'docker':1035 'download':286,1141,1838 'driven':458 'duf':211 'dynam':1152 'e.g':909 'easi':459 'easili':882,1111 'echo':1443 'edit':625,1446 'editor':322,472,522,584,652,1415 'electron':541 'emac':557,562 'email':949 'encrypt':431 'error':1371 'etc':1314 'everyth':1064 'except':1191 'execut':1145 'exist':411 'experi':626 'explor':938 'extens':630 'extern':620 'eza':1239 'fanci':736 'fast':120,998,1078,1472,1613,1715 'faster':340 'faster/easier':898 'fd':326,1094 'featur':617,822,1244,1308,1366,1703 'feel':1899,1935 'figlet':1814 'file':217,324,328,942,1246,1518,1526,1537,1545,1561,1575,1580,1606,1628,1632,1643,1705 'filesystem':345,908 'filter':884 'find':387,1112,1918,1954 'finder':329,375,462 'firefox':19 'fish':1483 'fishshell.com':1493,1495 'fishshell.com/)':1494 'fix':1336 'flag':1866 'flexibl':852 'fm.awk':1560 'folder':1068,1088,1220 'fork':767 'format':1281 'free':281,1900,1936 'friend':708,864 'frontend':1786 'full':1702 'full-featur':1701 'fulli':137,430 'fun/games':1723 'function':970 'fuzzi':372 'fzf':371 'gain':149 'gdu':118,127 'geeksforgeeks.org':233 'geeksforgeeks.org/pydf-check-disk-space-usage-wit':232 'generic':189 'get':1378 'git':966,1023,1379,1680 'github.com':76,116,155,171,186,222,258,314,334,364,377,405,449,466,603,638,755,762,840,891,918,972,1013,1025,1050,1070,1096,1120,1158,1182,1206,1222,1233,1249,1297,1316,1345,1423,1516,1567,1646,1671,1717,1730,1746,1759,1775,1791,1846,1884 'github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1774 'github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':917 'github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1422 'github.com/aristocratos/btop](https://github.com/aristocratos/btop)':313 'github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':448 'github.com/babarot/gomi](https://github.com/babarot/gomi)suggested':1205 'github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)':1729 'github.com/canop/broot](https://github.com/canop/broot)suggested':1221 'github.com/cantino/mcfly](https://github.com/cantino/mcfly)':404 'github.com/cheat/cheat](https://github.com/cheat/cheat)suggested':1181 'github.com/clementtsang/bottom](https://github.com/clementtsang/bottom)':115 'github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1119 'github.com/denisidoro/navi](https://github.com/denisidoro/navi)':1157 'github.com/dundee/gdu](https://github.com/dundee/gdu)':154 'github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':170 'github.com/eza-community/eza](https://github.com/eza-community/eza)suggested':1248 'github.com/fph/bastet/](https://github.com/fph/bastet/)suggested':1758 'github.com/gokcehan/lf](https://github.com/gokcehan/lf)':1645 'github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1566 'github.com/jarun/nnn](https://github.com/jarun/nnn)suggest':1716 'github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1049 'github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1024 'github.com/jonas/tig](https://github.com/jonas/tig)':971 'github.com/jqlang/jq](https://github.com/jqlang/jq)suggested':890 'github.com/junegunn/fzf](https://github.com/junegunn/fzf)':376 'github.com/klange/bim](https://github.com/klange/bim)':637 'github.com/mawww/kakoune](https://github.com/mawww/kakoune)':602 'github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1232 'github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1845 'github.com/muesli/duf](https://github.com/muesli/duf)':221 'github.com/nicolargo/glances](https://github.com/nicolargo/glances)':257 'github.com/nivekuil/rip](https://github.com/nivekuil/rip)':1069 'github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)':1344 'github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1095 'github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1515 'github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)':1296 'github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)':1745 'github.com/ranger/ranger](https://github.com/ranger/ranger)':1670 'github.com/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1790 'github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':75 'github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1315 'github.com/sharkdp/fd](https://github.com/sharkdp/fd)':333 'github.com/starship/starship](https://github.com/starship/starship)suggested':1012 'github.com/syllo/nvtop](https://github.com/syllo/nvtop)':185 'github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':465 'github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':754 'github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':761 'github.com/wting/autojump](https://github.com/wting/autojump)':363 'github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1883 'github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':839 'gitlab.com':1868 'gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1867 'glace':243 'go':126,1636 'goe':1065 'gomi':1188 'gondor.apana.org.au':1476 'gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1475 'good':1915,1951 'got':695 'gpu':177,179 'graph':87 'grep':862 'gz':1287 'hard':747 'hdds':142 'heavi':1639 'helix':514 'helix-editor.com':549,551 'helix-editor.com/)suggested':550 'hey':1323 'high':547,752,1668 'highest':73 'highlight':1311 'histori':385,413,435 'howev':141 'htop':188,247,264 'htop.dev':207,209 'htop.dev/)':208 'http':1377 'huge':153 'icon':1247 'imag':10 'improv':1059 'incred':1714 'infinit':1000 'info':166 'inigo.katxi.org':1599 'inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1598 'inspir':1640 'instal':1678 'intellig':1441 'intend':129 'interact':962,1174 'interfac':284,1590 'intermitt':1437 'internet':780 'ip':289 'item':1085 'javascript':540 'job':483 'jq':846,847 'json':856,866 'jump':903 'kakoun':579,588 'keep':69 'keybind':745 'keystrok':1449 'l':1865 'lan':777 'lazi':394 'lazydock':1031 'lazygit':1019 'learn':656 'leav':1902,1938 'lecram.github.io':1617 'lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested':1616 'let':771,900,1007,1109 'lf':1623,1624 'licens':1375 'life':463 'light':1080 'lightweight':615,629,850 'like':50,246,263,443,491,564,685,818,833,1093,1245,1309,1485,1499,1655,1664,1770 'line':332,362,374,855,1180,1312,1414,1445 'link':43 'links.twibright.com':52,54 'links.twibright.com/)':53 'linux.die.net':1807 'linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1806 'list':1156,1627,1898,1934 'littl':1854 'lmao':403 'lmf':1573 'load':89,204,276 'local':1442 'locat':325 'lolcat':1724 'look':5,251,381,1769 'lot':49,245,697,723,968,1404,1506,1688 'love':1888,1924 'ls':1241,1390 'lynx':24,51 'lynx.browser.org':39,41 'lynx.browser.org/)':40 'lz4':1292 'lzma':1289 'machin':437 'main':531 'maintain':349,1143 'make':1725,1738,1766,1910,1946 'man':460,1773 'manag':720,984,1538,1562,1576,1581,1633,1644,1706 'manpages/examples':1113 'map':885 'markdown':1230 'master':648 'master-rac':647 'may':1137 'mcfli':379,444 'mdr':1228 'mean':538 'memori':107,180,201,275,278,280,282,295,1039 'ment':702 'messag':1372 'micro':488 'micro-editor.github.io':505,507 'micro-editor.github.io/)':506 'midnight':1520,1522,1656 'midnight-commander.org':1551,1553 'midnight-commander.org/)':1552 'minim':995 'modal':581 'modern':520,624,1240,1305 'modifi':16 'monitor':62,192 'mosh':1429 'mosh.org':1455,1457 'mosh.org/)':1456 'mount':215 'move':1084,1544 'mpv':32 'mr.hacker':1772 'much':294,928 'multiplex':732 'n':1698 'nano':468,492,565 'navi':1127,1128 'navig':343,1219 'ncdu':925 'ncurs':801 'near':1710 'neat':1803 'need':673 'neofetch':160 'neomutt':948 'neomutt.org':952,954 'neomutt.org/)':953 'neovim':529,682 'neovim.io':709,711 'neovim.io/)':710 'network':113,283,285,287 'new':1357,1920,1956 'nix':163 'nnn':1696,1697 'note':1674 'number':1313 'nushel':1353 'nvtop':173 'object':447 'oh':688 'old':3 'older':1685 'one':168,389 'option':428 'ouch':1269 'output':231,1092 'packag':631 'page':461 'pane':1531 'parallel':139 'pass':979 'password':983 'past':1543 'peopl':670 'perform':148 'permit':1200 'philosophi':601 'pic':911 'pipe':1835,1844 'pit':1454 'place':905,1916,1952 'platform':256 'play':1799,1840 'plugin':503,665,837 'point':216,668 'portabl':872,1615 'posix':1467 'posix-compli':1466 'post':519,1912,1948 'post-modern':518 'power':183,1579 'pretti':119 'prevoius':1341 'primarili':130 'process':112,140 'processor':857 'program':175,292,297,1167,1406,1895,1921,1931,1957 'prompt':1002 'provid':427,622,1440 'pull':1047 'put':913 'pydf':224 'python':1596 'quick':380,902 'race':649 'rainbow':1728 'rakshasa.github.io':1262 'rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)':1261 'ranger':1642,1653,1675 'ranger/lf':1216 'rar':1295 're':392 'realli':1364,1907,1914,1943,1950 'recommend':753 'record':66,419 'rememb':749 'remot':1430 'replac':409 'rm':1058,1062,1082,1190 'rm-improv':1057 'roam':1435 'rover':1601,1602 'rtorrent':1255 'run':13,291,535,1043,1659 'runtim':877 'rust':537,1107 'sad':1450 'saver':464 'say':1741 'school':4 'script':544 'sed':860 'select':592 'server':441 'sh.itjust.works':59,81,99,241,319,369,453,512,555,608,643,759,787,813,829,844,895,923,946,959,977,991,1017,1029,1055,1075,1101,1125,1163,1186,1210,1226,1237,1253,1267,1302,1320,1350,1397,1427,1462,1481,1558,1571,1621,1651,1694,1721,1735,1751,1763,1779,1796,1812,1851,1872 'sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1185,1209,1225,1236,1252,1319 'sh.itjust.works/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1461 'sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1750 'sh.itjust.works/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':58 'sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1396,1480,1650 'sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':368 'sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1301 'sh.itjust.works/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':240 'sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':922 'sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':318 'sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':958 'sh.itjust.works/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':828 'sh.itjust.works/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1734 'sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1266,1720 'sh.itjust.works/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':945,976 'sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1426 'sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':511 'sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1557,1693 'sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':642 'sh.itjust.works/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1762 'sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':758,843,894,990,1016,1028,1054,1074,1124 'sh.itjust.works/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':607 'sh.itjust.works/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':80,98,786,812,1570,1620,1850 'sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':452,1100,1162 'sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1349,1778,1795,1811,1871 'sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':554 'share':773 'shell':384,412,1005,1011,1352,1360,1417,1503 'show':102,174,197,212,272,926,1036 'similar':525 'simpl':575,1474,1612 'size':220 'slice':883 'small':1605 'someth':1202,1742 'somewhat':574 'space':214,227,930 'speed':182 'spotifi':1782,1784,1787 'spotify-tui':1781 'sqlite':416 'ssd':132 'st':1574 'standard':981 'starship':993 'static':495 'stepanzak@iusearchlinux.fyi':159 'stream':1837 'structur':888 'stuff':1539 'stupid':474 'subdirectori':939 'suggest':56,78,96,157,238,316,366,509,605,640,920,943,956,974,1052,1072,1098,1122,1147,1160,1264,1299,1347,1459,1478,1555,1648,1691,1732,1748,1793,1809,1848,1903,1939 'superfast':327 'support':11,504,838,1436 'swap':202 'synchronis':432 'syntax':1310 'system':61,64,165,191,218 'sz':1293 'tar':1284 'task':206 'tealdear':1103 'temperatur':114,184,309 'termin':6,25,44,190,582,731,775,789,963,1020,1032,1117,1257,1431,1550,1631,1704,1727,1744,1757,1768,1789,1882 'tetri':1754 'text':321,471,521,583,651,1816,1824 'thefuck':1322,1334 'tig':961 'time':92,312 'tini':1709 'tldr':455,1104,1108 'tmate':764 'tmate.io':781,783 'tmate.io/)suggested':782 'tmux':715,769,819,834 'toilet':1822 'tool':1274 'top':249 'torrent':1259 'track':70 'transform':887 'trash':1087,1194 'trashi':1077 'tree':1858 'tti':1875 'tty-clock':1874 'ttyload':83 'tui':1783 'turn':1823 'tweak':1421 'type':219,396,1329,1339,1358,1492 'ui':964,1021,1033,1388 'understand':741 'unix':600,982,1584 'upload':288 'uptim':63,65,74,203 'usag':106,108,111,122,176,178,228,1115 'use':31,299,356,932,1061,1407,1892,1928 'user':707,1448 'user-friend':706 'util':138,200,307,714 'v3.4':1597 'valu':1148 'various':1280 'version':17,1686 'vi':587 'via':330,438,800,950,1376,1549,1679,1756,1788,1880 'video':38 'view':1173 'viewer':1231 'vim':527,543,567,636,645,677,686,1500,1661,1665 'want':1908,1944 'way':341 'web':7,26,46 'weight':1081 'well':145,301,402,501,663,1383 'whistl':1510 'window':719 'word':737 'work':143,347 'would':751,1887,1923 'write':1138 'written':124,870,1563,1594,1634 'wrong':1332,1343 'www.brow.sh':20,22 'www.brow.sh/)':21 'www.byobu.org':823,825 'www.byobu.org/)suggested':824 'www.figlet.org':1818,1820 'www.figlet.org/)':1819 'www.geeksforgeeks.org':236 'www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)':235 'www.gnu.org':577,1410 'www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)':1409 'www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)':576 'www.nano-editor.org':484,486 'www.nano-editor.org/)':485 'www.nushell.sh':1391,1393 'www.nushell.sh/)suggested':1392 'www.passwordstore.org':985,987 'www.passwordstore.org/)suggested':986 'www.vim.org':678,680 'www.vim.org/)':679 'xz':1288 'yeah':1325 'yewtub':1831 'youtub':35,1834,1843 'youtube-dl':34 'z':910 'zellij':831 'zero':876 'zhar.net':94,809 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':93 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':808 'zip':1285 'zoxid':897 'zsh':690,1497 'zst':1294"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704057448
+visibility: "visible "
+apId: "https://sh.itjust.works/post/11871260"
+editedAt: DateTimeImmutable @1719089751 {#2853
date: 2024-06-22 22:55:51.0 +02:00
}
+createdAt: DateTimeImmutable @1703971048 {#2832
date: 2023-12-30 22:17:28.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 5 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 6 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2206
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2202
+user: Proxies\__CG__\App\Entity\User {#2872 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#2874 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2875 …}
+slug: "Terminal-Utility-Mega-list"
+title: "Terminal Utility Mega list!"
+url: "https://sh.itjust.works/pictrs/image/4b26679f-bb00-4849-a04b-a28835fabb74.png"
+body: """
[Browsers]\n
============\n
\n
Browsh\n
------\n
\n
old school looking terminal web browser with image support that runs on a modified version of Firefox [www.brow.sh](https://www.brow.sh/)\n
\n
Lynx\n
----\n
\n
Terminal web browser (can configure to use MPV or YouTube-dl for videos) [lynx.browser.org](https://lynx.browser.org/)\n
\n
Links\n
-----\n
\n
Terminal based web browser a lot like lynx [links.twibright.com](http://links.twibright.com/)\n
\n
suggested by [sh.itjust.works/u/Buck@lemmy.world](https://sh.itjust.works/u/Buck@lemmy.world)\n
\n
[System Monitoring]\n
=====================\n
\n
uptimed\n
-------\n
\n
System uptime record daemon that keeps track of your highest uptimes [github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
TTYload\n
-------\n
\n
color-coded graph of load averages over time [zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Bottom\n
------\n
\n
shows CPU cores, CPU usage, Memory usage, Disks, Disk usage, Processes, Network, Temperature. [github.com/ClementTsang/bottom](https://github.com/ClementTsang/bottom)\n
\n
gdu\n
---\n
\n
Pretty fast disk usage analyzer written in Go.\n
\n
Gdu is intended primarily for SSD disks where it can fully utilize parallel processing. However HDDs work as well, but the performance gain is not so huge.\n
\n
[github.com/dundee/gdu](https://github.com/dundee/gdu)\n
\n
suggested by @stepanzak@iusearchlinux.fyi\n
\n
neofetch\n
--------\n
\n
display your *NIX and system info with one command! [github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)\n
\n
nvtop\n
-----\n
\n
Shows Program usage, GPU usage, GPU memory, Clock speeds, Power, Temperature, [github.com/Syllo/nvtop](https://github.com/Syllo/nvtop)\n
\n
Htop\n
----\n
\n
generic terminal system monitor and is very basic Shows CPU core util, Memory, Swap, Uptime, Load avrage, Tasks [htop.dev](https://htop.dev/)\n
\n
duf\n
---\n
\n
Shows disks space, Mounted point, File system type, Size [github.com/muesli/duf](https://github.com/muesli/duf)\n
\n
Pydf\n
----\n
\n
Check disk space usage with colored output [geeksforgeeks.org/pydf-check-disk-space-usage-wit…](https://www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)\n
\n
suggested by [sh.itjust.works/u/easeKItMAn@lemmy.world](https://sh.itjust.works/u/easeKItMAn@lemmy.world)\n
\n
Glacees\n
-------\n
\n
A lot like Htop or top but looks different and is cross platform. [github.com/nicolargo/glances](https://github.com/nicolargo/glances)\n
\n
Btop\n
----\n
\n
Btop is like Htop but with customizability cranked to 11, it shows by default, Memory load, Available Memory, Cached Memory, Free Memory, Network interface, Network Download, Network Upload, IP address, Running Programs, How much memory the Programs are using as well as CPU, CPU cores, CPU util, CPU Temperature, and the time. [github.com/aristocratos/btop](https://github.com/aristocratos/btop)\n
\n
Suggested by [sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)\n
\n
[Text Editors and file location]\n
==================================\n
\n
fd\n
--\n
\n
Superfast file finder Via cmd line. [github.com/sharkdp/fd](https://github.com/sharkdp/fd)\n
\n
Autojump\n
--------\n
\n
autojump is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line. [github.com/wting/autojump](https://github.com/wting/autojump)\n
\n
suggested by [sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)\n
\n
fzf\n
---\n
\n
Fuzzy command line finder [github.com/junegunn/fzf](https://github.com/junegunn/fzf)\n
\n
mcfly\n
-----\n
\n
quickly look through your shell history, to find that one command you’re too lazy to type again (I do it as well LMAO) [github.com/cantino/mcfly](https://github.com/cantino/mcfly)\n
\n
Atuin\n
-----\n
\n
Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server. (its like mcfly but better objectively)\n
\n
[github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
TLDR\n
----\n
\n
a community driven easy man page finder. (life saver) [github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)\n
\n
Nano\n
----\n
\n
The default text editor, not stupid complicated not. not very configurable but does the job [www.nano-editor.org](https://www.nano-editor.org/)\n
\n
Micro\n
-----\n
\n
it’s like Nano but is static and has no dependency as well as plugin support. [micro-editor.github.io](https://micro-editor.github.io/)\n
\n
Suggested by [sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)\n
\n
Helix\n
-----\n
\n
It’s a post-modern text editor that is similar to VIM or Neovim the main difference is it runs on Rust meaning No JavaScript, Electron or Vim Script and is highly customizable!\n
\n
[helix-editor.com](https://helix-editor.com/)Suggested by [sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)\n
\n
Emacs\n
-----\n
\n
Behold the Church of Emacs, its like nano and vim had a child. its configurable and somewhat simple [www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)\n
\n
Kakoune\n
-------\n
\n
A modal terminal text editor based on Vi. Kakoune is based on selection before action and is committed to the unix Philosophy [github.com/mawww/kakoune](https://github.com/mawww/kakoune)\n
\n
suggested by [sh.itjust.works/u/RAM@discuss.tchncs.de](https://sh.itjust.works/u/RAM@discuss.tchncs.de)\n
\n
Bim\n
---\n
\n
Bim aims to be lightweight and featureful with no external* dependencies, providing a modern editing experience in a lightweight, extensible package and is based on VIM [github.com/klange/bim](https://github.com/klange/bim)\n
\n
suggested by [sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)\n
\n
Vim\n
---\n
\n
The master-race of text editors that has a learning curve but is very configurable as well as plugins, to the point so people argue why need anything other than VIM [www.vim.org](https://www.vim.org/)\n
\n
Neovim\n
------\n
\n
it’s like vim and Oh my ZSH had a child, its got a lot of configurability and is ment to be more user-friendly [neovim.io](https://neovim.io/)\n
\n
[Command utilities]\n
=====================\n
\n
Tmux\n
----\n
\n
its a CLI window, manager with a lot of bits and bobs. its actually a terminal multiplexer which is a fancy word i don’t understand :D Also the keybindings are hard to remember and would highly recommend [github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
[github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)\n
\n
tmate\n
-----\n
\n
its a fork of tmux that lets your share your terminal over LAN or the internet [tmate.io](https://tmate.io/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Terminal colors\n
---------------\n
\n
```\n
\n
<span style="color:#323232;">It automatically detects 8, 16, 88, 256 color capabilities (via ncurses)\n
</span><span style="color:#323232;">and displays the appropriate color charts.\n
</span>\n
```\n
\n
[zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
byobu\n
-----\n
\n
its alot like tmux with added features [www.byobu.org](https://www.byobu.org/)suggested by [sh.itjust.works/u/Geert@lemmy.world](https://sh.itjust.works/u/Geert@lemmy.world)\n
\n
zellij\n
------\n
\n
Alot like Tmux and has plugin support [github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
jq\n
--\n
\n
jq is a lightweight and flexible command-line JSON processor akin to sed,awk,grep, and friends for JSON data. It’s written in portable C and has zero runtime dependencies, allowing you to easily slice, filter, map, and transform structured data. [github.com/jqlang/jq](https://github.com/jqlang/jq)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
zoxide\n
------\n
\n
faster/easier cd lets you quickly jump to places in your filesystem. E.g. z pic will put you in ~/Pictures. [github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)\n
\n
suggested by [sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)\n
\n
ncdu\n
----\n
\n
shows how much disk space is used by each directory, can also explore subdirectories and delete files suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
neomutt\n
-------\n
\n
email via cli! [neomutt.org](https://neomutt.org/)\n
\n
suggested by [sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)\n
-----------------------------------------------------------------------------------------------\n
\n
tig\n
---\n
\n
interactive terminal UI for git with lots of functionality [github.com/jonas/tig](https://github.com/jonas/tig)\n
\n
suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
pass\n
----\n
\n
the standard Unix password manager [www.passwordstore.org](https://www.passwordstore.org/)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Starship\n
--------\n
\n
The minimal, blazing-fast, and infinitely customizable prompt for any shell! (its lets you customize your shell) [github.com/starship/starship](https://github.com/starship/starship)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazygit\n
-------\n
\n
Terminal UI for git [github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazydocker\n
----------\n
\n
Terminal ui for docker, Shows CPU and memory, and what’s running and where its pulled from. [github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)\n
\n
Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
RM-improved/RIP\n
---------------\n
\n
Use RM but everything goes to /tmp folder [github.com/nivekuil/rip](https://github.com/nivekuil/rip)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Trashy\n
------\n
\n
fast and light weight RM that moves items to trash folder and has colorized outputs like FD. [github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
tealdear\n
--------\n
\n
tldr but in rust (tldr lets your easily find manpages/examples and usage for terminal command) [github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Navi\n
----\n
\n
navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands. Suggested values for arguments are dynamically displayed in a list. [github.com/denisidoro/navi](https://github.com/denisidoro/navi)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
Cheat\n
-----\n
\n
this program allows you to create and view interactive cheatsheets on the command-line. [github.com/cheat/cheat](https://github.com/cheat/cheat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
gomi\n
----\n
\n
its RM except has a trash can so you don’t permitly delete something by accident \n
[github.com/babarot/gomi](https://github.com/babarot/gomi)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
broot\n
-----\n
\n
a different than ranger/lf approach to navigating folders [github.com/Canop/broot](https://github.com/Canop/broot)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
mdr\n
---\n
\n
a markdown viewer [github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
eza\n
---\n
\n
modern ls, with cool features like file icons [github.com/eza-community/eza](https://github.com/eza-community/eza)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
Rtorrent\n
--------\n
\n
a terminal based torrent client [rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)\n
\n
suggested by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
ouch\n
----\n
\n
It’s a CLI tool for compressing and decompressing for various formats. such as .tar .zip 7z .gz .xz .lzma .bz .bz2 .lz4 .sz .zst .rar [github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)\n
\n
suggested by [sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)\n
\n
bat\n
---\n
\n
modern cat, with features like syntax highlighting, line numbers, etc [github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
thefuck\n
-------\n
\n
hey you!, yeah you I DIDNT TYPE THAT COMMAND WRONG! with thefuck it fixes when you type a prevoius command wrong [github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
[Shells]\n
==========\n
\n
Nushell\n
-------\n
\n
it is a new type of shell that has some really cool features such as more detailed error messages and displays licenses via HTTP get, git or curl As well as a more clean UI for ls. [www.nushell.sh](https://www.nushell.sh/)suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Bash\n
----\n
\n
its the default and lots of programs use it, [www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)\n
\n
ble.sh\n
------\n
\n
Bash Line Editor, bash Shell with a few tweaks [github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested by [sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)\n
\n
Mosh\n
----\n
\n
Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. (sadly there is no pit) [mosh.org](https://mosh.org/)\n
\n
suggested by [sh.itjust.works/u/Bitflip@lemmy.ml](https://sh.itjust.works/u/Bitflip@lemmy.ml)\n
\n
DASH\n
----\n
\n
a POSIX-compliant /bin/sh that is fast and simple [gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Fish\n
----\n
\n
its like bash but has auto correct for typing [fishshell.com](https://fishshell.com/)\n
\n
Zsh\n
---\n
\n
its like vim for a shell, it has lots of bells and whistles and is very customizable. [github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH)\n
\n
[File Browsers]\n
=================\n
\n
Midnight Commander\n
------------------\n
\n
Midnight commander is a file Browser that has 2 panes where you can do basic file manager stuff such as Copy, Pasting, moving files, and Deleting all Via Terminal!\n
\n
[midnight-commander.org](https://midnight-commander.org/)\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
Fm.awk\n
------\n
\n
File manager written in awk [github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
lmf\n
---\n
\n
st File Manager is a powerful file manager for the UNIX console. It has a curses interface and it’s written in Python v3.4+. [inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)\n
\n
Rover\n
-----\n
\n
Rover is a small file browser that aims to be simple, fast and portable. [lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
LF\n
--\n
\n
lf (as in “list files”) is a terminal file manager written in Go with a heavy inspiration from ranger file manager. [github.com/gokcehan/lf](https://github.com/gokcehan/lf)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Ranger\n
------\n
\n
Alot like Midnight Commander but running on VIM, and just like VIM it is highly customizable \n
[github.com/ranger/ranger](https://github.com/ranger/ranger)\n
\n
----added note ranger should be installed via git most distros have 4+ older versions and lots of bugs\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
nnn\n
---\n
\n
nnn (n³) is a full-featured terminal file manager. It’s tiny, nearly 0-config and incredibly fast. [github.com/jarun/nnn](https://github.com/jarun/nnn)suggest by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
[Fun/games]\n
=============\n
\n
lolcat\n
------\n
\n
make your terminal rainbow [github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)\n
\n
suggested by [sh.itjust.works/u/GentooIsBased@lemmy.ml](https://sh.itjust.works/u/GentooIsBased@lemmy.ml)\n
\n
Cowsay\n
------\n
\n
make a cow say something in Terminal! [github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)\n
\n
Suggested by [sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)\n
\n
Bastet\n
------\n
\n
Tetris clone via terminal [github.com/fph/bastet/](https://github.com/fph/bastet/)suggested by [sh.itjust.works/u/pastaPersona@lemmy.world](https://sh.itjust.works/u/pastaPersona@lemmy.world)\n
\n
Cmatrix\n
-------\n
\n
make your terminal look like your mr.hacker man [github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
spotify-tui\n
-----------\n
\n
Spotify CLI frontend (Spotify via terminal) [github.com/Rigellute/spotify-tui](https://github.com/Rigellute/spotify-tui)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
cacademo\n
--------\n
\n
plays a bunch of neat ASCII animations [linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
figlet\n
------\n
\n
ASCII text art. [www.figlet.org](http://www.figlet.org/)\n
\n
toilet\n
------\n
\n
turn text into ASCII art. [caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)\n
\n
Yewtube\n
-------\n
\n
a cli youtube piped client, stream, download and play audio from YouTube piped. [github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
cbonsai\n
-------\n
\n
Little ASCII art bonsai tree that can be animated with the -l flag [gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
tty-clock\n
---------\n
\n
a digital clock via your terminal! [github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 111
+favouriteCount: 527
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719459439 {#2867
date: 2024-06-27 05:37:19.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@stepanzak@iusearchlinux.fyi"
]
+comments: Doctrine\ORM\PersistentCollection {#2876 …}
+votes: Doctrine\ORM\PersistentCollection {#2878 …}
+reports: Doctrine\ORM\PersistentCollection {#2880 …}
+favourites: Doctrine\ORM\PersistentCollection {#2882 …}
+notifications: Doctrine\ORM\PersistentCollection {#2884 …}
+badges: Doctrine\ORM\PersistentCollection {#2886 …}
+children: [
App\Entity\EntryComment {#2206}
]
-id: 25931
-titleTs: "'list':4 'mega':3 'termin':1 'util':2"
-bodyTs: "'/)':23,42,55,210,487,508,681,712,955,1458,1496,1554,1821 '/)suggested':552,784,826,988,1394 '/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1776 '/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':919 '/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1424 '/aristocratos/btop](https://github.com/aristocratos/btop)':315 '/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':450 '/babarot/gomi](https://github.com/babarot/gomi)suggested':1207 '/bin/sh':1469 '/busyloop/lolcat](https://github.com/busyloop/lolcat)':1731 '/canop/broot](https://github.com/canop/broot)suggested':1223 '/cantino/mcfly](https://github.com/cantino/mcfly)':406 '/cheat/cheat](https://github.com/cheat/cheat)suggested':1183 '/clementtsang/bottom](https://github.com/clementtsang/bottom)':117 '/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1121 '/denisidoro/navi](https://github.com/denisidoro/navi)':1159 '/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1600 '/dundee/gdu](https://github.com/dundee/gdu)':156 '/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':172 '/eza-community/eza](https://github.com/eza-community/eza)suggested':1250 '/fph/bastet/](https://github.com/fph/bastet/)suggested':1760 '/gokcehan/lf](https://github.com/gokcehan/lf)':1647 '/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1568 '/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1869 '/jarun/nnn](https://github.com/jarun/nnn)suggest':1718 '/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1051 '/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1026 '/jonas/tig](https://github.com/jonas/tig)':973 '/jqlang/jq](https://github.com/jqlang/jq)suggested':892 '/junegunn/fzf](https://github.com/junegunn/fzf)':378 '/klange/bim](https://github.com/klange/bim)':639 '/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1808 '/mawww/kakoune](https://github.com/mawww/kakoune)':604 '/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1234 '/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1847 '/muesli/duf](https://github.com/muesli/duf)':223 '/nicolargo/glances](https://github.com/nicolargo/glances)':259 '/nivekuil/rip](https://github.com/nivekuil/rip)':1071 '/nvbn/thefuck](https://github.com/nvbn/thefuck)':1346 '/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1097 '/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1517 '/ouch-org/ouch](https://github.com/ouch-org/ouch)':1298 '/p/rover/](https://lecram.github.io/p/rover/)suggested':1618 '/pictures':916 '/piuccio/cowsay](https://github.com/piuccio/cowsay)':1747 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':95 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':810 '/pydf-check-disk-space-usage-wit':234 '/pydf-check-disk-space-usage-with-colored-output/)':237 '/ranger/ranger](https://github.com/ranger/ranger)':1672 '/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1792 '/rip':1060 '/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':77 '/rtorrent/](https://rakshasa.github.io/rtorrent/)':1263 '/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1317 '/sharkdp/fd](https://github.com/sharkdp/fd)':335 '/software/bash/](https://www.gnu.org/software/bash/)':1411 '/software/emacs/](https://www.gnu.org/software/emacs/)':578 '/starship/starship](https://github.com/starship/starship)suggested':1014 '/syllo/nvtop](https://github.com/syllo/nvtop)':187 '/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':467 '/tmp':1067 '/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':756 '/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':763 '/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1187,1211,1227,1238,1254,1321 '/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1463 '/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1752 '/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':60 '/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1398,1482,1652 '/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':370 '/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1303 '/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':242 '/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':924 '/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':320 '/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':960 '/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':830 '/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1736 '/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1268,1722 '/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':947,978 '/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1428 '/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':513 '/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1559,1695 '/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':644 '/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1764 '/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':760,845,896,992,1018,1030,1056,1076,1126 '/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':609 '/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':82,100,788,814,1572,1622,1852 '/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':454,1102,1164 '/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1351,1780,1797,1813,1873 '/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':556 '/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1830 '/wting/autojump](https://github.com/wting/autojump)':365 '/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1885 '/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':841 '/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1477 '0':1711 '11':270 '16':795 '2':1530 '256':797 '4':1684 '7z':1286 '8':794 '88':796 'accid':1204 'action':594 'actual':729 'ad':821,1673 'add':1890,1905,1926,1941 'addit':420,425 'address':290 'aim':612,1609 'akin':858 'allow':879,1129,1168,1434 'alot':817,832,1654 'also':743,937 'analyz':123 'anim':1805,1862 'anyth':674 'applic':1432 'approach':1217 'appropri':805 'argu':671 'argument':1150 'art':1817,1827,1856 'ascii':1804,1815,1826,1855 'atuin':407,408,440 'audio':1841 'auto':1489 'autojump':336,337 'automat':792 'avail':277 'averag':90 'avrag':205 'awk':861,1565 'base':45,585,590,634,1258 'bash':1399,1413,1416,1486 'basic':196,1536 'bastet':1753 'bat':1304 'behold':558 'bell':1508 'better':446 'bim':610,611 'bit':725 'blaze':997 'blazing-fast':996 'ble.sh':1412 'bob':727 'bonsai':1857 'bottom':101 'broot':1212 'brows':1132 'browser':1,8,27,47,1519,1527,1607 'browsh':2 'btop':260,261 'bug':1690 'bunch':1801 'byobu':815 'bz':1290 'bz2':1291 'c':873 'caca.zoy.org':1829 'caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1828 'cacademo':1798 'cach':279 'capabl':799 'cat':1306 'cbonsai':1853 'cd':899 'chart':807 'cheat':1165 'cheatsheet':1134,1175 'check':225 'child':570,693 'church':560 'clean':1387 'cli':718,951,1273,1785,1833 'client':1260,1836 'clock':181,1876,1879 'clone':1755 'cmatrix':1765 'cmd':331 'code':86 'color':85,230,790,798,806,1091 'color-cod':84 'command':169,361,373,390,424,713,854,1118,1146,1179,1331,1342,1521,1523,1657 'command-lin':853,1178 'commit':597 'communiti':457 'compliant':1468 'complic':475 'compress':1276 'config':1712 'configur':29,479,572,661,699 'connect':1438 'consol':1585 'context':421 'cool':1243,1365,1894,1919,1930,1955 'copi':1542 'core':104,199,305 'correct':1490 'cow':1740 'cowsay':1737 'cpu':103,105,198,303,304,306,308,1037 'crank':268 'creat':1171 'cross':255 'curl':1381 'curs':1589 'curv':657 'custom':1009 'customiz':267,548,1001,1514,1669 'd':742 'daemon':67 'dash':1464 'data':867,889 'databas':351,417 'decompress':1278 'default':274,470,1402 'delet':941,1201,1547 'depend':499,621,878 'detail':1370 'detect':793 'didnt':1328 'differ':252,532,1214 'digit':1878 'directori':354,935 'disk':109,110,121,133,213,226,929 'display':161,803,1153,1374 'distro':1682 'dl':36 'docker':1035 'download':286,1141,1838 'driven':458 'duf':211 'dynam':1152 'e.g':909 'easi':459 'easili':882,1111 'echo':1443 'edit':625,1446 'editor':322,472,522,584,652,1415 'electron':541 'emac':557,562 'email':949 'encrypt':431 'error':1371 'etc':1314 'everyth':1064 'except':1191 'execut':1145 'exist':411 'experi':626 'explor':938 'extens':630 'extern':620 'eza':1239 'fanci':736 'fast':120,998,1078,1472,1613,1715 'faster':340 'faster/easier':898 'fd':326,1094 'featur':617,822,1244,1308,1366,1703 'feel':1899,1935 'figlet':1814 'file':217,324,328,942,1246,1518,1526,1537,1545,1561,1575,1580,1606,1628,1632,1643,1705 'filesystem':345,908 'filter':884 'find':387,1112,1918,1954 'finder':329,375,462 'firefox':19 'fish':1483 'fishshell.com':1493,1495 'fishshell.com/)':1494 'fix':1336 'flag':1866 'flexibl':852 'fm.awk':1560 'folder':1068,1088,1220 'fork':767 'format':1281 'free':281,1900,1936 'friend':708,864 'frontend':1786 'full':1702 'full-featur':1701 'fulli':137,430 'fun/games':1723 'function':970 'fuzzi':372 'fzf':371 'gain':149 'gdu':118,127 'geeksforgeeks.org':233 'geeksforgeeks.org/pydf-check-disk-space-usage-wit':232 'generic':189 'get':1378 'git':966,1023,1379,1680 'github.com':76,116,155,171,186,222,258,314,334,364,377,405,449,466,603,638,755,762,840,891,918,972,1013,1025,1050,1070,1096,1120,1158,1182,1206,1222,1233,1249,1297,1316,1345,1423,1516,1567,1646,1671,1717,1730,1746,1759,1775,1791,1846,1884 'github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1774 'github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':917 'github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1422 'github.com/aristocratos/btop](https://github.com/aristocratos/btop)':313 'github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':448 'github.com/babarot/gomi](https://github.com/babarot/gomi)suggested':1205 'github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)':1729 'github.com/canop/broot](https://github.com/canop/broot)suggested':1221 'github.com/cantino/mcfly](https://github.com/cantino/mcfly)':404 'github.com/cheat/cheat](https://github.com/cheat/cheat)suggested':1181 'github.com/clementtsang/bottom](https://github.com/clementtsang/bottom)':115 'github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1119 'github.com/denisidoro/navi](https://github.com/denisidoro/navi)':1157 'github.com/dundee/gdu](https://github.com/dundee/gdu)':154 'github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':170 'github.com/eza-community/eza](https://github.com/eza-community/eza)suggested':1248 'github.com/fph/bastet/](https://github.com/fph/bastet/)suggested':1758 'github.com/gokcehan/lf](https://github.com/gokcehan/lf)':1645 'github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1566 'github.com/jarun/nnn](https://github.com/jarun/nnn)suggest':1716 'github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1049 'github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1024 'github.com/jonas/tig](https://github.com/jonas/tig)':971 'github.com/jqlang/jq](https://github.com/jqlang/jq)suggested':890 'github.com/junegunn/fzf](https://github.com/junegunn/fzf)':376 'github.com/klange/bim](https://github.com/klange/bim)':637 'github.com/mawww/kakoune](https://github.com/mawww/kakoune)':602 'github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1232 'github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1845 'github.com/muesli/duf](https://github.com/muesli/duf)':221 'github.com/nicolargo/glances](https://github.com/nicolargo/glances)':257 'github.com/nivekuil/rip](https://github.com/nivekuil/rip)':1069 'github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)':1344 'github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1095 'github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1515 'github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)':1296 'github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)':1745 'github.com/ranger/ranger](https://github.com/ranger/ranger)':1670 'github.com/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1790 'github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':75 'github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1315 'github.com/sharkdp/fd](https://github.com/sharkdp/fd)':333 'github.com/starship/starship](https://github.com/starship/starship)suggested':1012 'github.com/syllo/nvtop](https://github.com/syllo/nvtop)':185 'github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':465 'github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':754 'github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':761 'github.com/wting/autojump](https://github.com/wting/autojump)':363 'github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1883 'github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':839 'gitlab.com':1868 'gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1867 'glace':243 'go':126,1636 'goe':1065 'gomi':1188 'gondor.apana.org.au':1476 'gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1475 'good':1915,1951 'got':695 'gpu':177,179 'graph':87 'grep':862 'gz':1287 'hard':747 'hdds':142 'heavi':1639 'helix':514 'helix-editor.com':549,551 'helix-editor.com/)suggested':550 'hey':1323 'high':547,752,1668 'highest':73 'highlight':1311 'histori':385,413,435 'howev':141 'htop':188,247,264 'htop.dev':207,209 'htop.dev/)':208 'http':1377 'huge':153 'icon':1247 'imag':10 'improv':1059 'incred':1714 'infinit':1000 'info':166 'inigo.katxi.org':1599 'inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1598 'inspir':1640 'instal':1678 'intellig':1441 'intend':129 'interact':962,1174 'interfac':284,1590 'intermitt':1437 'internet':780 'ip':289 'item':1085 'javascript':540 'job':483 'jq':846,847 'json':856,866 'jump':903 'kakoun':579,588 'keep':69 'keybind':745 'keystrok':1449 'l':1865 'lan':777 'lazi':394 'lazydock':1031 'lazygit':1019 'learn':656 'leav':1902,1938 'lecram.github.io':1617 'lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested':1616 'let':771,900,1007,1109 'lf':1623,1624 'licens':1375 'life':463 'light':1080 'lightweight':615,629,850 'like':50,246,263,443,491,564,685,818,833,1093,1245,1309,1485,1499,1655,1664,1770 'line':332,362,374,855,1180,1312,1414,1445 'link':43 'links.twibright.com':52,54 'links.twibright.com/)':53 'linux.die.net':1807 'linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1806 'list':1156,1627,1898,1934 'littl':1854 'lmao':403 'lmf':1573 'load':89,204,276 'local':1442 'locat':325 'lolcat':1724 'look':5,251,381,1769 'lot':49,245,697,723,968,1404,1506,1688 'love':1888,1924 'ls':1241,1390 'lynx':24,51 'lynx.browser.org':39,41 'lynx.browser.org/)':40 'lz4':1292 'lzma':1289 'machin':437 'main':531 'maintain':349,1143 'make':1725,1738,1766,1910,1946 'man':460,1773 'manag':720,984,1538,1562,1576,1581,1633,1644,1706 'manpages/examples':1113 'map':885 'markdown':1230 'master':648 'master-rac':647 'may':1137 'mcfli':379,444 'mdr':1228 'mean':538 'memori':107,180,201,275,278,280,282,295,1039 'ment':702 'messag':1372 'micro':488 'micro-editor.github.io':505,507 'micro-editor.github.io/)':506 'midnight':1520,1522,1656 'midnight-commander.org':1551,1553 'midnight-commander.org/)':1552 'minim':995 'modal':581 'modern':520,624,1240,1305 'modifi':16 'monitor':62,192 'mosh':1429 'mosh.org':1455,1457 'mosh.org/)':1456 'mount':215 'move':1084,1544 'mpv':32 'mr.hacker':1772 'much':294,928 'multiplex':732 'n':1698 'nano':468,492,565 'navi':1127,1128 'navig':343,1219 'ncdu':925 'ncurs':801 'near':1710 'neat':1803 'need':673 'neofetch':160 'neomutt':948 'neomutt.org':952,954 'neomutt.org/)':953 'neovim':529,682 'neovim.io':709,711 'neovim.io/)':710 'network':113,283,285,287 'new':1357,1920,1956 'nix':163 'nnn':1696,1697 'note':1674 'number':1313 'nushel':1353 'nvtop':173 'object':447 'oh':688 'old':3 'older':1685 'one':168,389 'option':428 'ouch':1269 'output':231,1092 'packag':631 'page':461 'pane':1531 'parallel':139 'pass':979 'password':983 'past':1543 'peopl':670 'perform':148 'permit':1200 'philosophi':601 'pic':911 'pipe':1835,1844 'pit':1454 'place':905,1916,1952 'platform':256 'play':1799,1840 'plugin':503,665,837 'point':216,668 'portabl':872,1615 'posix':1467 'posix-compli':1466 'post':519,1912,1948 'post-modern':518 'power':183,1579 'pretti':119 'prevoius':1341 'primarili':130 'process':112,140 'processor':857 'program':175,292,297,1167,1406,1895,1921,1931,1957 'prompt':1002 'provid':427,622,1440 'pull':1047 'put':913 'pydf':224 'python':1596 'quick':380,902 'race':649 'rainbow':1728 'rakshasa.github.io':1262 'rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)':1261 'ranger':1642,1653,1675 'ranger/lf':1216 'rar':1295 're':392 'realli':1364,1907,1914,1943,1950 'recommend':753 'record':66,419 'rememb':749 'remot':1430 'replac':409 'rm':1058,1062,1082,1190 'rm-improv':1057 'roam':1435 'rover':1601,1602 'rtorrent':1255 'run':13,291,535,1043,1659 'runtim':877 'rust':537,1107 'sad':1450 'saver':464 'say':1741 'school':4 'script':544 'sed':860 'select':592 'server':441 'sh.itjust.works':59,81,99,241,319,369,453,512,555,608,643,759,787,813,829,844,895,923,946,959,977,991,1017,1029,1055,1075,1101,1125,1163,1186,1210,1226,1237,1253,1267,1302,1320,1350,1397,1427,1462,1481,1558,1571,1621,1651,1694,1721,1735,1751,1763,1779,1796,1812,1851,1872 'sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1185,1209,1225,1236,1252,1319 'sh.itjust.works/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1461 'sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1750 'sh.itjust.works/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':58 'sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1396,1480,1650 'sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':368 'sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1301 'sh.itjust.works/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':240 'sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':922 'sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':318 'sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':958 'sh.itjust.works/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':828 'sh.itjust.works/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1734 'sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1266,1720 'sh.itjust.works/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':945,976 'sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1426 'sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':511 'sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1557,1693 'sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':642 'sh.itjust.works/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1762 'sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':758,843,894,990,1016,1028,1054,1074,1124 'sh.itjust.works/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':607 'sh.itjust.works/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':80,98,786,812,1570,1620,1850 'sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':452,1100,1162 'sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1349,1778,1795,1811,1871 'sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':554 'share':773 'shell':384,412,1005,1011,1352,1360,1417,1503 'show':102,174,197,212,272,926,1036 'similar':525 'simpl':575,1474,1612 'size':220 'slice':883 'small':1605 'someth':1202,1742 'somewhat':574 'space':214,227,930 'speed':182 'spotifi':1782,1784,1787 'spotify-tui':1781 'sqlite':416 'ssd':132 'st':1574 'standard':981 'starship':993 'static':495 'stepanzak@iusearchlinux.fyi':159 'stream':1837 'structur':888 'stuff':1539 'stupid':474 'subdirectori':939 'suggest':56,78,96,157,238,316,366,509,605,640,920,943,956,974,1052,1072,1098,1122,1147,1160,1264,1299,1347,1459,1478,1555,1648,1691,1732,1748,1793,1809,1848,1903,1939 'superfast':327 'support':11,504,838,1436 'swap':202 'synchronis':432 'syntax':1310 'system':61,64,165,191,218 'sz':1293 'tar':1284 'task':206 'tealdear':1103 'temperatur':114,184,309 'termin':6,25,44,190,582,731,775,789,963,1020,1032,1117,1257,1431,1550,1631,1704,1727,1744,1757,1768,1789,1882 'tetri':1754 'text':321,471,521,583,651,1816,1824 'thefuck':1322,1334 'tig':961 'time':92,312 'tini':1709 'tldr':455,1104,1108 'tmate':764 'tmate.io':781,783 'tmate.io/)suggested':782 'tmux':715,769,819,834 'toilet':1822 'tool':1274 'top':249 'torrent':1259 'track':70 'transform':887 'trash':1087,1194 'trashi':1077 'tree':1858 'tti':1875 'tty-clock':1874 'ttyload':83 'tui':1783 'turn':1823 'tweak':1421 'type':219,396,1329,1339,1358,1492 'ui':964,1021,1033,1388 'understand':741 'unix':600,982,1584 'upload':288 'uptim':63,65,74,203 'usag':106,108,111,122,176,178,228,1115 'use':31,299,356,932,1061,1407,1892,1928 'user':707,1448 'user-friend':706 'util':138,200,307,714 'v3.4':1597 'valu':1148 'various':1280 'version':17,1686 'vi':587 'via':330,438,800,950,1376,1549,1679,1756,1788,1880 'video':38 'view':1173 'viewer':1231 'vim':527,543,567,636,645,677,686,1500,1661,1665 'want':1908,1944 'way':341 'web':7,26,46 'weight':1081 'well':145,301,402,501,663,1383 'whistl':1510 'window':719 'word':737 'work':143,347 'would':751,1887,1923 'write':1138 'written':124,870,1563,1594,1634 'wrong':1332,1343 'www.brow.sh':20,22 'www.brow.sh/)':21 'www.byobu.org':823,825 'www.byobu.org/)suggested':824 'www.figlet.org':1818,1820 'www.figlet.org/)':1819 'www.geeksforgeeks.org':236 'www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)':235 'www.gnu.org':577,1410 'www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)':1409 'www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)':576 'www.nano-editor.org':484,486 'www.nano-editor.org/)':485 'www.nushell.sh':1391,1393 'www.nushell.sh/)suggested':1392 'www.passwordstore.org':985,987 'www.passwordstore.org/)suggested':986 'www.vim.org':678,680 'www.vim.org/)':679 'xz':1288 'yeah':1325 'yewtub':1831 'youtub':35,1834,1843 'youtube-dl':34 'z':910 'zellij':831 'zero':876 'zhar.net':94,809 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':93 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':808 'zip':1285 'zoxid':897 'zsh':690,1497 'zst':1294"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704057448
+visibility: "visible "
+apId: "https://sh.itjust.works/post/11871260"
+editedAt: DateTimeImmutable @1719089751 {#2853
date: 2024-06-22 22:55:51.0 +02:00
}
+createdAt: DateTimeImmutable @1703971048 {#2832
date: 2023-12-30 22:17:28.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2201 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2201 …}
+body: "I really like Micro. I wish my fingers could forget all the nonsense Nano keybinds"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1704042658 {#2197
date: 2023-12-31 18:10:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Steamymoomilk@sh.itjust.works"
"@jelloeater85@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2210 …}
+nested: Doctrine\ORM\PersistentCollection {#2207 …}
+votes: Doctrine\ORM\PersistentCollection {#2208 …}
+reports: Doctrine\ORM\PersistentCollection {#2204 …}
+favourites: Doctrine\ORM\PersistentCollection {#2211 …}
+notifications: Doctrine\ORM\PersistentCollection {#2266 …}
-id: 267691
-bodyTs: "'could':9 'finger':8 'forget':10 'keybind':15 'like':3 'micro':4 'nano':14 'nonsens':13 'realli':2 'wish':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5970050"
+editedAt: null
+createdAt: DateTimeImmutable @1704042658 {#2205
date: 2023-12-31 18:10:58.0 +01:00
}
+"title": 267691
} |
|
Show voter details
|
| 7 |
DENIED
|
edit
|
App\Entity\EntryComment {#2206
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2202
+user: Proxies\__CG__\App\Entity\User {#2872 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#2874 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2875 …}
+slug: "Terminal-Utility-Mega-list"
+title: "Terminal Utility Mega list!"
+url: "https://sh.itjust.works/pictrs/image/4b26679f-bb00-4849-a04b-a28835fabb74.png"
+body: """
[Browsers]\n
============\n
\n
Browsh\n
------\n
\n
old school looking terminal web browser with image support that runs on a modified version of Firefox [www.brow.sh](https://www.brow.sh/)\n
\n
Lynx\n
----\n
\n
Terminal web browser (can configure to use MPV or YouTube-dl for videos) [lynx.browser.org](https://lynx.browser.org/)\n
\n
Links\n
-----\n
\n
Terminal based web browser a lot like lynx [links.twibright.com](http://links.twibright.com/)\n
\n
suggested by [sh.itjust.works/u/Buck@lemmy.world](https://sh.itjust.works/u/Buck@lemmy.world)\n
\n
[System Monitoring]\n
=====================\n
\n
uptimed\n
-------\n
\n
System uptime record daemon that keeps track of your highest uptimes [github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
TTYload\n
-------\n
\n
color-coded graph of load averages over time [zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Bottom\n
------\n
\n
shows CPU cores, CPU usage, Memory usage, Disks, Disk usage, Processes, Network, Temperature. [github.com/ClementTsang/bottom](https://github.com/ClementTsang/bottom)\n
\n
gdu\n
---\n
\n
Pretty fast disk usage analyzer written in Go.\n
\n
Gdu is intended primarily for SSD disks where it can fully utilize parallel processing. However HDDs work as well, but the performance gain is not so huge.\n
\n
[github.com/dundee/gdu](https://github.com/dundee/gdu)\n
\n
suggested by @stepanzak@iusearchlinux.fyi\n
\n
neofetch\n
--------\n
\n
display your *NIX and system info with one command! [github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)\n
\n
nvtop\n
-----\n
\n
Shows Program usage, GPU usage, GPU memory, Clock speeds, Power, Temperature, [github.com/Syllo/nvtop](https://github.com/Syllo/nvtop)\n
\n
Htop\n
----\n
\n
generic terminal system monitor and is very basic Shows CPU core util, Memory, Swap, Uptime, Load avrage, Tasks [htop.dev](https://htop.dev/)\n
\n
duf\n
---\n
\n
Shows disks space, Mounted point, File system type, Size [github.com/muesli/duf](https://github.com/muesli/duf)\n
\n
Pydf\n
----\n
\n
Check disk space usage with colored output [geeksforgeeks.org/pydf-check-disk-space-usage-wit…](https://www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)\n
\n
suggested by [sh.itjust.works/u/easeKItMAn@lemmy.world](https://sh.itjust.works/u/easeKItMAn@lemmy.world)\n
\n
Glacees\n
-------\n
\n
A lot like Htop or top but looks different and is cross platform. [github.com/nicolargo/glances](https://github.com/nicolargo/glances)\n
\n
Btop\n
----\n
\n
Btop is like Htop but with customizability cranked to 11, it shows by default, Memory load, Available Memory, Cached Memory, Free Memory, Network interface, Network Download, Network Upload, IP address, Running Programs, How much memory the Programs are using as well as CPU, CPU cores, CPU util, CPU Temperature, and the time. [github.com/aristocratos/btop](https://github.com/aristocratos/btop)\n
\n
Suggested by [sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)\n
\n
[Text Editors and file location]\n
==================================\n
\n
fd\n
--\n
\n
Superfast file finder Via cmd line. [github.com/sharkdp/fd](https://github.com/sharkdp/fd)\n
\n
Autojump\n
--------\n
\n
autojump is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line. [github.com/wting/autojump](https://github.com/wting/autojump)\n
\n
suggested by [sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)\n
\n
fzf\n
---\n
\n
Fuzzy command line finder [github.com/junegunn/fzf](https://github.com/junegunn/fzf)\n
\n
mcfly\n
-----\n
\n
quickly look through your shell history, to find that one command you’re too lazy to type again (I do it as well LMAO) [github.com/cantino/mcfly](https://github.com/cantino/mcfly)\n
\n
Atuin\n
-----\n
\n
Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server. (its like mcfly but better objectively)\n
\n
[github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
TLDR\n
----\n
\n
a community driven easy man page finder. (life saver) [github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)\n
\n
Nano\n
----\n
\n
The default text editor, not stupid complicated not. not very configurable but does the job [www.nano-editor.org](https://www.nano-editor.org/)\n
\n
Micro\n
-----\n
\n
it’s like Nano but is static and has no dependency as well as plugin support. [micro-editor.github.io](https://micro-editor.github.io/)\n
\n
Suggested by [sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)\n
\n
Helix\n
-----\n
\n
It’s a post-modern text editor that is similar to VIM or Neovim the main difference is it runs on Rust meaning No JavaScript, Electron or Vim Script and is highly customizable!\n
\n
[helix-editor.com](https://helix-editor.com/)Suggested by [sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)\n
\n
Emacs\n
-----\n
\n
Behold the Church of Emacs, its like nano and vim had a child. its configurable and somewhat simple [www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)\n
\n
Kakoune\n
-------\n
\n
A modal terminal text editor based on Vi. Kakoune is based on selection before action and is committed to the unix Philosophy [github.com/mawww/kakoune](https://github.com/mawww/kakoune)\n
\n
suggested by [sh.itjust.works/u/RAM@discuss.tchncs.de](https://sh.itjust.works/u/RAM@discuss.tchncs.de)\n
\n
Bim\n
---\n
\n
Bim aims to be lightweight and featureful with no external* dependencies, providing a modern editing experience in a lightweight, extensible package and is based on VIM [github.com/klange/bim](https://github.com/klange/bim)\n
\n
suggested by [sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)\n
\n
Vim\n
---\n
\n
The master-race of text editors that has a learning curve but is very configurable as well as plugins, to the point so people argue why need anything other than VIM [www.vim.org](https://www.vim.org/)\n
\n
Neovim\n
------\n
\n
it’s like vim and Oh my ZSH had a child, its got a lot of configurability and is ment to be more user-friendly [neovim.io](https://neovim.io/)\n
\n
[Command utilities]\n
=====================\n
\n
Tmux\n
----\n
\n
its a CLI window, manager with a lot of bits and bobs. its actually a terminal multiplexer which is a fancy word i don’t understand :D Also the keybindings are hard to remember and would highly recommend [github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
[github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)\n
\n
tmate\n
-----\n
\n
its a fork of tmux that lets your share your terminal over LAN or the internet [tmate.io](https://tmate.io/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Terminal colors\n
---------------\n
\n
```\n
\n
<span style="color:#323232;">It automatically detects 8, 16, 88, 256 color capabilities (via ncurses)\n
</span><span style="color:#323232;">and displays the appropriate color charts.\n
</span>\n
```\n
\n
[zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
byobu\n
-----\n
\n
its alot like tmux with added features [www.byobu.org](https://www.byobu.org/)suggested by [sh.itjust.works/u/Geert@lemmy.world](https://sh.itjust.works/u/Geert@lemmy.world)\n
\n
zellij\n
------\n
\n
Alot like Tmux and has plugin support [github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
jq\n
--\n
\n
jq is a lightweight and flexible command-line JSON processor akin to sed,awk,grep, and friends for JSON data. It’s written in portable C and has zero runtime dependencies, allowing you to easily slice, filter, map, and transform structured data. [github.com/jqlang/jq](https://github.com/jqlang/jq)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
zoxide\n
------\n
\n
faster/easier cd lets you quickly jump to places in your filesystem. E.g. z pic will put you in ~/Pictures. [github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)\n
\n
suggested by [sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)\n
\n
ncdu\n
----\n
\n
shows how much disk space is used by each directory, can also explore subdirectories and delete files suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
neomutt\n
-------\n
\n
email via cli! [neomutt.org](https://neomutt.org/)\n
\n
suggested by [sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)\n
-----------------------------------------------------------------------------------------------\n
\n
tig\n
---\n
\n
interactive terminal UI for git with lots of functionality [github.com/jonas/tig](https://github.com/jonas/tig)\n
\n
suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
pass\n
----\n
\n
the standard Unix password manager [www.passwordstore.org](https://www.passwordstore.org/)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Starship\n
--------\n
\n
The minimal, blazing-fast, and infinitely customizable prompt for any shell! (its lets you customize your shell) [github.com/starship/starship](https://github.com/starship/starship)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazygit\n
-------\n
\n
Terminal UI for git [github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazydocker\n
----------\n
\n
Terminal ui for docker, Shows CPU and memory, and what’s running and where its pulled from. [github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)\n
\n
Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
RM-improved/RIP\n
---------------\n
\n
Use RM but everything goes to /tmp folder [github.com/nivekuil/rip](https://github.com/nivekuil/rip)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Trashy\n
------\n
\n
fast and light weight RM that moves items to trash folder and has colorized outputs like FD. [github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
tealdear\n
--------\n
\n
tldr but in rust (tldr lets your easily find manpages/examples and usage for terminal command) [github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Navi\n
----\n
\n
navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands. Suggested values for arguments are dynamically displayed in a list. [github.com/denisidoro/navi](https://github.com/denisidoro/navi)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
Cheat\n
-----\n
\n
this program allows you to create and view interactive cheatsheets on the command-line. [github.com/cheat/cheat](https://github.com/cheat/cheat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
gomi\n
----\n
\n
its RM except has a trash can so you don’t permitly delete something by accident \n
[github.com/babarot/gomi](https://github.com/babarot/gomi)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
broot\n
-----\n
\n
a different than ranger/lf approach to navigating folders [github.com/Canop/broot](https://github.com/Canop/broot)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
mdr\n
---\n
\n
a markdown viewer [github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
eza\n
---\n
\n
modern ls, with cool features like file icons [github.com/eza-community/eza](https://github.com/eza-community/eza)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
Rtorrent\n
--------\n
\n
a terminal based torrent client [rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)\n
\n
suggested by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
ouch\n
----\n
\n
It’s a CLI tool for compressing and decompressing for various formats. such as .tar .zip 7z .gz .xz .lzma .bz .bz2 .lz4 .sz .zst .rar [github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)\n
\n
suggested by [sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)\n
\n
bat\n
---\n
\n
modern cat, with features like syntax highlighting, line numbers, etc [github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
thefuck\n
-------\n
\n
hey you!, yeah you I DIDNT TYPE THAT COMMAND WRONG! with thefuck it fixes when you type a prevoius command wrong [github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
[Shells]\n
==========\n
\n
Nushell\n
-------\n
\n
it is a new type of shell that has some really cool features such as more detailed error messages and displays licenses via HTTP get, git or curl As well as a more clean UI for ls. [www.nushell.sh](https://www.nushell.sh/)suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Bash\n
----\n
\n
its the default and lots of programs use it, [www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)\n
\n
ble.sh\n
------\n
\n
Bash Line Editor, bash Shell with a few tweaks [github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested by [sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)\n
\n
Mosh\n
----\n
\n
Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. (sadly there is no pit) [mosh.org](https://mosh.org/)\n
\n
suggested by [sh.itjust.works/u/Bitflip@lemmy.ml](https://sh.itjust.works/u/Bitflip@lemmy.ml)\n
\n
DASH\n
----\n
\n
a POSIX-compliant /bin/sh that is fast and simple [gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Fish\n
----\n
\n
its like bash but has auto correct for typing [fishshell.com](https://fishshell.com/)\n
\n
Zsh\n
---\n
\n
its like vim for a shell, it has lots of bells and whistles and is very customizable. [github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH)\n
\n
[File Browsers]\n
=================\n
\n
Midnight Commander\n
------------------\n
\n
Midnight commander is a file Browser that has 2 panes where you can do basic file manager stuff such as Copy, Pasting, moving files, and Deleting all Via Terminal!\n
\n
[midnight-commander.org](https://midnight-commander.org/)\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
Fm.awk\n
------\n
\n
File manager written in awk [github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
lmf\n
---\n
\n
st File Manager is a powerful file manager for the UNIX console. It has a curses interface and it’s written in Python v3.4+. [inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)\n
\n
Rover\n
-----\n
\n
Rover is a small file browser that aims to be simple, fast and portable. [lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
LF\n
--\n
\n
lf (as in “list files”) is a terminal file manager written in Go with a heavy inspiration from ranger file manager. [github.com/gokcehan/lf](https://github.com/gokcehan/lf)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Ranger\n
------\n
\n
Alot like Midnight Commander but running on VIM, and just like VIM it is highly customizable \n
[github.com/ranger/ranger](https://github.com/ranger/ranger)\n
\n
----added note ranger should be installed via git most distros have 4+ older versions and lots of bugs\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
nnn\n
---\n
\n
nnn (n³) is a full-featured terminal file manager. It’s tiny, nearly 0-config and incredibly fast. [github.com/jarun/nnn](https://github.com/jarun/nnn)suggest by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
[Fun/games]\n
=============\n
\n
lolcat\n
------\n
\n
make your terminal rainbow [github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)\n
\n
suggested by [sh.itjust.works/u/GentooIsBased@lemmy.ml](https://sh.itjust.works/u/GentooIsBased@lemmy.ml)\n
\n
Cowsay\n
------\n
\n
make a cow say something in Terminal! [github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)\n
\n
Suggested by [sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)\n
\n
Bastet\n
------\n
\n
Tetris clone via terminal [github.com/fph/bastet/](https://github.com/fph/bastet/)suggested by [sh.itjust.works/u/pastaPersona@lemmy.world](https://sh.itjust.works/u/pastaPersona@lemmy.world)\n
\n
Cmatrix\n
-------\n
\n
make your terminal look like your mr.hacker man [github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
spotify-tui\n
-----------\n
\n
Spotify CLI frontend (Spotify via terminal) [github.com/Rigellute/spotify-tui](https://github.com/Rigellute/spotify-tui)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
cacademo\n
--------\n
\n
plays a bunch of neat ASCII animations [linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
figlet\n
------\n
\n
ASCII text art. [www.figlet.org](http://www.figlet.org/)\n
\n
toilet\n
------\n
\n
turn text into ASCII art. [caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)\n
\n
Yewtube\n
-------\n
\n
a cli youtube piped client, stream, download and play audio from YouTube piped. [github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
cbonsai\n
-------\n
\n
Little ASCII art bonsai tree that can be animated with the -l flag [gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
tty-clock\n
---------\n
\n
a digital clock via your terminal! [github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 111
+favouriteCount: 527
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719459439 {#2867
date: 2024-06-27 05:37:19.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@stepanzak@iusearchlinux.fyi"
]
+comments: Doctrine\ORM\PersistentCollection {#2876 …}
+votes: Doctrine\ORM\PersistentCollection {#2878 …}
+reports: Doctrine\ORM\PersistentCollection {#2880 …}
+favourites: Doctrine\ORM\PersistentCollection {#2882 …}
+notifications: Doctrine\ORM\PersistentCollection {#2884 …}
+badges: Doctrine\ORM\PersistentCollection {#2886 …}
+children: [
App\Entity\EntryComment {#2206}
]
-id: 25931
-titleTs: "'list':4 'mega':3 'termin':1 'util':2"
-bodyTs: "'/)':23,42,55,210,487,508,681,712,955,1458,1496,1554,1821 '/)suggested':552,784,826,988,1394 '/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1776 '/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':919 '/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1424 '/aristocratos/btop](https://github.com/aristocratos/btop)':315 '/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':450 '/babarot/gomi](https://github.com/babarot/gomi)suggested':1207 '/bin/sh':1469 '/busyloop/lolcat](https://github.com/busyloop/lolcat)':1731 '/canop/broot](https://github.com/canop/broot)suggested':1223 '/cantino/mcfly](https://github.com/cantino/mcfly)':406 '/cheat/cheat](https://github.com/cheat/cheat)suggested':1183 '/clementtsang/bottom](https://github.com/clementtsang/bottom)':117 '/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1121 '/denisidoro/navi](https://github.com/denisidoro/navi)':1159 '/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1600 '/dundee/gdu](https://github.com/dundee/gdu)':156 '/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':172 '/eza-community/eza](https://github.com/eza-community/eza)suggested':1250 '/fph/bastet/](https://github.com/fph/bastet/)suggested':1760 '/gokcehan/lf](https://github.com/gokcehan/lf)':1647 '/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1568 '/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1869 '/jarun/nnn](https://github.com/jarun/nnn)suggest':1718 '/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1051 '/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1026 '/jonas/tig](https://github.com/jonas/tig)':973 '/jqlang/jq](https://github.com/jqlang/jq)suggested':892 '/junegunn/fzf](https://github.com/junegunn/fzf)':378 '/klange/bim](https://github.com/klange/bim)':639 '/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1808 '/mawww/kakoune](https://github.com/mawww/kakoune)':604 '/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1234 '/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1847 '/muesli/duf](https://github.com/muesli/duf)':223 '/nicolargo/glances](https://github.com/nicolargo/glances)':259 '/nivekuil/rip](https://github.com/nivekuil/rip)':1071 '/nvbn/thefuck](https://github.com/nvbn/thefuck)':1346 '/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1097 '/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1517 '/ouch-org/ouch](https://github.com/ouch-org/ouch)':1298 '/p/rover/](https://lecram.github.io/p/rover/)suggested':1618 '/pictures':916 '/piuccio/cowsay](https://github.com/piuccio/cowsay)':1747 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':95 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':810 '/pydf-check-disk-space-usage-wit':234 '/pydf-check-disk-space-usage-with-colored-output/)':237 '/ranger/ranger](https://github.com/ranger/ranger)':1672 '/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1792 '/rip':1060 '/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':77 '/rtorrent/](https://rakshasa.github.io/rtorrent/)':1263 '/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1317 '/sharkdp/fd](https://github.com/sharkdp/fd)':335 '/software/bash/](https://www.gnu.org/software/bash/)':1411 '/software/emacs/](https://www.gnu.org/software/emacs/)':578 '/starship/starship](https://github.com/starship/starship)suggested':1014 '/syllo/nvtop](https://github.com/syllo/nvtop)':187 '/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':467 '/tmp':1067 '/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':756 '/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':763 '/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1187,1211,1227,1238,1254,1321 '/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1463 '/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1752 '/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':60 '/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1398,1482,1652 '/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':370 '/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1303 '/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':242 '/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':924 '/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':320 '/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':960 '/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':830 '/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1736 '/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1268,1722 '/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':947,978 '/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1428 '/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':513 '/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1559,1695 '/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':644 '/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1764 '/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':760,845,896,992,1018,1030,1056,1076,1126 '/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':609 '/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':82,100,788,814,1572,1622,1852 '/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':454,1102,1164 '/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1351,1780,1797,1813,1873 '/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':556 '/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1830 '/wting/autojump](https://github.com/wting/autojump)':365 '/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1885 '/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':841 '/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1477 '0':1711 '11':270 '16':795 '2':1530 '256':797 '4':1684 '7z':1286 '8':794 '88':796 'accid':1204 'action':594 'actual':729 'ad':821,1673 'add':1890,1905,1926,1941 'addit':420,425 'address':290 'aim':612,1609 'akin':858 'allow':879,1129,1168,1434 'alot':817,832,1654 'also':743,937 'analyz':123 'anim':1805,1862 'anyth':674 'applic':1432 'approach':1217 'appropri':805 'argu':671 'argument':1150 'art':1817,1827,1856 'ascii':1804,1815,1826,1855 'atuin':407,408,440 'audio':1841 'auto':1489 'autojump':336,337 'automat':792 'avail':277 'averag':90 'avrag':205 'awk':861,1565 'base':45,585,590,634,1258 'bash':1399,1413,1416,1486 'basic':196,1536 'bastet':1753 'bat':1304 'behold':558 'bell':1508 'better':446 'bim':610,611 'bit':725 'blaze':997 'blazing-fast':996 'ble.sh':1412 'bob':727 'bonsai':1857 'bottom':101 'broot':1212 'brows':1132 'browser':1,8,27,47,1519,1527,1607 'browsh':2 'btop':260,261 'bug':1690 'bunch':1801 'byobu':815 'bz':1290 'bz2':1291 'c':873 'caca.zoy.org':1829 'caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1828 'cacademo':1798 'cach':279 'capabl':799 'cat':1306 'cbonsai':1853 'cd':899 'chart':807 'cheat':1165 'cheatsheet':1134,1175 'check':225 'child':570,693 'church':560 'clean':1387 'cli':718,951,1273,1785,1833 'client':1260,1836 'clock':181,1876,1879 'clone':1755 'cmatrix':1765 'cmd':331 'code':86 'color':85,230,790,798,806,1091 'color-cod':84 'command':169,361,373,390,424,713,854,1118,1146,1179,1331,1342,1521,1523,1657 'command-lin':853,1178 'commit':597 'communiti':457 'compliant':1468 'complic':475 'compress':1276 'config':1712 'configur':29,479,572,661,699 'connect':1438 'consol':1585 'context':421 'cool':1243,1365,1894,1919,1930,1955 'copi':1542 'core':104,199,305 'correct':1490 'cow':1740 'cowsay':1737 'cpu':103,105,198,303,304,306,308,1037 'crank':268 'creat':1171 'cross':255 'curl':1381 'curs':1589 'curv':657 'custom':1009 'customiz':267,548,1001,1514,1669 'd':742 'daemon':67 'dash':1464 'data':867,889 'databas':351,417 'decompress':1278 'default':274,470,1402 'delet':941,1201,1547 'depend':499,621,878 'detail':1370 'detect':793 'didnt':1328 'differ':252,532,1214 'digit':1878 'directori':354,935 'disk':109,110,121,133,213,226,929 'display':161,803,1153,1374 'distro':1682 'dl':36 'docker':1035 'download':286,1141,1838 'driven':458 'duf':211 'dynam':1152 'e.g':909 'easi':459 'easili':882,1111 'echo':1443 'edit':625,1446 'editor':322,472,522,584,652,1415 'electron':541 'emac':557,562 'email':949 'encrypt':431 'error':1371 'etc':1314 'everyth':1064 'except':1191 'execut':1145 'exist':411 'experi':626 'explor':938 'extens':630 'extern':620 'eza':1239 'fanci':736 'fast':120,998,1078,1472,1613,1715 'faster':340 'faster/easier':898 'fd':326,1094 'featur':617,822,1244,1308,1366,1703 'feel':1899,1935 'figlet':1814 'file':217,324,328,942,1246,1518,1526,1537,1545,1561,1575,1580,1606,1628,1632,1643,1705 'filesystem':345,908 'filter':884 'find':387,1112,1918,1954 'finder':329,375,462 'firefox':19 'fish':1483 'fishshell.com':1493,1495 'fishshell.com/)':1494 'fix':1336 'flag':1866 'flexibl':852 'fm.awk':1560 'folder':1068,1088,1220 'fork':767 'format':1281 'free':281,1900,1936 'friend':708,864 'frontend':1786 'full':1702 'full-featur':1701 'fulli':137,430 'fun/games':1723 'function':970 'fuzzi':372 'fzf':371 'gain':149 'gdu':118,127 'geeksforgeeks.org':233 'geeksforgeeks.org/pydf-check-disk-space-usage-wit':232 'generic':189 'get':1378 'git':966,1023,1379,1680 'github.com':76,116,155,171,186,222,258,314,334,364,377,405,449,466,603,638,755,762,840,891,918,972,1013,1025,1050,1070,1096,1120,1158,1182,1206,1222,1233,1249,1297,1316,1345,1423,1516,1567,1646,1671,1717,1730,1746,1759,1775,1791,1846,1884 'github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1774 'github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':917 'github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1422 'github.com/aristocratos/btop](https://github.com/aristocratos/btop)':313 'github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':448 'github.com/babarot/gomi](https://github.com/babarot/gomi)suggested':1205 'github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)':1729 'github.com/canop/broot](https://github.com/canop/broot)suggested':1221 'github.com/cantino/mcfly](https://github.com/cantino/mcfly)':404 'github.com/cheat/cheat](https://github.com/cheat/cheat)suggested':1181 'github.com/clementtsang/bottom](https://github.com/clementtsang/bottom)':115 'github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1119 'github.com/denisidoro/navi](https://github.com/denisidoro/navi)':1157 'github.com/dundee/gdu](https://github.com/dundee/gdu)':154 'github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':170 'github.com/eza-community/eza](https://github.com/eza-community/eza)suggested':1248 'github.com/fph/bastet/](https://github.com/fph/bastet/)suggested':1758 'github.com/gokcehan/lf](https://github.com/gokcehan/lf)':1645 'github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1566 'github.com/jarun/nnn](https://github.com/jarun/nnn)suggest':1716 'github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1049 'github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1024 'github.com/jonas/tig](https://github.com/jonas/tig)':971 'github.com/jqlang/jq](https://github.com/jqlang/jq)suggested':890 'github.com/junegunn/fzf](https://github.com/junegunn/fzf)':376 'github.com/klange/bim](https://github.com/klange/bim)':637 'github.com/mawww/kakoune](https://github.com/mawww/kakoune)':602 'github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1232 'github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1845 'github.com/muesli/duf](https://github.com/muesli/duf)':221 'github.com/nicolargo/glances](https://github.com/nicolargo/glances)':257 'github.com/nivekuil/rip](https://github.com/nivekuil/rip)':1069 'github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)':1344 'github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1095 'github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1515 'github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)':1296 'github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)':1745 'github.com/ranger/ranger](https://github.com/ranger/ranger)':1670 'github.com/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1790 'github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':75 'github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1315 'github.com/sharkdp/fd](https://github.com/sharkdp/fd)':333 'github.com/starship/starship](https://github.com/starship/starship)suggested':1012 'github.com/syllo/nvtop](https://github.com/syllo/nvtop)':185 'github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':465 'github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':754 'github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':761 'github.com/wting/autojump](https://github.com/wting/autojump)':363 'github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1883 'github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':839 'gitlab.com':1868 'gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1867 'glace':243 'go':126,1636 'goe':1065 'gomi':1188 'gondor.apana.org.au':1476 'gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1475 'good':1915,1951 'got':695 'gpu':177,179 'graph':87 'grep':862 'gz':1287 'hard':747 'hdds':142 'heavi':1639 'helix':514 'helix-editor.com':549,551 'helix-editor.com/)suggested':550 'hey':1323 'high':547,752,1668 'highest':73 'highlight':1311 'histori':385,413,435 'howev':141 'htop':188,247,264 'htop.dev':207,209 'htop.dev/)':208 'http':1377 'huge':153 'icon':1247 'imag':10 'improv':1059 'incred':1714 'infinit':1000 'info':166 'inigo.katxi.org':1599 'inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1598 'inspir':1640 'instal':1678 'intellig':1441 'intend':129 'interact':962,1174 'interfac':284,1590 'intermitt':1437 'internet':780 'ip':289 'item':1085 'javascript':540 'job':483 'jq':846,847 'json':856,866 'jump':903 'kakoun':579,588 'keep':69 'keybind':745 'keystrok':1449 'l':1865 'lan':777 'lazi':394 'lazydock':1031 'lazygit':1019 'learn':656 'leav':1902,1938 'lecram.github.io':1617 'lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested':1616 'let':771,900,1007,1109 'lf':1623,1624 'licens':1375 'life':463 'light':1080 'lightweight':615,629,850 'like':50,246,263,443,491,564,685,818,833,1093,1245,1309,1485,1499,1655,1664,1770 'line':332,362,374,855,1180,1312,1414,1445 'link':43 'links.twibright.com':52,54 'links.twibright.com/)':53 'linux.die.net':1807 'linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1806 'list':1156,1627,1898,1934 'littl':1854 'lmao':403 'lmf':1573 'load':89,204,276 'local':1442 'locat':325 'lolcat':1724 'look':5,251,381,1769 'lot':49,245,697,723,968,1404,1506,1688 'love':1888,1924 'ls':1241,1390 'lynx':24,51 'lynx.browser.org':39,41 'lynx.browser.org/)':40 'lz4':1292 'lzma':1289 'machin':437 'main':531 'maintain':349,1143 'make':1725,1738,1766,1910,1946 'man':460,1773 'manag':720,984,1538,1562,1576,1581,1633,1644,1706 'manpages/examples':1113 'map':885 'markdown':1230 'master':648 'master-rac':647 'may':1137 'mcfli':379,444 'mdr':1228 'mean':538 'memori':107,180,201,275,278,280,282,295,1039 'ment':702 'messag':1372 'micro':488 'micro-editor.github.io':505,507 'micro-editor.github.io/)':506 'midnight':1520,1522,1656 'midnight-commander.org':1551,1553 'midnight-commander.org/)':1552 'minim':995 'modal':581 'modern':520,624,1240,1305 'modifi':16 'monitor':62,192 'mosh':1429 'mosh.org':1455,1457 'mosh.org/)':1456 'mount':215 'move':1084,1544 'mpv':32 'mr.hacker':1772 'much':294,928 'multiplex':732 'n':1698 'nano':468,492,565 'navi':1127,1128 'navig':343,1219 'ncdu':925 'ncurs':801 'near':1710 'neat':1803 'need':673 'neofetch':160 'neomutt':948 'neomutt.org':952,954 'neomutt.org/)':953 'neovim':529,682 'neovim.io':709,711 'neovim.io/)':710 'network':113,283,285,287 'new':1357,1920,1956 'nix':163 'nnn':1696,1697 'note':1674 'number':1313 'nushel':1353 'nvtop':173 'object':447 'oh':688 'old':3 'older':1685 'one':168,389 'option':428 'ouch':1269 'output':231,1092 'packag':631 'page':461 'pane':1531 'parallel':139 'pass':979 'password':983 'past':1543 'peopl':670 'perform':148 'permit':1200 'philosophi':601 'pic':911 'pipe':1835,1844 'pit':1454 'place':905,1916,1952 'platform':256 'play':1799,1840 'plugin':503,665,837 'point':216,668 'portabl':872,1615 'posix':1467 'posix-compli':1466 'post':519,1912,1948 'post-modern':518 'power':183,1579 'pretti':119 'prevoius':1341 'primarili':130 'process':112,140 'processor':857 'program':175,292,297,1167,1406,1895,1921,1931,1957 'prompt':1002 'provid':427,622,1440 'pull':1047 'put':913 'pydf':224 'python':1596 'quick':380,902 'race':649 'rainbow':1728 'rakshasa.github.io':1262 'rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)':1261 'ranger':1642,1653,1675 'ranger/lf':1216 'rar':1295 're':392 'realli':1364,1907,1914,1943,1950 'recommend':753 'record':66,419 'rememb':749 'remot':1430 'replac':409 'rm':1058,1062,1082,1190 'rm-improv':1057 'roam':1435 'rover':1601,1602 'rtorrent':1255 'run':13,291,535,1043,1659 'runtim':877 'rust':537,1107 'sad':1450 'saver':464 'say':1741 'school':4 'script':544 'sed':860 'select':592 'server':441 'sh.itjust.works':59,81,99,241,319,369,453,512,555,608,643,759,787,813,829,844,895,923,946,959,977,991,1017,1029,1055,1075,1101,1125,1163,1186,1210,1226,1237,1253,1267,1302,1320,1350,1397,1427,1462,1481,1558,1571,1621,1651,1694,1721,1735,1751,1763,1779,1796,1812,1851,1872 'sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1185,1209,1225,1236,1252,1319 'sh.itjust.works/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1461 'sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1750 'sh.itjust.works/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':58 'sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1396,1480,1650 'sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':368 'sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1301 'sh.itjust.works/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':240 'sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':922 'sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':318 'sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':958 'sh.itjust.works/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':828 'sh.itjust.works/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1734 'sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1266,1720 'sh.itjust.works/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':945,976 'sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1426 'sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':511 'sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1557,1693 'sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':642 'sh.itjust.works/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1762 'sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':758,843,894,990,1016,1028,1054,1074,1124 'sh.itjust.works/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':607 'sh.itjust.works/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':80,98,786,812,1570,1620,1850 'sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':452,1100,1162 'sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1349,1778,1795,1811,1871 'sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':554 'share':773 'shell':384,412,1005,1011,1352,1360,1417,1503 'show':102,174,197,212,272,926,1036 'similar':525 'simpl':575,1474,1612 'size':220 'slice':883 'small':1605 'someth':1202,1742 'somewhat':574 'space':214,227,930 'speed':182 'spotifi':1782,1784,1787 'spotify-tui':1781 'sqlite':416 'ssd':132 'st':1574 'standard':981 'starship':993 'static':495 'stepanzak@iusearchlinux.fyi':159 'stream':1837 'structur':888 'stuff':1539 'stupid':474 'subdirectori':939 'suggest':56,78,96,157,238,316,366,509,605,640,920,943,956,974,1052,1072,1098,1122,1147,1160,1264,1299,1347,1459,1478,1555,1648,1691,1732,1748,1793,1809,1848,1903,1939 'superfast':327 'support':11,504,838,1436 'swap':202 'synchronis':432 'syntax':1310 'system':61,64,165,191,218 'sz':1293 'tar':1284 'task':206 'tealdear':1103 'temperatur':114,184,309 'termin':6,25,44,190,582,731,775,789,963,1020,1032,1117,1257,1431,1550,1631,1704,1727,1744,1757,1768,1789,1882 'tetri':1754 'text':321,471,521,583,651,1816,1824 'thefuck':1322,1334 'tig':961 'time':92,312 'tini':1709 'tldr':455,1104,1108 'tmate':764 'tmate.io':781,783 'tmate.io/)suggested':782 'tmux':715,769,819,834 'toilet':1822 'tool':1274 'top':249 'torrent':1259 'track':70 'transform':887 'trash':1087,1194 'trashi':1077 'tree':1858 'tti':1875 'tty-clock':1874 'ttyload':83 'tui':1783 'turn':1823 'tweak':1421 'type':219,396,1329,1339,1358,1492 'ui':964,1021,1033,1388 'understand':741 'unix':600,982,1584 'upload':288 'uptim':63,65,74,203 'usag':106,108,111,122,176,178,228,1115 'use':31,299,356,932,1061,1407,1892,1928 'user':707,1448 'user-friend':706 'util':138,200,307,714 'v3.4':1597 'valu':1148 'various':1280 'version':17,1686 'vi':587 'via':330,438,800,950,1376,1549,1679,1756,1788,1880 'video':38 'view':1173 'viewer':1231 'vim':527,543,567,636,645,677,686,1500,1661,1665 'want':1908,1944 'way':341 'web':7,26,46 'weight':1081 'well':145,301,402,501,663,1383 'whistl':1510 'window':719 'word':737 'work':143,347 'would':751,1887,1923 'write':1138 'written':124,870,1563,1594,1634 'wrong':1332,1343 'www.brow.sh':20,22 'www.brow.sh/)':21 'www.byobu.org':823,825 'www.byobu.org/)suggested':824 'www.figlet.org':1818,1820 'www.figlet.org/)':1819 'www.geeksforgeeks.org':236 'www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)':235 'www.gnu.org':577,1410 'www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)':1409 'www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)':576 'www.nano-editor.org':484,486 'www.nano-editor.org/)':485 'www.nushell.sh':1391,1393 'www.nushell.sh/)suggested':1392 'www.passwordstore.org':985,987 'www.passwordstore.org/)suggested':986 'www.vim.org':678,680 'www.vim.org/)':679 'xz':1288 'yeah':1325 'yewtub':1831 'youtub':35,1834,1843 'youtube-dl':34 'z':910 'zellij':831 'zero':876 'zhar.net':94,809 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':93 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':808 'zip':1285 'zoxid':897 'zsh':690,1497 'zst':1294"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704057448
+visibility: "visible "
+apId: "https://sh.itjust.works/post/11871260"
+editedAt: DateTimeImmutable @1719089751 {#2853
date: 2024-06-22 22:55:51.0 +02:00
}
+createdAt: DateTimeImmutable @1703971048 {#2832
date: 2023-12-30 22:17:28.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2201 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2201 …}
+body: "I really like Micro. I wish my fingers could forget all the nonsense Nano keybinds"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1704042658 {#2197
date: 2023-12-31 18:10:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Steamymoomilk@sh.itjust.works"
"@jelloeater85@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2210 …}
+nested: Doctrine\ORM\PersistentCollection {#2207 …}
+votes: Doctrine\ORM\PersistentCollection {#2208 …}
+reports: Doctrine\ORM\PersistentCollection {#2204 …}
+favourites: Doctrine\ORM\PersistentCollection {#2211 …}
+notifications: Doctrine\ORM\PersistentCollection {#2266 …}
-id: 267691
-bodyTs: "'could':9 'finger':8 'forget':10 'keybind':15 'like':3 'micro':4 'nano':14 'nonsens':13 'realli':2 'wish':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5970050"
+editedAt: null
+createdAt: DateTimeImmutable @1704042658 {#2205
date: 2023-12-31 18:10:58.0 +01:00
}
+"title": 267691
} |
|
Show voter details
|
| 8 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2206
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2202
+user: Proxies\__CG__\App\Entity\User {#2872 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#2874 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2875 …}
+slug: "Terminal-Utility-Mega-list"
+title: "Terminal Utility Mega list!"
+url: "https://sh.itjust.works/pictrs/image/4b26679f-bb00-4849-a04b-a28835fabb74.png"
+body: """
[Browsers]\n
============\n
\n
Browsh\n
------\n
\n
old school looking terminal web browser with image support that runs on a modified version of Firefox [www.brow.sh](https://www.brow.sh/)\n
\n
Lynx\n
----\n
\n
Terminal web browser (can configure to use MPV or YouTube-dl for videos) [lynx.browser.org](https://lynx.browser.org/)\n
\n
Links\n
-----\n
\n
Terminal based web browser a lot like lynx [links.twibright.com](http://links.twibright.com/)\n
\n
suggested by [sh.itjust.works/u/Buck@lemmy.world](https://sh.itjust.works/u/Buck@lemmy.world)\n
\n
[System Monitoring]\n
=====================\n
\n
uptimed\n
-------\n
\n
System uptime record daemon that keeps track of your highest uptimes [github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
TTYload\n
-------\n
\n
color-coded graph of load averages over time [zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Bottom\n
------\n
\n
shows CPU cores, CPU usage, Memory usage, Disks, Disk usage, Processes, Network, Temperature. [github.com/ClementTsang/bottom](https://github.com/ClementTsang/bottom)\n
\n
gdu\n
---\n
\n
Pretty fast disk usage analyzer written in Go.\n
\n
Gdu is intended primarily for SSD disks where it can fully utilize parallel processing. However HDDs work as well, but the performance gain is not so huge.\n
\n
[github.com/dundee/gdu](https://github.com/dundee/gdu)\n
\n
suggested by @stepanzak@iusearchlinux.fyi\n
\n
neofetch\n
--------\n
\n
display your *NIX and system info with one command! [github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)\n
\n
nvtop\n
-----\n
\n
Shows Program usage, GPU usage, GPU memory, Clock speeds, Power, Temperature, [github.com/Syllo/nvtop](https://github.com/Syllo/nvtop)\n
\n
Htop\n
----\n
\n
generic terminal system monitor and is very basic Shows CPU core util, Memory, Swap, Uptime, Load avrage, Tasks [htop.dev](https://htop.dev/)\n
\n
duf\n
---\n
\n
Shows disks space, Mounted point, File system type, Size [github.com/muesli/duf](https://github.com/muesli/duf)\n
\n
Pydf\n
----\n
\n
Check disk space usage with colored output [geeksforgeeks.org/pydf-check-disk-space-usage-wit…](https://www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)\n
\n
suggested by [sh.itjust.works/u/easeKItMAn@lemmy.world](https://sh.itjust.works/u/easeKItMAn@lemmy.world)\n
\n
Glacees\n
-------\n
\n
A lot like Htop or top but looks different and is cross platform. [github.com/nicolargo/glances](https://github.com/nicolargo/glances)\n
\n
Btop\n
----\n
\n
Btop is like Htop but with customizability cranked to 11, it shows by default, Memory load, Available Memory, Cached Memory, Free Memory, Network interface, Network Download, Network Upload, IP address, Running Programs, How much memory the Programs are using as well as CPU, CPU cores, CPU util, CPU Temperature, and the time. [github.com/aristocratos/btop](https://github.com/aristocratos/btop)\n
\n
Suggested by [sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)\n
\n
[Text Editors and file location]\n
==================================\n
\n
fd\n
--\n
\n
Superfast file finder Via cmd line. [github.com/sharkdp/fd](https://github.com/sharkdp/fd)\n
\n
Autojump\n
--------\n
\n
autojump is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line. [github.com/wting/autojump](https://github.com/wting/autojump)\n
\n
suggested by [sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)\n
\n
fzf\n
---\n
\n
Fuzzy command line finder [github.com/junegunn/fzf](https://github.com/junegunn/fzf)\n
\n
mcfly\n
-----\n
\n
quickly look through your shell history, to find that one command you’re too lazy to type again (I do it as well LMAO) [github.com/cantino/mcfly](https://github.com/cantino/mcfly)\n
\n
Atuin\n
-----\n
\n
Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server. (its like mcfly but better objectively)\n
\n
[github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
TLDR\n
----\n
\n
a community driven easy man page finder. (life saver) [github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)\n
\n
Nano\n
----\n
\n
The default text editor, not stupid complicated not. not very configurable but does the job [www.nano-editor.org](https://www.nano-editor.org/)\n
\n
Micro\n
-----\n
\n
it’s like Nano but is static and has no dependency as well as plugin support. [micro-editor.github.io](https://micro-editor.github.io/)\n
\n
Suggested by [sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)\n
\n
Helix\n
-----\n
\n
It’s a post-modern text editor that is similar to VIM or Neovim the main difference is it runs on Rust meaning No JavaScript, Electron or Vim Script and is highly customizable!\n
\n
[helix-editor.com](https://helix-editor.com/)Suggested by [sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)\n
\n
Emacs\n
-----\n
\n
Behold the Church of Emacs, its like nano and vim had a child. its configurable and somewhat simple [www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)\n
\n
Kakoune\n
-------\n
\n
A modal terminal text editor based on Vi. Kakoune is based on selection before action and is committed to the unix Philosophy [github.com/mawww/kakoune](https://github.com/mawww/kakoune)\n
\n
suggested by [sh.itjust.works/u/RAM@discuss.tchncs.de](https://sh.itjust.works/u/RAM@discuss.tchncs.de)\n
\n
Bim\n
---\n
\n
Bim aims to be lightweight and featureful with no external* dependencies, providing a modern editing experience in a lightweight, extensible package and is based on VIM [github.com/klange/bim](https://github.com/klange/bim)\n
\n
suggested by [sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)\n
\n
Vim\n
---\n
\n
The master-race of text editors that has a learning curve but is very configurable as well as plugins, to the point so people argue why need anything other than VIM [www.vim.org](https://www.vim.org/)\n
\n
Neovim\n
------\n
\n
it’s like vim and Oh my ZSH had a child, its got a lot of configurability and is ment to be more user-friendly [neovim.io](https://neovim.io/)\n
\n
[Command utilities]\n
=====================\n
\n
Tmux\n
----\n
\n
its a CLI window, manager with a lot of bits and bobs. its actually a terminal multiplexer which is a fancy word i don’t understand :D Also the keybindings are hard to remember and would highly recommend [github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
[github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)\n
\n
tmate\n
-----\n
\n
its a fork of tmux that lets your share your terminal over LAN or the internet [tmate.io](https://tmate.io/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Terminal colors\n
---------------\n
\n
```\n
\n
<span style="color:#323232;">It automatically detects 8, 16, 88, 256 color capabilities (via ncurses)\n
</span><span style="color:#323232;">and displays the appropriate color charts.\n
</span>\n
```\n
\n
[zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
byobu\n
-----\n
\n
its alot like tmux with added features [www.byobu.org](https://www.byobu.org/)suggested by [sh.itjust.works/u/Geert@lemmy.world](https://sh.itjust.works/u/Geert@lemmy.world)\n
\n
zellij\n
------\n
\n
Alot like Tmux and has plugin support [github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
jq\n
--\n
\n
jq is a lightweight and flexible command-line JSON processor akin to sed,awk,grep, and friends for JSON data. It’s written in portable C and has zero runtime dependencies, allowing you to easily slice, filter, map, and transform structured data. [github.com/jqlang/jq](https://github.com/jqlang/jq)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
zoxide\n
------\n
\n
faster/easier cd lets you quickly jump to places in your filesystem. E.g. z pic will put you in ~/Pictures. [github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)\n
\n
suggested by [sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)\n
\n
ncdu\n
----\n
\n
shows how much disk space is used by each directory, can also explore subdirectories and delete files suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
neomutt\n
-------\n
\n
email via cli! [neomutt.org](https://neomutt.org/)\n
\n
suggested by [sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)\n
-----------------------------------------------------------------------------------------------\n
\n
tig\n
---\n
\n
interactive terminal UI for git with lots of functionality [github.com/jonas/tig](https://github.com/jonas/tig)\n
\n
suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
pass\n
----\n
\n
the standard Unix password manager [www.passwordstore.org](https://www.passwordstore.org/)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Starship\n
--------\n
\n
The minimal, blazing-fast, and infinitely customizable prompt for any shell! (its lets you customize your shell) [github.com/starship/starship](https://github.com/starship/starship)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazygit\n
-------\n
\n
Terminal UI for git [github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazydocker\n
----------\n
\n
Terminal ui for docker, Shows CPU and memory, and what’s running and where its pulled from. [github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)\n
\n
Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
RM-improved/RIP\n
---------------\n
\n
Use RM but everything goes to /tmp folder [github.com/nivekuil/rip](https://github.com/nivekuil/rip)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Trashy\n
------\n
\n
fast and light weight RM that moves items to trash folder and has colorized outputs like FD. [github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
tealdear\n
--------\n
\n
tldr but in rust (tldr lets your easily find manpages/examples and usage for terminal command) [github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Navi\n
----\n
\n
navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands. Suggested values for arguments are dynamically displayed in a list. [github.com/denisidoro/navi](https://github.com/denisidoro/navi)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
Cheat\n
-----\n
\n
this program allows you to create and view interactive cheatsheets on the command-line. [github.com/cheat/cheat](https://github.com/cheat/cheat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
gomi\n
----\n
\n
its RM except has a trash can so you don’t permitly delete something by accident \n
[github.com/babarot/gomi](https://github.com/babarot/gomi)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
broot\n
-----\n
\n
a different than ranger/lf approach to navigating folders [github.com/Canop/broot](https://github.com/Canop/broot)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
mdr\n
---\n
\n
a markdown viewer [github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
eza\n
---\n
\n
modern ls, with cool features like file icons [github.com/eza-community/eza](https://github.com/eza-community/eza)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
Rtorrent\n
--------\n
\n
a terminal based torrent client [rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)\n
\n
suggested by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
ouch\n
----\n
\n
It’s a CLI tool for compressing and decompressing for various formats. such as .tar .zip 7z .gz .xz .lzma .bz .bz2 .lz4 .sz .zst .rar [github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)\n
\n
suggested by [sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)\n
\n
bat\n
---\n
\n
modern cat, with features like syntax highlighting, line numbers, etc [github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
thefuck\n
-------\n
\n
hey you!, yeah you I DIDNT TYPE THAT COMMAND WRONG! with thefuck it fixes when you type a prevoius command wrong [github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
[Shells]\n
==========\n
\n
Nushell\n
-------\n
\n
it is a new type of shell that has some really cool features such as more detailed error messages and displays licenses via HTTP get, git or curl As well as a more clean UI for ls. [www.nushell.sh](https://www.nushell.sh/)suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Bash\n
----\n
\n
its the default and lots of programs use it, [www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)\n
\n
ble.sh\n
------\n
\n
Bash Line Editor, bash Shell with a few tweaks [github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested by [sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)\n
\n
Mosh\n
----\n
\n
Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. (sadly there is no pit) [mosh.org](https://mosh.org/)\n
\n
suggested by [sh.itjust.works/u/Bitflip@lemmy.ml](https://sh.itjust.works/u/Bitflip@lemmy.ml)\n
\n
DASH\n
----\n
\n
a POSIX-compliant /bin/sh that is fast and simple [gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Fish\n
----\n
\n
its like bash but has auto correct for typing [fishshell.com](https://fishshell.com/)\n
\n
Zsh\n
---\n
\n
its like vim for a shell, it has lots of bells and whistles and is very customizable. [github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH)\n
\n
[File Browsers]\n
=================\n
\n
Midnight Commander\n
------------------\n
\n
Midnight commander is a file Browser that has 2 panes where you can do basic file manager stuff such as Copy, Pasting, moving files, and Deleting all Via Terminal!\n
\n
[midnight-commander.org](https://midnight-commander.org/)\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
Fm.awk\n
------\n
\n
File manager written in awk [github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
lmf\n
---\n
\n
st File Manager is a powerful file manager for the UNIX console. It has a curses interface and it’s written in Python v3.4+. [inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)\n
\n
Rover\n
-----\n
\n
Rover is a small file browser that aims to be simple, fast and portable. [lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
LF\n
--\n
\n
lf (as in “list files”) is a terminal file manager written in Go with a heavy inspiration from ranger file manager. [github.com/gokcehan/lf](https://github.com/gokcehan/lf)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Ranger\n
------\n
\n
Alot like Midnight Commander but running on VIM, and just like VIM it is highly customizable \n
[github.com/ranger/ranger](https://github.com/ranger/ranger)\n
\n
----added note ranger should be installed via git most distros have 4+ older versions and lots of bugs\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
nnn\n
---\n
\n
nnn (n³) is a full-featured terminal file manager. It’s tiny, nearly 0-config and incredibly fast. [github.com/jarun/nnn](https://github.com/jarun/nnn)suggest by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
[Fun/games]\n
=============\n
\n
lolcat\n
------\n
\n
make your terminal rainbow [github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)\n
\n
suggested by [sh.itjust.works/u/GentooIsBased@lemmy.ml](https://sh.itjust.works/u/GentooIsBased@lemmy.ml)\n
\n
Cowsay\n
------\n
\n
make a cow say something in Terminal! [github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)\n
\n
Suggested by [sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)\n
\n
Bastet\n
------\n
\n
Tetris clone via terminal [github.com/fph/bastet/](https://github.com/fph/bastet/)suggested by [sh.itjust.works/u/pastaPersona@lemmy.world](https://sh.itjust.works/u/pastaPersona@lemmy.world)\n
\n
Cmatrix\n
-------\n
\n
make your terminal look like your mr.hacker man [github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
spotify-tui\n
-----------\n
\n
Spotify CLI frontend (Spotify via terminal) [github.com/Rigellute/spotify-tui](https://github.com/Rigellute/spotify-tui)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
cacademo\n
--------\n
\n
plays a bunch of neat ASCII animations [linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
figlet\n
------\n
\n
ASCII text art. [www.figlet.org](http://www.figlet.org/)\n
\n
toilet\n
------\n
\n
turn text into ASCII art. [caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)\n
\n
Yewtube\n
-------\n
\n
a cli youtube piped client, stream, download and play audio from YouTube piped. [github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
cbonsai\n
-------\n
\n
Little ASCII art bonsai tree that can be animated with the -l flag [gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
tty-clock\n
---------\n
\n
a digital clock via your terminal! [github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 111
+favouriteCount: 527
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719459439 {#2867
date: 2024-06-27 05:37:19.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@stepanzak@iusearchlinux.fyi"
]
+comments: Doctrine\ORM\PersistentCollection {#2876 …}
+votes: Doctrine\ORM\PersistentCollection {#2878 …}
+reports: Doctrine\ORM\PersistentCollection {#2880 …}
+favourites: Doctrine\ORM\PersistentCollection {#2882 …}
+notifications: Doctrine\ORM\PersistentCollection {#2884 …}
+badges: Doctrine\ORM\PersistentCollection {#2886 …}
+children: [
App\Entity\EntryComment {#2206}
]
-id: 25931
-titleTs: "'list':4 'mega':3 'termin':1 'util':2"
-bodyTs: "'/)':23,42,55,210,487,508,681,712,955,1458,1496,1554,1821 '/)suggested':552,784,826,988,1394 '/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1776 '/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':919 '/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1424 '/aristocratos/btop](https://github.com/aristocratos/btop)':315 '/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':450 '/babarot/gomi](https://github.com/babarot/gomi)suggested':1207 '/bin/sh':1469 '/busyloop/lolcat](https://github.com/busyloop/lolcat)':1731 '/canop/broot](https://github.com/canop/broot)suggested':1223 '/cantino/mcfly](https://github.com/cantino/mcfly)':406 '/cheat/cheat](https://github.com/cheat/cheat)suggested':1183 '/clementtsang/bottom](https://github.com/clementtsang/bottom)':117 '/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1121 '/denisidoro/navi](https://github.com/denisidoro/navi)':1159 '/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1600 '/dundee/gdu](https://github.com/dundee/gdu)':156 '/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':172 '/eza-community/eza](https://github.com/eza-community/eza)suggested':1250 '/fph/bastet/](https://github.com/fph/bastet/)suggested':1760 '/gokcehan/lf](https://github.com/gokcehan/lf)':1647 '/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1568 '/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1869 '/jarun/nnn](https://github.com/jarun/nnn)suggest':1718 '/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1051 '/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1026 '/jonas/tig](https://github.com/jonas/tig)':973 '/jqlang/jq](https://github.com/jqlang/jq)suggested':892 '/junegunn/fzf](https://github.com/junegunn/fzf)':378 '/klange/bim](https://github.com/klange/bim)':639 '/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1808 '/mawww/kakoune](https://github.com/mawww/kakoune)':604 '/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1234 '/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1847 '/muesli/duf](https://github.com/muesli/duf)':223 '/nicolargo/glances](https://github.com/nicolargo/glances)':259 '/nivekuil/rip](https://github.com/nivekuil/rip)':1071 '/nvbn/thefuck](https://github.com/nvbn/thefuck)':1346 '/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1097 '/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1517 '/ouch-org/ouch](https://github.com/ouch-org/ouch)':1298 '/p/rover/](https://lecram.github.io/p/rover/)suggested':1618 '/pictures':916 '/piuccio/cowsay](https://github.com/piuccio/cowsay)':1747 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':95 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':810 '/pydf-check-disk-space-usage-wit':234 '/pydf-check-disk-space-usage-with-colored-output/)':237 '/ranger/ranger](https://github.com/ranger/ranger)':1672 '/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1792 '/rip':1060 '/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':77 '/rtorrent/](https://rakshasa.github.io/rtorrent/)':1263 '/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1317 '/sharkdp/fd](https://github.com/sharkdp/fd)':335 '/software/bash/](https://www.gnu.org/software/bash/)':1411 '/software/emacs/](https://www.gnu.org/software/emacs/)':578 '/starship/starship](https://github.com/starship/starship)suggested':1014 '/syllo/nvtop](https://github.com/syllo/nvtop)':187 '/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':467 '/tmp':1067 '/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':756 '/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':763 '/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1187,1211,1227,1238,1254,1321 '/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1463 '/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1752 '/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':60 '/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1398,1482,1652 '/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':370 '/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1303 '/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':242 '/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':924 '/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':320 '/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':960 '/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':830 '/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1736 '/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1268,1722 '/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':947,978 '/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1428 '/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':513 '/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1559,1695 '/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':644 '/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1764 '/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':760,845,896,992,1018,1030,1056,1076,1126 '/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':609 '/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':82,100,788,814,1572,1622,1852 '/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':454,1102,1164 '/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1351,1780,1797,1813,1873 '/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':556 '/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1830 '/wting/autojump](https://github.com/wting/autojump)':365 '/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1885 '/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':841 '/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1477 '0':1711 '11':270 '16':795 '2':1530 '256':797 '4':1684 '7z':1286 '8':794 '88':796 'accid':1204 'action':594 'actual':729 'ad':821,1673 'add':1890,1905,1926,1941 'addit':420,425 'address':290 'aim':612,1609 'akin':858 'allow':879,1129,1168,1434 'alot':817,832,1654 'also':743,937 'analyz':123 'anim':1805,1862 'anyth':674 'applic':1432 'approach':1217 'appropri':805 'argu':671 'argument':1150 'art':1817,1827,1856 'ascii':1804,1815,1826,1855 'atuin':407,408,440 'audio':1841 'auto':1489 'autojump':336,337 'automat':792 'avail':277 'averag':90 'avrag':205 'awk':861,1565 'base':45,585,590,634,1258 'bash':1399,1413,1416,1486 'basic':196,1536 'bastet':1753 'bat':1304 'behold':558 'bell':1508 'better':446 'bim':610,611 'bit':725 'blaze':997 'blazing-fast':996 'ble.sh':1412 'bob':727 'bonsai':1857 'bottom':101 'broot':1212 'brows':1132 'browser':1,8,27,47,1519,1527,1607 'browsh':2 'btop':260,261 'bug':1690 'bunch':1801 'byobu':815 'bz':1290 'bz2':1291 'c':873 'caca.zoy.org':1829 'caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1828 'cacademo':1798 'cach':279 'capabl':799 'cat':1306 'cbonsai':1853 'cd':899 'chart':807 'cheat':1165 'cheatsheet':1134,1175 'check':225 'child':570,693 'church':560 'clean':1387 'cli':718,951,1273,1785,1833 'client':1260,1836 'clock':181,1876,1879 'clone':1755 'cmatrix':1765 'cmd':331 'code':86 'color':85,230,790,798,806,1091 'color-cod':84 'command':169,361,373,390,424,713,854,1118,1146,1179,1331,1342,1521,1523,1657 'command-lin':853,1178 'commit':597 'communiti':457 'compliant':1468 'complic':475 'compress':1276 'config':1712 'configur':29,479,572,661,699 'connect':1438 'consol':1585 'context':421 'cool':1243,1365,1894,1919,1930,1955 'copi':1542 'core':104,199,305 'correct':1490 'cow':1740 'cowsay':1737 'cpu':103,105,198,303,304,306,308,1037 'crank':268 'creat':1171 'cross':255 'curl':1381 'curs':1589 'curv':657 'custom':1009 'customiz':267,548,1001,1514,1669 'd':742 'daemon':67 'dash':1464 'data':867,889 'databas':351,417 'decompress':1278 'default':274,470,1402 'delet':941,1201,1547 'depend':499,621,878 'detail':1370 'detect':793 'didnt':1328 'differ':252,532,1214 'digit':1878 'directori':354,935 'disk':109,110,121,133,213,226,929 'display':161,803,1153,1374 'distro':1682 'dl':36 'docker':1035 'download':286,1141,1838 'driven':458 'duf':211 'dynam':1152 'e.g':909 'easi':459 'easili':882,1111 'echo':1443 'edit':625,1446 'editor':322,472,522,584,652,1415 'electron':541 'emac':557,562 'email':949 'encrypt':431 'error':1371 'etc':1314 'everyth':1064 'except':1191 'execut':1145 'exist':411 'experi':626 'explor':938 'extens':630 'extern':620 'eza':1239 'fanci':736 'fast':120,998,1078,1472,1613,1715 'faster':340 'faster/easier':898 'fd':326,1094 'featur':617,822,1244,1308,1366,1703 'feel':1899,1935 'figlet':1814 'file':217,324,328,942,1246,1518,1526,1537,1545,1561,1575,1580,1606,1628,1632,1643,1705 'filesystem':345,908 'filter':884 'find':387,1112,1918,1954 'finder':329,375,462 'firefox':19 'fish':1483 'fishshell.com':1493,1495 'fishshell.com/)':1494 'fix':1336 'flag':1866 'flexibl':852 'fm.awk':1560 'folder':1068,1088,1220 'fork':767 'format':1281 'free':281,1900,1936 'friend':708,864 'frontend':1786 'full':1702 'full-featur':1701 'fulli':137,430 'fun/games':1723 'function':970 'fuzzi':372 'fzf':371 'gain':149 'gdu':118,127 'geeksforgeeks.org':233 'geeksforgeeks.org/pydf-check-disk-space-usage-wit':232 'generic':189 'get':1378 'git':966,1023,1379,1680 'github.com':76,116,155,171,186,222,258,314,334,364,377,405,449,466,603,638,755,762,840,891,918,972,1013,1025,1050,1070,1096,1120,1158,1182,1206,1222,1233,1249,1297,1316,1345,1423,1516,1567,1646,1671,1717,1730,1746,1759,1775,1791,1846,1884 'github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1774 'github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':917 'github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1422 'github.com/aristocratos/btop](https://github.com/aristocratos/btop)':313 'github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':448 'github.com/babarot/gomi](https://github.com/babarot/gomi)suggested':1205 'github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)':1729 'github.com/canop/broot](https://github.com/canop/broot)suggested':1221 'github.com/cantino/mcfly](https://github.com/cantino/mcfly)':404 'github.com/cheat/cheat](https://github.com/cheat/cheat)suggested':1181 'github.com/clementtsang/bottom](https://github.com/clementtsang/bottom)':115 'github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1119 'github.com/denisidoro/navi](https://github.com/denisidoro/navi)':1157 'github.com/dundee/gdu](https://github.com/dundee/gdu)':154 'github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':170 'github.com/eza-community/eza](https://github.com/eza-community/eza)suggested':1248 'github.com/fph/bastet/](https://github.com/fph/bastet/)suggested':1758 'github.com/gokcehan/lf](https://github.com/gokcehan/lf)':1645 'github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1566 'github.com/jarun/nnn](https://github.com/jarun/nnn)suggest':1716 'github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1049 'github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1024 'github.com/jonas/tig](https://github.com/jonas/tig)':971 'github.com/jqlang/jq](https://github.com/jqlang/jq)suggested':890 'github.com/junegunn/fzf](https://github.com/junegunn/fzf)':376 'github.com/klange/bim](https://github.com/klange/bim)':637 'github.com/mawww/kakoune](https://github.com/mawww/kakoune)':602 'github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1232 'github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1845 'github.com/muesli/duf](https://github.com/muesli/duf)':221 'github.com/nicolargo/glances](https://github.com/nicolargo/glances)':257 'github.com/nivekuil/rip](https://github.com/nivekuil/rip)':1069 'github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)':1344 'github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1095 'github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1515 'github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)':1296 'github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)':1745 'github.com/ranger/ranger](https://github.com/ranger/ranger)':1670 'github.com/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1790 'github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':75 'github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1315 'github.com/sharkdp/fd](https://github.com/sharkdp/fd)':333 'github.com/starship/starship](https://github.com/starship/starship)suggested':1012 'github.com/syllo/nvtop](https://github.com/syllo/nvtop)':185 'github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':465 'github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':754 'github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':761 'github.com/wting/autojump](https://github.com/wting/autojump)':363 'github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1883 'github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':839 'gitlab.com':1868 'gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1867 'glace':243 'go':126,1636 'goe':1065 'gomi':1188 'gondor.apana.org.au':1476 'gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1475 'good':1915,1951 'got':695 'gpu':177,179 'graph':87 'grep':862 'gz':1287 'hard':747 'hdds':142 'heavi':1639 'helix':514 'helix-editor.com':549,551 'helix-editor.com/)suggested':550 'hey':1323 'high':547,752,1668 'highest':73 'highlight':1311 'histori':385,413,435 'howev':141 'htop':188,247,264 'htop.dev':207,209 'htop.dev/)':208 'http':1377 'huge':153 'icon':1247 'imag':10 'improv':1059 'incred':1714 'infinit':1000 'info':166 'inigo.katxi.org':1599 'inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1598 'inspir':1640 'instal':1678 'intellig':1441 'intend':129 'interact':962,1174 'interfac':284,1590 'intermitt':1437 'internet':780 'ip':289 'item':1085 'javascript':540 'job':483 'jq':846,847 'json':856,866 'jump':903 'kakoun':579,588 'keep':69 'keybind':745 'keystrok':1449 'l':1865 'lan':777 'lazi':394 'lazydock':1031 'lazygit':1019 'learn':656 'leav':1902,1938 'lecram.github.io':1617 'lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested':1616 'let':771,900,1007,1109 'lf':1623,1624 'licens':1375 'life':463 'light':1080 'lightweight':615,629,850 'like':50,246,263,443,491,564,685,818,833,1093,1245,1309,1485,1499,1655,1664,1770 'line':332,362,374,855,1180,1312,1414,1445 'link':43 'links.twibright.com':52,54 'links.twibright.com/)':53 'linux.die.net':1807 'linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1806 'list':1156,1627,1898,1934 'littl':1854 'lmao':403 'lmf':1573 'load':89,204,276 'local':1442 'locat':325 'lolcat':1724 'look':5,251,381,1769 'lot':49,245,697,723,968,1404,1506,1688 'love':1888,1924 'ls':1241,1390 'lynx':24,51 'lynx.browser.org':39,41 'lynx.browser.org/)':40 'lz4':1292 'lzma':1289 'machin':437 'main':531 'maintain':349,1143 'make':1725,1738,1766,1910,1946 'man':460,1773 'manag':720,984,1538,1562,1576,1581,1633,1644,1706 'manpages/examples':1113 'map':885 'markdown':1230 'master':648 'master-rac':647 'may':1137 'mcfli':379,444 'mdr':1228 'mean':538 'memori':107,180,201,275,278,280,282,295,1039 'ment':702 'messag':1372 'micro':488 'micro-editor.github.io':505,507 'micro-editor.github.io/)':506 'midnight':1520,1522,1656 'midnight-commander.org':1551,1553 'midnight-commander.org/)':1552 'minim':995 'modal':581 'modern':520,624,1240,1305 'modifi':16 'monitor':62,192 'mosh':1429 'mosh.org':1455,1457 'mosh.org/)':1456 'mount':215 'move':1084,1544 'mpv':32 'mr.hacker':1772 'much':294,928 'multiplex':732 'n':1698 'nano':468,492,565 'navi':1127,1128 'navig':343,1219 'ncdu':925 'ncurs':801 'near':1710 'neat':1803 'need':673 'neofetch':160 'neomutt':948 'neomutt.org':952,954 'neomutt.org/)':953 'neovim':529,682 'neovim.io':709,711 'neovim.io/)':710 'network':113,283,285,287 'new':1357,1920,1956 'nix':163 'nnn':1696,1697 'note':1674 'number':1313 'nushel':1353 'nvtop':173 'object':447 'oh':688 'old':3 'older':1685 'one':168,389 'option':428 'ouch':1269 'output':231,1092 'packag':631 'page':461 'pane':1531 'parallel':139 'pass':979 'password':983 'past':1543 'peopl':670 'perform':148 'permit':1200 'philosophi':601 'pic':911 'pipe':1835,1844 'pit':1454 'place':905,1916,1952 'platform':256 'play':1799,1840 'plugin':503,665,837 'point':216,668 'portabl':872,1615 'posix':1467 'posix-compli':1466 'post':519,1912,1948 'post-modern':518 'power':183,1579 'pretti':119 'prevoius':1341 'primarili':130 'process':112,140 'processor':857 'program':175,292,297,1167,1406,1895,1921,1931,1957 'prompt':1002 'provid':427,622,1440 'pull':1047 'put':913 'pydf':224 'python':1596 'quick':380,902 'race':649 'rainbow':1728 'rakshasa.github.io':1262 'rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)':1261 'ranger':1642,1653,1675 'ranger/lf':1216 'rar':1295 're':392 'realli':1364,1907,1914,1943,1950 'recommend':753 'record':66,419 'rememb':749 'remot':1430 'replac':409 'rm':1058,1062,1082,1190 'rm-improv':1057 'roam':1435 'rover':1601,1602 'rtorrent':1255 'run':13,291,535,1043,1659 'runtim':877 'rust':537,1107 'sad':1450 'saver':464 'say':1741 'school':4 'script':544 'sed':860 'select':592 'server':441 'sh.itjust.works':59,81,99,241,319,369,453,512,555,608,643,759,787,813,829,844,895,923,946,959,977,991,1017,1029,1055,1075,1101,1125,1163,1186,1210,1226,1237,1253,1267,1302,1320,1350,1397,1427,1462,1481,1558,1571,1621,1651,1694,1721,1735,1751,1763,1779,1796,1812,1851,1872 'sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1185,1209,1225,1236,1252,1319 'sh.itjust.works/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1461 'sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1750 'sh.itjust.works/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':58 'sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1396,1480,1650 'sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':368 'sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1301 'sh.itjust.works/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':240 'sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':922 'sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':318 'sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':958 'sh.itjust.works/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':828 'sh.itjust.works/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1734 'sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1266,1720 'sh.itjust.works/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':945,976 'sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1426 'sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':511 'sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1557,1693 'sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':642 'sh.itjust.works/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1762 'sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':758,843,894,990,1016,1028,1054,1074,1124 'sh.itjust.works/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':607 'sh.itjust.works/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':80,98,786,812,1570,1620,1850 'sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':452,1100,1162 'sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1349,1778,1795,1811,1871 'sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':554 'share':773 'shell':384,412,1005,1011,1352,1360,1417,1503 'show':102,174,197,212,272,926,1036 'similar':525 'simpl':575,1474,1612 'size':220 'slice':883 'small':1605 'someth':1202,1742 'somewhat':574 'space':214,227,930 'speed':182 'spotifi':1782,1784,1787 'spotify-tui':1781 'sqlite':416 'ssd':132 'st':1574 'standard':981 'starship':993 'static':495 'stepanzak@iusearchlinux.fyi':159 'stream':1837 'structur':888 'stuff':1539 'stupid':474 'subdirectori':939 'suggest':56,78,96,157,238,316,366,509,605,640,920,943,956,974,1052,1072,1098,1122,1147,1160,1264,1299,1347,1459,1478,1555,1648,1691,1732,1748,1793,1809,1848,1903,1939 'superfast':327 'support':11,504,838,1436 'swap':202 'synchronis':432 'syntax':1310 'system':61,64,165,191,218 'sz':1293 'tar':1284 'task':206 'tealdear':1103 'temperatur':114,184,309 'termin':6,25,44,190,582,731,775,789,963,1020,1032,1117,1257,1431,1550,1631,1704,1727,1744,1757,1768,1789,1882 'tetri':1754 'text':321,471,521,583,651,1816,1824 'thefuck':1322,1334 'tig':961 'time':92,312 'tini':1709 'tldr':455,1104,1108 'tmate':764 'tmate.io':781,783 'tmate.io/)suggested':782 'tmux':715,769,819,834 'toilet':1822 'tool':1274 'top':249 'torrent':1259 'track':70 'transform':887 'trash':1087,1194 'trashi':1077 'tree':1858 'tti':1875 'tty-clock':1874 'ttyload':83 'tui':1783 'turn':1823 'tweak':1421 'type':219,396,1329,1339,1358,1492 'ui':964,1021,1033,1388 'understand':741 'unix':600,982,1584 'upload':288 'uptim':63,65,74,203 'usag':106,108,111,122,176,178,228,1115 'use':31,299,356,932,1061,1407,1892,1928 'user':707,1448 'user-friend':706 'util':138,200,307,714 'v3.4':1597 'valu':1148 'various':1280 'version':17,1686 'vi':587 'via':330,438,800,950,1376,1549,1679,1756,1788,1880 'video':38 'view':1173 'viewer':1231 'vim':527,543,567,636,645,677,686,1500,1661,1665 'want':1908,1944 'way':341 'web':7,26,46 'weight':1081 'well':145,301,402,501,663,1383 'whistl':1510 'window':719 'word':737 'work':143,347 'would':751,1887,1923 'write':1138 'written':124,870,1563,1594,1634 'wrong':1332,1343 'www.brow.sh':20,22 'www.brow.sh/)':21 'www.byobu.org':823,825 'www.byobu.org/)suggested':824 'www.figlet.org':1818,1820 'www.figlet.org/)':1819 'www.geeksforgeeks.org':236 'www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)':235 'www.gnu.org':577,1410 'www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)':1409 'www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)':576 'www.nano-editor.org':484,486 'www.nano-editor.org/)':485 'www.nushell.sh':1391,1393 'www.nushell.sh/)suggested':1392 'www.passwordstore.org':985,987 'www.passwordstore.org/)suggested':986 'www.vim.org':678,680 'www.vim.org/)':679 'xz':1288 'yeah':1325 'yewtub':1831 'youtub':35,1834,1843 'youtube-dl':34 'z':910 'zellij':831 'zero':876 'zhar.net':94,809 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':93 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':808 'zip':1285 'zoxid':897 'zsh':690,1497 'zst':1294"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704057448
+visibility: "visible "
+apId: "https://sh.itjust.works/post/11871260"
+editedAt: DateTimeImmutable @1719089751 {#2853
date: 2024-06-22 22:55:51.0 +02:00
}
+createdAt: DateTimeImmutable @1703971048 {#2832
date: 2023-12-30 22:17:28.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2201 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2201 …}
+body: "I really like Micro. I wish my fingers could forget all the nonsense Nano keybinds"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1704042658 {#2197
date: 2023-12-31 18:10:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Steamymoomilk@sh.itjust.works"
"@jelloeater85@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2210 …}
+nested: Doctrine\ORM\PersistentCollection {#2207 …}
+votes: Doctrine\ORM\PersistentCollection {#2208 …}
+reports: Doctrine\ORM\PersistentCollection {#2204 …}
+favourites: Doctrine\ORM\PersistentCollection {#2211 …}
+notifications: Doctrine\ORM\PersistentCollection {#2266 …}
-id: 267691
-bodyTs: "'could':9 'finger':8 'forget':10 'keybind':15 'like':3 'micro':4 'nano':14 'nonsens':13 'realli':2 'wish':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5970050"
+editedAt: null
+createdAt: DateTimeImmutable @1704042658 {#2205
date: 2023-12-31 18:10:58.0 +01:00
}
+"title": 267691
} |
|
Show voter details
|
| 9 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 10 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2345
+user: Proxies\__CG__\App\Entity\User {#2812 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2350 …}
+image: Proxies\__CG__\App\Entity\Image {#2852 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "What-s-your-solder-of-choice"
+title: "What's your solder of choice?"
+url: "https://images2.imgbox.com/19/d9/oE94twYV_o.jpg"
+body: """
I recently came to the realization that I’ve been kinda punishing myself with cheap no-name solder that is really difficult to work with.\n
\n
I reluctantly bought this (rather expensive) lead free solder for around $25 and the difference really took me by surprise - it melts and flows so easily!\n
\n
Kinda got me wondering what everyone else has been using for solder, or what’s worked well for you so far at least?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 23
+favouriteCount: 64
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1712566365 {#2847
date: 2024-04-08 10:52:45.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2855 …}
+votes: Doctrine\ORM\PersistentCollection {#2857 …}
+reports: Doctrine\ORM\PersistentCollection {#2859 …}
+favourites: Doctrine\ORM\PersistentCollection {#2861 …}
+notifications: Doctrine\ORM\PersistentCollection {#2863 …}
+badges: Doctrine\ORM\PersistentCollection {#2865 …}
+children: [
App\Entity\EntryComment {#2040
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2345 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2350 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+body: "With no ventilation! Mmm, smells like dying brain cells."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703714383 {#2132
date: 2023-12-27 22:59:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lemann@lemmy.dbzer0.com"
"@Revan343@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 257679
-bodyTs: "'brain':8 'cell':9 'die':7 'like':6 'mmm':4 'smell':5 'ventil':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5913306"
+editedAt: null
+createdAt: DateTimeImmutable @1703714383 {#2138
date: 2023-12-27 22:59:43.0 +01:00
}
+"title": 257679
}
]
-id: 25278
-titleTs: "'choic':6 'solder':4"
-bodyTs: "'25':38 'around':37 'bought':29 'came':3 'cheap':15 'differ':41 'difficult':23 'easili':52 'els':59 'everyon':58 'expens':32 'far':73 'flow':50 'free':34 'got':54 'kinda':11,53 'lead':33 'least':75 'melt':48 'name':18 'no-nam':16 'punish':12 'rather':31 'realiz':6 'realli':22,42 'recent':2 'reluct':28 'solder':19,35,64 'surpris':46 'took':43 'use':62 've':9 'well':69 'wonder':56 'work':25,68"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703602372
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/11075351"
+editedAt: null
+createdAt: DateTimeImmutable @1703515972 {#2835
date: 2023-12-25 15:52:52.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 11 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2345
+user: Proxies\__CG__\App\Entity\User {#2812 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2350 …}
+image: Proxies\__CG__\App\Entity\Image {#2852 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "What-s-your-solder-of-choice"
+title: "What's your solder of choice?"
+url: "https://images2.imgbox.com/19/d9/oE94twYV_o.jpg"
+body: """
I recently came to the realization that I’ve been kinda punishing myself with cheap no-name solder that is really difficult to work with.\n
\n
I reluctantly bought this (rather expensive) lead free solder for around $25 and the difference really took me by surprise - it melts and flows so easily!\n
\n
Kinda got me wondering what everyone else has been using for solder, or what’s worked well for you so far at least?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 23
+favouriteCount: 64
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1712566365 {#2847
date: 2024-04-08 10:52:45.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2855 …}
+votes: Doctrine\ORM\PersistentCollection {#2857 …}
+reports: Doctrine\ORM\PersistentCollection {#2859 …}
+favourites: Doctrine\ORM\PersistentCollection {#2861 …}
+notifications: Doctrine\ORM\PersistentCollection {#2863 …}
+badges: Doctrine\ORM\PersistentCollection {#2865 …}
+children: [
App\Entity\EntryComment {#2040
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2345 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2350 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+body: "With no ventilation! Mmm, smells like dying brain cells."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703714383 {#2132
date: 2023-12-27 22:59:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lemann@lemmy.dbzer0.com"
"@Revan343@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 257679
-bodyTs: "'brain':8 'cell':9 'die':7 'like':6 'mmm':4 'smell':5 'ventil':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5913306"
+editedAt: null
+createdAt: DateTimeImmutable @1703714383 {#2138
date: 2023-12-27 22:59:43.0 +01:00
}
+"title": 257679
}
]
-id: 25278
-titleTs: "'choic':6 'solder':4"
-bodyTs: "'25':38 'around':37 'bought':29 'came':3 'cheap':15 'differ':41 'difficult':23 'easili':52 'els':59 'everyon':58 'expens':32 'far':73 'flow':50 'free':34 'got':54 'kinda':11,53 'lead':33 'least':75 'melt':48 'name':18 'no-nam':16 'punish':12 'rather':31 'realiz':6 'realli':22,42 'recent':2 'reluct':28 'solder':19,35,64 'surpris':46 'took':43 'use':62 've':9 'well':69 'wonder':56 'work':25,68"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703602372
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/11075351"
+editedAt: null
+createdAt: DateTimeImmutable @1703515972 {#2835
date: 2023-12-25 15:52:52.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 12 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2345
+user: Proxies\__CG__\App\Entity\User {#2812 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2350 …}
+image: Proxies\__CG__\App\Entity\Image {#2852 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "What-s-your-solder-of-choice"
+title: "What's your solder of choice?"
+url: "https://images2.imgbox.com/19/d9/oE94twYV_o.jpg"
+body: """
I recently came to the realization that I’ve been kinda punishing myself with cheap no-name solder that is really difficult to work with.\n
\n
I reluctantly bought this (rather expensive) lead free solder for around $25 and the difference really took me by surprise - it melts and flows so easily!\n
\n
Kinda got me wondering what everyone else has been using for solder, or what’s worked well for you so far at least?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 23
+favouriteCount: 64
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1712566365 {#2847
date: 2024-04-08 10:52:45.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2855 …}
+votes: Doctrine\ORM\PersistentCollection {#2857 …}
+reports: Doctrine\ORM\PersistentCollection {#2859 …}
+favourites: Doctrine\ORM\PersistentCollection {#2861 …}
+notifications: Doctrine\ORM\PersistentCollection {#2863 …}
+badges: Doctrine\ORM\PersistentCollection {#2865 …}
+children: [
App\Entity\EntryComment {#2040
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2345 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2350 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+body: "With no ventilation! Mmm, smells like dying brain cells."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703714383 {#2132
date: 2023-12-27 22:59:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lemann@lemmy.dbzer0.com"
"@Revan343@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 257679
-bodyTs: "'brain':8 'cell':9 'die':7 'like':6 'mmm':4 'smell':5 'ventil':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5913306"
+editedAt: null
+createdAt: DateTimeImmutable @1703714383 {#2138
date: 2023-12-27 22:59:43.0 +01:00
}
+"title": 257679
}
]
-id: 25278
-titleTs: "'choic':6 'solder':4"
-bodyTs: "'25':38 'around':37 'bought':29 'came':3 'cheap':15 'differ':41 'difficult':23 'easili':52 'els':59 'everyon':58 'expens':32 'far':73 'flow':50 'free':34 'got':54 'kinda':11,53 'lead':33 'least':75 'melt':48 'name':18 'no-nam':16 'punish':12 'rather':31 'realiz':6 'realli':22,42 'recent':2 'reluct':28 'solder':19,35,64 'surpris':46 'took':43 'use':62 've':9 'well':69 'wonder':56 'work':25,68"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703602372
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/11075351"
+editedAt: null
+createdAt: DateTimeImmutable @1703515972 {#2835
date: 2023-12-25 15:52:52.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 13 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 14 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2040
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2345
+user: Proxies\__CG__\App\Entity\User {#2812 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2350 …}
+image: Proxies\__CG__\App\Entity\Image {#2852 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "What-s-your-solder-of-choice"
+title: "What's your solder of choice?"
+url: "https://images2.imgbox.com/19/d9/oE94twYV_o.jpg"
+body: """
I recently came to the realization that I’ve been kinda punishing myself with cheap no-name solder that is really difficult to work with.\n
\n
I reluctantly bought this (rather expensive) lead free solder for around $25 and the difference really took me by surprise - it melts and flows so easily!\n
\n
Kinda got me wondering what everyone else has been using for solder, or what’s worked well for you so far at least?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 23
+favouriteCount: 64
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1712566365 {#2847
date: 2024-04-08 10:52:45.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2855 …}
+votes: Doctrine\ORM\PersistentCollection {#2857 …}
+reports: Doctrine\ORM\PersistentCollection {#2859 …}
+favourites: Doctrine\ORM\PersistentCollection {#2861 …}
+notifications: Doctrine\ORM\PersistentCollection {#2863 …}
+badges: Doctrine\ORM\PersistentCollection {#2865 …}
+children: [
App\Entity\EntryComment {#2040}
]
-id: 25278
-titleTs: "'choic':6 'solder':4"
-bodyTs: "'25':38 'around':37 'bought':29 'came':3 'cheap':15 'differ':41 'difficult':23 'easili':52 'els':59 'everyon':58 'expens':32 'far':73 'flow':50 'free':34 'got':54 'kinda':11,53 'lead':33 'least':75 'melt':48 'name':18 'no-nam':16 'punish':12 'rather':31 'realiz':6 'realli':22,42 'recent':2 'reluct':28 'solder':19,35,64 'surpris':46 'took':43 'use':62 've':9 'well':69 'wonder':56 'work':25,68"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703602372
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/11075351"
+editedAt: null
+createdAt: DateTimeImmutable @1703515972 {#2835
date: 2023-12-25 15:52:52.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2350 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+body: "With no ventilation! Mmm, smells like dying brain cells."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703714383 {#2132
date: 2023-12-27 22:59:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lemann@lemmy.dbzer0.com"
"@Revan343@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 257679
-bodyTs: "'brain':8 'cell':9 'die':7 'like':6 'mmm':4 'smell':5 'ventil':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5913306"
+editedAt: null
+createdAt: DateTimeImmutable @1703714383 {#2138
date: 2023-12-27 22:59:43.0 +01:00
}
+"title": 257679
} |
|
Show voter details
|
| 15 |
DENIED
|
edit
|
App\Entity\EntryComment {#2040
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2345
+user: Proxies\__CG__\App\Entity\User {#2812 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2350 …}
+image: Proxies\__CG__\App\Entity\Image {#2852 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "What-s-your-solder-of-choice"
+title: "What's your solder of choice?"
+url: "https://images2.imgbox.com/19/d9/oE94twYV_o.jpg"
+body: """
I recently came to the realization that I’ve been kinda punishing myself with cheap no-name solder that is really difficult to work with.\n
\n
I reluctantly bought this (rather expensive) lead free solder for around $25 and the difference really took me by surprise - it melts and flows so easily!\n
\n
Kinda got me wondering what everyone else has been using for solder, or what’s worked well for you so far at least?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 23
+favouriteCount: 64
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1712566365 {#2847
date: 2024-04-08 10:52:45.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2855 …}
+votes: Doctrine\ORM\PersistentCollection {#2857 …}
+reports: Doctrine\ORM\PersistentCollection {#2859 …}
+favourites: Doctrine\ORM\PersistentCollection {#2861 …}
+notifications: Doctrine\ORM\PersistentCollection {#2863 …}
+badges: Doctrine\ORM\PersistentCollection {#2865 …}
+children: [
App\Entity\EntryComment {#2040}
]
-id: 25278
-titleTs: "'choic':6 'solder':4"
-bodyTs: "'25':38 'around':37 'bought':29 'came':3 'cheap':15 'differ':41 'difficult':23 'easili':52 'els':59 'everyon':58 'expens':32 'far':73 'flow':50 'free':34 'got':54 'kinda':11,53 'lead':33 'least':75 'melt':48 'name':18 'no-nam':16 'punish':12 'rather':31 'realiz':6 'realli':22,42 'recent':2 'reluct':28 'solder':19,35,64 'surpris':46 'took':43 'use':62 've':9 'well':69 'wonder':56 'work':25,68"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703602372
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/11075351"
+editedAt: null
+createdAt: DateTimeImmutable @1703515972 {#2835
date: 2023-12-25 15:52:52.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2350 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+body: "With no ventilation! Mmm, smells like dying brain cells."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703714383 {#2132
date: 2023-12-27 22:59:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lemann@lemmy.dbzer0.com"
"@Revan343@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 257679
-bodyTs: "'brain':8 'cell':9 'die':7 'like':6 'mmm':4 'smell':5 'ventil':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5913306"
+editedAt: null
+createdAt: DateTimeImmutable @1703714383 {#2138
date: 2023-12-27 22:59:43.0 +01:00
}
+"title": 257679
} |
|
Show voter details
|
| 16 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2040
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2345
+user: Proxies\__CG__\App\Entity\User {#2812 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2350 …}
+image: Proxies\__CG__\App\Entity\Image {#2852 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "What-s-your-solder-of-choice"
+title: "What's your solder of choice?"
+url: "https://images2.imgbox.com/19/d9/oE94twYV_o.jpg"
+body: """
I recently came to the realization that I’ve been kinda punishing myself with cheap no-name solder that is really difficult to work with.\n
\n
I reluctantly bought this (rather expensive) lead free solder for around $25 and the difference really took me by surprise - it melts and flows so easily!\n
\n
Kinda got me wondering what everyone else has been using for solder, or what’s worked well for you so far at least?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 23
+favouriteCount: 64
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1712566365 {#2847
date: 2024-04-08 10:52:45.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2855 …}
+votes: Doctrine\ORM\PersistentCollection {#2857 …}
+reports: Doctrine\ORM\PersistentCollection {#2859 …}
+favourites: Doctrine\ORM\PersistentCollection {#2861 …}
+notifications: Doctrine\ORM\PersistentCollection {#2863 …}
+badges: Doctrine\ORM\PersistentCollection {#2865 …}
+children: [
App\Entity\EntryComment {#2040}
]
-id: 25278
-titleTs: "'choic':6 'solder':4"
-bodyTs: "'25':38 'around':37 'bought':29 'came':3 'cheap':15 'differ':41 'difficult':23 'easili':52 'els':59 'everyon':58 'expens':32 'far':73 'flow':50 'free':34 'got':54 'kinda':11,53 'lead':33 'least':75 'melt':48 'name':18 'no-nam':16 'punish':12 'rather':31 'realiz':6 'realli':22,42 'recent':2 'reluct':28 'solder':19,35,64 'surpris':46 'took':43 'use':62 've':9 'well':69 'wonder':56 'work':25,68"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703602372
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/11075351"
+editedAt: null
+createdAt: DateTimeImmutable @1703515972 {#2835
date: 2023-12-25 15:52:52.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2350 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+body: "With no ventilation! Mmm, smells like dying brain cells."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703714383 {#2132
date: 2023-12-27 22:59:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lemann@lemmy.dbzer0.com"
"@Revan343@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 257679
-bodyTs: "'brain':8 'cell':9 'die':7 'like':6 'mmm':4 'smell':5 'ventil':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5913306"
+editedAt: null
+createdAt: DateTimeImmutable @1703714383 {#2138
date: 2023-12-27 22:59:43.0 +01:00
}
+"title": 257679
} |
|
Show voter details
|
| 17 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 18 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2271
+user: Proxies\__CG__\App\Entity\User {#2564 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2606 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2628 …}
+slug: "New-Lemmy-trend-incoming"
+title: "New Lemmy trend incoming"
+url: "https://lemmy.zip/pictrs/image/33a040cc-23b9-445b-9e53-68c2f7be40a2.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 61
+favouriteCount: 345
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711637117 {#2260
date: 2024-03-28 15:45:17.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2627 …}
+votes: Doctrine\ORM\PersistentCollection {#2625 …}
+reports: Doctrine\ORM\PersistentCollection {#2622 …}
+favourites: Doctrine\ORM\PersistentCollection {#2656 …}
+notifications: Doctrine\ORM\PersistentCollection {#2652 …}
+badges: Doctrine\ORM\PersistentCollection {#2669 …}
+children: [
App\Entity\EntryComment {#2273
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2271 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2274 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2274 …}
+body: "Skyline Sixway: spaghetti, chili, a sepia photograph of garlic, grated laserdisc, a 747, and anxiety"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704063151 {#2268
date: 2023-12-31 23:52:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@balderdash9@lemmy.zip"
"@Malatesta@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2272 …}
+nested: Doctrine\ORM\PersistentCollection {#2253 …}
+votes: Doctrine\ORM\PersistentCollection {#2262 …}
+reports: Doctrine\ORM\PersistentCollection {#2264 …}
+favourites: Doctrine\ORM\PersistentCollection {#2242 …}
+notifications: Doctrine\ORM\PersistentCollection {#2240 …}
-id: 268541
-bodyTs: "'747':13 'anxieti':15 'chili':4 'garlic':9 'grate':10 'laserdisc':11 'photograph':7 'sepia':6 'sixway':2 'skylin':1 'spaghetti':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5975076"
+editedAt: null
+createdAt: DateTimeImmutable @1704063151 {#2267
date: 2023-12-31 23:52:31.0 +01:00
}
+"title": 268541
}
]
-id: 25912
-titleTs: "'incom':4 'lemmi':2 'new':1 'trend':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704050906
+visibility: "visible "
+apId: "https://lemmy.zip/post/7673956"
+editedAt: null
+createdAt: DateTimeImmutable @1703964506 {#2580
date: 2023-12-30 20:28:26.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 19 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2271
+user: Proxies\__CG__\App\Entity\User {#2564 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2606 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2628 …}
+slug: "New-Lemmy-trend-incoming"
+title: "New Lemmy trend incoming"
+url: "https://lemmy.zip/pictrs/image/33a040cc-23b9-445b-9e53-68c2f7be40a2.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 61
+favouriteCount: 345
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711637117 {#2260
date: 2024-03-28 15:45:17.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2627 …}
+votes: Doctrine\ORM\PersistentCollection {#2625 …}
+reports: Doctrine\ORM\PersistentCollection {#2622 …}
+favourites: Doctrine\ORM\PersistentCollection {#2656 …}
+notifications: Doctrine\ORM\PersistentCollection {#2652 …}
+badges: Doctrine\ORM\PersistentCollection {#2669 …}
+children: [
App\Entity\EntryComment {#2273
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2271 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2274 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2274 …}
+body: "Skyline Sixway: spaghetti, chili, a sepia photograph of garlic, grated laserdisc, a 747, and anxiety"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704063151 {#2268
date: 2023-12-31 23:52:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@balderdash9@lemmy.zip"
"@Malatesta@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2272 …}
+nested: Doctrine\ORM\PersistentCollection {#2253 …}
+votes: Doctrine\ORM\PersistentCollection {#2262 …}
+reports: Doctrine\ORM\PersistentCollection {#2264 …}
+favourites: Doctrine\ORM\PersistentCollection {#2242 …}
+notifications: Doctrine\ORM\PersistentCollection {#2240 …}
-id: 268541
-bodyTs: "'747':13 'anxieti':15 'chili':4 'garlic':9 'grate':10 'laserdisc':11 'photograph':7 'sepia':6 'sixway':2 'skylin':1 'spaghetti':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5975076"
+editedAt: null
+createdAt: DateTimeImmutable @1704063151 {#2267
date: 2023-12-31 23:52:31.0 +01:00
}
+"title": 268541
}
]
-id: 25912
-titleTs: "'incom':4 'lemmi':2 'new':1 'trend':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704050906
+visibility: "visible "
+apId: "https://lemmy.zip/post/7673956"
+editedAt: null
+createdAt: DateTimeImmutable @1703964506 {#2580
date: 2023-12-30 20:28:26.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 20 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2271
+user: Proxies\__CG__\App\Entity\User {#2564 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2606 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2628 …}
+slug: "New-Lemmy-trend-incoming"
+title: "New Lemmy trend incoming"
+url: "https://lemmy.zip/pictrs/image/33a040cc-23b9-445b-9e53-68c2f7be40a2.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 61
+favouriteCount: 345
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711637117 {#2260
date: 2024-03-28 15:45:17.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2627 …}
+votes: Doctrine\ORM\PersistentCollection {#2625 …}
+reports: Doctrine\ORM\PersistentCollection {#2622 …}
+favourites: Doctrine\ORM\PersistentCollection {#2656 …}
+notifications: Doctrine\ORM\PersistentCollection {#2652 …}
+badges: Doctrine\ORM\PersistentCollection {#2669 …}
+children: [
App\Entity\EntryComment {#2273
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2271 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2274 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2274 …}
+body: "Skyline Sixway: spaghetti, chili, a sepia photograph of garlic, grated laserdisc, a 747, and anxiety"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704063151 {#2268
date: 2023-12-31 23:52:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@balderdash9@lemmy.zip"
"@Malatesta@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2272 …}
+nested: Doctrine\ORM\PersistentCollection {#2253 …}
+votes: Doctrine\ORM\PersistentCollection {#2262 …}
+reports: Doctrine\ORM\PersistentCollection {#2264 …}
+favourites: Doctrine\ORM\PersistentCollection {#2242 …}
+notifications: Doctrine\ORM\PersistentCollection {#2240 …}
-id: 268541
-bodyTs: "'747':13 'anxieti':15 'chili':4 'garlic':9 'grate':10 'laserdisc':11 'photograph':7 'sepia':6 'sixway':2 'skylin':1 'spaghetti':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5975076"
+editedAt: null
+createdAt: DateTimeImmutable @1704063151 {#2267
date: 2023-12-31 23:52:31.0 +01:00
}
+"title": 268541
}
]
-id: 25912
-titleTs: "'incom':4 'lemmi':2 'new':1 'trend':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704050906
+visibility: "visible "
+apId: "https://lemmy.zip/post/7673956"
+editedAt: null
+createdAt: DateTimeImmutable @1703964506 {#2580
date: 2023-12-30 20:28:26.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 21 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 22 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2273
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2271
+user: Proxies\__CG__\App\Entity\User {#2564 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2606 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2628 …}
+slug: "New-Lemmy-trend-incoming"
+title: "New Lemmy trend incoming"
+url: "https://lemmy.zip/pictrs/image/33a040cc-23b9-445b-9e53-68c2f7be40a2.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 61
+favouriteCount: 345
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711637117 {#2260
date: 2024-03-28 15:45:17.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2627 …}
+votes: Doctrine\ORM\PersistentCollection {#2625 …}
+reports: Doctrine\ORM\PersistentCollection {#2622 …}
+favourites: Doctrine\ORM\PersistentCollection {#2656 …}
+notifications: Doctrine\ORM\PersistentCollection {#2652 …}
+badges: Doctrine\ORM\PersistentCollection {#2669 …}
+children: [
App\Entity\EntryComment {#2273}
]
-id: 25912
-titleTs: "'incom':4 'lemmi':2 'new':1 'trend':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704050906
+visibility: "visible "
+apId: "https://lemmy.zip/post/7673956"
+editedAt: null
+createdAt: DateTimeImmutable @1703964506 {#2580
date: 2023-12-30 20:28:26.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2274 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2274 …}
+body: "Skyline Sixway: spaghetti, chili, a sepia photograph of garlic, grated laserdisc, a 747, and anxiety"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704063151 {#2268
date: 2023-12-31 23:52:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@balderdash9@lemmy.zip"
"@Malatesta@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2272 …}
+nested: Doctrine\ORM\PersistentCollection {#2253 …}
+votes: Doctrine\ORM\PersistentCollection {#2262 …}
+reports: Doctrine\ORM\PersistentCollection {#2264 …}
+favourites: Doctrine\ORM\PersistentCollection {#2242 …}
+notifications: Doctrine\ORM\PersistentCollection {#2240 …}
-id: 268541
-bodyTs: "'747':13 'anxieti':15 'chili':4 'garlic':9 'grate':10 'laserdisc':11 'photograph':7 'sepia':6 'sixway':2 'skylin':1 'spaghetti':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5975076"
+editedAt: null
+createdAt: DateTimeImmutable @1704063151 {#2267
date: 2023-12-31 23:52:31.0 +01:00
}
+"title": 268541
} |
|
Show voter details
|
| 23 |
DENIED
|
edit
|
App\Entity\EntryComment {#2273
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2271
+user: Proxies\__CG__\App\Entity\User {#2564 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2606 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2628 …}
+slug: "New-Lemmy-trend-incoming"
+title: "New Lemmy trend incoming"
+url: "https://lemmy.zip/pictrs/image/33a040cc-23b9-445b-9e53-68c2f7be40a2.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 61
+favouriteCount: 345
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711637117 {#2260
date: 2024-03-28 15:45:17.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2627 …}
+votes: Doctrine\ORM\PersistentCollection {#2625 …}
+reports: Doctrine\ORM\PersistentCollection {#2622 …}
+favourites: Doctrine\ORM\PersistentCollection {#2656 …}
+notifications: Doctrine\ORM\PersistentCollection {#2652 …}
+badges: Doctrine\ORM\PersistentCollection {#2669 …}
+children: [
App\Entity\EntryComment {#2273}
]
-id: 25912
-titleTs: "'incom':4 'lemmi':2 'new':1 'trend':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704050906
+visibility: "visible "
+apId: "https://lemmy.zip/post/7673956"
+editedAt: null
+createdAt: DateTimeImmutable @1703964506 {#2580
date: 2023-12-30 20:28:26.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2274 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2274 …}
+body: "Skyline Sixway: spaghetti, chili, a sepia photograph of garlic, grated laserdisc, a 747, and anxiety"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704063151 {#2268
date: 2023-12-31 23:52:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@balderdash9@lemmy.zip"
"@Malatesta@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2272 …}
+nested: Doctrine\ORM\PersistentCollection {#2253 …}
+votes: Doctrine\ORM\PersistentCollection {#2262 …}
+reports: Doctrine\ORM\PersistentCollection {#2264 …}
+favourites: Doctrine\ORM\PersistentCollection {#2242 …}
+notifications: Doctrine\ORM\PersistentCollection {#2240 …}
-id: 268541
-bodyTs: "'747':13 'anxieti':15 'chili':4 'garlic':9 'grate':10 'laserdisc':11 'photograph':7 'sepia':6 'sixway':2 'skylin':1 'spaghetti':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5975076"
+editedAt: null
+createdAt: DateTimeImmutable @1704063151 {#2267
date: 2023-12-31 23:52:31.0 +01:00
}
+"title": 268541
} |
|
Show voter details
|
| 24 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2273
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2271
+user: Proxies\__CG__\App\Entity\User {#2564 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2606 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2628 …}
+slug: "New-Lemmy-trend-incoming"
+title: "New Lemmy trend incoming"
+url: "https://lemmy.zip/pictrs/image/33a040cc-23b9-445b-9e53-68c2f7be40a2.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 61
+favouriteCount: 345
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711637117 {#2260
date: 2024-03-28 15:45:17.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2627 …}
+votes: Doctrine\ORM\PersistentCollection {#2625 …}
+reports: Doctrine\ORM\PersistentCollection {#2622 …}
+favourites: Doctrine\ORM\PersistentCollection {#2656 …}
+notifications: Doctrine\ORM\PersistentCollection {#2652 …}
+badges: Doctrine\ORM\PersistentCollection {#2669 …}
+children: [
App\Entity\EntryComment {#2273}
]
-id: 25912
-titleTs: "'incom':4 'lemmi':2 'new':1 'trend':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704050906
+visibility: "visible "
+apId: "https://lemmy.zip/post/7673956"
+editedAt: null
+createdAt: DateTimeImmutable @1703964506 {#2580
date: 2023-12-30 20:28:26.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2274 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2274 …}
+body: "Skyline Sixway: spaghetti, chili, a sepia photograph of garlic, grated laserdisc, a 747, and anxiety"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704063151 {#2268
date: 2023-12-31 23:52:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@balderdash9@lemmy.zip"
"@Malatesta@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2272 …}
+nested: Doctrine\ORM\PersistentCollection {#2253 …}
+votes: Doctrine\ORM\PersistentCollection {#2262 …}
+reports: Doctrine\ORM\PersistentCollection {#2264 …}
+favourites: Doctrine\ORM\PersistentCollection {#2242 …}
+notifications: Doctrine\ORM\PersistentCollection {#2240 …}
-id: 268541
-bodyTs: "'747':13 'anxieti':15 'chili':4 'garlic':9 'grate':10 'laserdisc':11 'photograph':7 'sepia':6 'sixway':2 'skylin':1 'spaghetti':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5975076"
+editedAt: null
+createdAt: DateTimeImmutable @1704063151 {#2267
date: 2023-12-31 23:52:31.0 +01:00
}
+"title": 268541
} |
|
Show voter details
|
| 25 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 26 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1382
+user: Proxies\__CG__\App\Entity\User {#3005 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1401 …}
+image: Proxies\__CG__\App\Entity\Image {#3046 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3048 …}
+slug: "My-Dad-is-Dracula-and-a-Cubicle"
+title: "My Dad is Dracula (and a Cubicle)"
+url: "https://lemmus.org/pictrs/image/162d7c19-b7a8-4239-9875-21d7d36e7424.webp"
+body: "Open offices are gross."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 20
+favouriteCount: 352
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711568393 {#3041
date: 2024-03-27 20:39:53.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3049 …}
+votes: Doctrine\ORM\PersistentCollection {#3051 …}
+reports: Doctrine\ORM\PersistentCollection {#3053 …}
+favourites: Doctrine\ORM\PersistentCollection {#3055 …}
+notifications: Doctrine\ORM\PersistentCollection {#3057 …}
+badges: Doctrine\ORM\PersistentCollection {#3059 …}
+children: [
App\Entity\EntryComment {#1385
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1382 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1401 …}
+image: null
+parent: null
+root: null
+body: "Shades of Cory Doctorow"
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1703456240 {#1402
date: 2023-12-24 23:17:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@sundray@lemmus.org"
]
+children: Doctrine\ORM\PersistentCollection {#1404 …}
+nested: Doctrine\ORM\PersistentCollection {#1361 …}
+votes: Doctrine\ORM\PersistentCollection {#1403 …}
+reports: Doctrine\ORM\PersistentCollection {#2023 …}
+favourites: Doctrine\ORM\PersistentCollection {#2032 …}
+notifications: Doctrine\ORM\PersistentCollection {#2024 …}
-id: 249614
-bodyTs: "'cori':3 'doctorow':4 'shade':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5869628"
+editedAt: null
+createdAt: DateTimeImmutable @1703456240 {#1405
date: 2023-12-24 23:17:20.0 +01:00
}
+"title": 249614
}
]
-id: 24510
-titleTs: "'cubicl':7 'dad':2 'dracula':4"
-bodyTs: "'gross':4 'offic':2 'open':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703542368
+visibility: "visible "
+apId: "https://lemmus.org/post/2218803"
+editedAt: null
+createdAt: DateTimeImmutable @1703455968 {#3028
date: 2023-12-24 23:12:48.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 27 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1382
+user: Proxies\__CG__\App\Entity\User {#3005 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1401 …}
+image: Proxies\__CG__\App\Entity\Image {#3046 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3048 …}
+slug: "My-Dad-is-Dracula-and-a-Cubicle"
+title: "My Dad is Dracula (and a Cubicle)"
+url: "https://lemmus.org/pictrs/image/162d7c19-b7a8-4239-9875-21d7d36e7424.webp"
+body: "Open offices are gross."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 20
+favouriteCount: 352
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711568393 {#3041
date: 2024-03-27 20:39:53.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3049 …}
+votes: Doctrine\ORM\PersistentCollection {#3051 …}
+reports: Doctrine\ORM\PersistentCollection {#3053 …}
+favourites: Doctrine\ORM\PersistentCollection {#3055 …}
+notifications: Doctrine\ORM\PersistentCollection {#3057 …}
+badges: Doctrine\ORM\PersistentCollection {#3059 …}
+children: [
App\Entity\EntryComment {#1385
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1382 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1401 …}
+image: null
+parent: null
+root: null
+body: "Shades of Cory Doctorow"
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1703456240 {#1402
date: 2023-12-24 23:17:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@sundray@lemmus.org"
]
+children: Doctrine\ORM\PersistentCollection {#1404 …}
+nested: Doctrine\ORM\PersistentCollection {#1361 …}
+votes: Doctrine\ORM\PersistentCollection {#1403 …}
+reports: Doctrine\ORM\PersistentCollection {#2023 …}
+favourites: Doctrine\ORM\PersistentCollection {#2032 …}
+notifications: Doctrine\ORM\PersistentCollection {#2024 …}
-id: 249614
-bodyTs: "'cori':3 'doctorow':4 'shade':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5869628"
+editedAt: null
+createdAt: DateTimeImmutable @1703456240 {#1405
date: 2023-12-24 23:17:20.0 +01:00
}
+"title": 249614
}
]
-id: 24510
-titleTs: "'cubicl':7 'dad':2 'dracula':4"
-bodyTs: "'gross':4 'offic':2 'open':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703542368
+visibility: "visible "
+apId: "https://lemmus.org/post/2218803"
+editedAt: null
+createdAt: DateTimeImmutable @1703455968 {#3028
date: 2023-12-24 23:12:48.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 28 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1382
+user: Proxies\__CG__\App\Entity\User {#3005 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1401 …}
+image: Proxies\__CG__\App\Entity\Image {#3046 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3048 …}
+slug: "My-Dad-is-Dracula-and-a-Cubicle"
+title: "My Dad is Dracula (and a Cubicle)"
+url: "https://lemmus.org/pictrs/image/162d7c19-b7a8-4239-9875-21d7d36e7424.webp"
+body: "Open offices are gross."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 20
+favouriteCount: 352
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711568393 {#3041
date: 2024-03-27 20:39:53.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3049 …}
+votes: Doctrine\ORM\PersistentCollection {#3051 …}
+reports: Doctrine\ORM\PersistentCollection {#3053 …}
+favourites: Doctrine\ORM\PersistentCollection {#3055 …}
+notifications: Doctrine\ORM\PersistentCollection {#3057 …}
+badges: Doctrine\ORM\PersistentCollection {#3059 …}
+children: [
App\Entity\EntryComment {#1385
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1382 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1401 …}
+image: null
+parent: null
+root: null
+body: "Shades of Cory Doctorow"
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1703456240 {#1402
date: 2023-12-24 23:17:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@sundray@lemmus.org"
]
+children: Doctrine\ORM\PersistentCollection {#1404 …}
+nested: Doctrine\ORM\PersistentCollection {#1361 …}
+votes: Doctrine\ORM\PersistentCollection {#1403 …}
+reports: Doctrine\ORM\PersistentCollection {#2023 …}
+favourites: Doctrine\ORM\PersistentCollection {#2032 …}
+notifications: Doctrine\ORM\PersistentCollection {#2024 …}
-id: 249614
-bodyTs: "'cori':3 'doctorow':4 'shade':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5869628"
+editedAt: null
+createdAt: DateTimeImmutable @1703456240 {#1405
date: 2023-12-24 23:17:20.0 +01:00
}
+"title": 249614
}
]
-id: 24510
-titleTs: "'cubicl':7 'dad':2 'dracula':4"
-bodyTs: "'gross':4 'offic':2 'open':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703542368
+visibility: "visible "
+apId: "https://lemmus.org/post/2218803"
+editedAt: null
+createdAt: DateTimeImmutable @1703455968 {#3028
date: 2023-12-24 23:12:48.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 29 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 30 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1385
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1382
+user: Proxies\__CG__\App\Entity\User {#3005 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1401 …}
+image: Proxies\__CG__\App\Entity\Image {#3046 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3048 …}
+slug: "My-Dad-is-Dracula-and-a-Cubicle"
+title: "My Dad is Dracula (and a Cubicle)"
+url: "https://lemmus.org/pictrs/image/162d7c19-b7a8-4239-9875-21d7d36e7424.webp"
+body: "Open offices are gross."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 20
+favouriteCount: 352
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711568393 {#3041
date: 2024-03-27 20:39:53.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3049 …}
+votes: Doctrine\ORM\PersistentCollection {#3051 …}
+reports: Doctrine\ORM\PersistentCollection {#3053 …}
+favourites: Doctrine\ORM\PersistentCollection {#3055 …}
+notifications: Doctrine\ORM\PersistentCollection {#3057 …}
+badges: Doctrine\ORM\PersistentCollection {#3059 …}
+children: [
App\Entity\EntryComment {#1385}
]
-id: 24510
-titleTs: "'cubicl':7 'dad':2 'dracula':4"
-bodyTs: "'gross':4 'offic':2 'open':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703542368
+visibility: "visible "
+apId: "https://lemmus.org/post/2218803"
+editedAt: null
+createdAt: DateTimeImmutable @1703455968 {#3028
date: 2023-12-24 23:12:48.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1401 …}
+image: null
+parent: null
+root: null
+body: "Shades of Cory Doctorow"
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1703456240 {#1402
date: 2023-12-24 23:17:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@sundray@lemmus.org"
]
+children: Doctrine\ORM\PersistentCollection {#1404 …}
+nested: Doctrine\ORM\PersistentCollection {#1361 …}
+votes: Doctrine\ORM\PersistentCollection {#1403 …}
+reports: Doctrine\ORM\PersistentCollection {#2023 …}
+favourites: Doctrine\ORM\PersistentCollection {#2032 …}
+notifications: Doctrine\ORM\PersistentCollection {#2024 …}
-id: 249614
-bodyTs: "'cori':3 'doctorow':4 'shade':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5869628"
+editedAt: null
+createdAt: DateTimeImmutable @1703456240 {#1405
date: 2023-12-24 23:17:20.0 +01:00
}
+"title": 249614
} |
|
Show voter details
|
| 31 |
DENIED
|
edit
|
App\Entity\EntryComment {#1385
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1382
+user: Proxies\__CG__\App\Entity\User {#3005 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1401 …}
+image: Proxies\__CG__\App\Entity\Image {#3046 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3048 …}
+slug: "My-Dad-is-Dracula-and-a-Cubicle"
+title: "My Dad is Dracula (and a Cubicle)"
+url: "https://lemmus.org/pictrs/image/162d7c19-b7a8-4239-9875-21d7d36e7424.webp"
+body: "Open offices are gross."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 20
+favouriteCount: 352
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711568393 {#3041
date: 2024-03-27 20:39:53.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3049 …}
+votes: Doctrine\ORM\PersistentCollection {#3051 …}
+reports: Doctrine\ORM\PersistentCollection {#3053 …}
+favourites: Doctrine\ORM\PersistentCollection {#3055 …}
+notifications: Doctrine\ORM\PersistentCollection {#3057 …}
+badges: Doctrine\ORM\PersistentCollection {#3059 …}
+children: [
App\Entity\EntryComment {#1385}
]
-id: 24510
-titleTs: "'cubicl':7 'dad':2 'dracula':4"
-bodyTs: "'gross':4 'offic':2 'open':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703542368
+visibility: "visible "
+apId: "https://lemmus.org/post/2218803"
+editedAt: null
+createdAt: DateTimeImmutable @1703455968 {#3028
date: 2023-12-24 23:12:48.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1401 …}
+image: null
+parent: null
+root: null
+body: "Shades of Cory Doctorow"
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1703456240 {#1402
date: 2023-12-24 23:17:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@sundray@lemmus.org"
]
+children: Doctrine\ORM\PersistentCollection {#1404 …}
+nested: Doctrine\ORM\PersistentCollection {#1361 …}
+votes: Doctrine\ORM\PersistentCollection {#1403 …}
+reports: Doctrine\ORM\PersistentCollection {#2023 …}
+favourites: Doctrine\ORM\PersistentCollection {#2032 …}
+notifications: Doctrine\ORM\PersistentCollection {#2024 …}
-id: 249614
-bodyTs: "'cori':3 'doctorow':4 'shade':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5869628"
+editedAt: null
+createdAt: DateTimeImmutable @1703456240 {#1405
date: 2023-12-24 23:17:20.0 +01:00
}
+"title": 249614
} |
|
Show voter details
|
| 32 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1385
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1382
+user: Proxies\__CG__\App\Entity\User {#3005 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1401 …}
+image: Proxies\__CG__\App\Entity\Image {#3046 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3048 …}
+slug: "My-Dad-is-Dracula-and-a-Cubicle"
+title: "My Dad is Dracula (and a Cubicle)"
+url: "https://lemmus.org/pictrs/image/162d7c19-b7a8-4239-9875-21d7d36e7424.webp"
+body: "Open offices are gross."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 20
+favouriteCount: 352
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711568393 {#3041
date: 2024-03-27 20:39:53.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3049 …}
+votes: Doctrine\ORM\PersistentCollection {#3051 …}
+reports: Doctrine\ORM\PersistentCollection {#3053 …}
+favourites: Doctrine\ORM\PersistentCollection {#3055 …}
+notifications: Doctrine\ORM\PersistentCollection {#3057 …}
+badges: Doctrine\ORM\PersistentCollection {#3059 …}
+children: [
App\Entity\EntryComment {#1385}
]
-id: 24510
-titleTs: "'cubicl':7 'dad':2 'dracula':4"
-bodyTs: "'gross':4 'offic':2 'open':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703542368
+visibility: "visible "
+apId: "https://lemmus.org/post/2218803"
+editedAt: null
+createdAt: DateTimeImmutable @1703455968 {#3028
date: 2023-12-24 23:12:48.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1401 …}
+image: null
+parent: null
+root: null
+body: "Shades of Cory Doctorow"
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1703456240 {#1402
date: 2023-12-24 23:17:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@sundray@lemmus.org"
]
+children: Doctrine\ORM\PersistentCollection {#1404 …}
+nested: Doctrine\ORM\PersistentCollection {#1361 …}
+votes: Doctrine\ORM\PersistentCollection {#1403 …}
+reports: Doctrine\ORM\PersistentCollection {#2023 …}
+favourites: Doctrine\ORM\PersistentCollection {#2032 …}
+notifications: Doctrine\ORM\PersistentCollection {#2024 …}
-id: 249614
-bodyTs: "'cori':3 'doctorow':4 'shade':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5869628"
+editedAt: null
+createdAt: DateTimeImmutable @1703456240 {#1405
date: 2023-12-24 23:17:20.0 +01:00
}
+"title": 249614
} |
|
Show voter details
|
| 33 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 34 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2279
+user: Proxies\__CG__\App\Entity\User {#2677 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2717 …}
+slug: "Is-anyone-using-awk"
+title: "Is anyone using awk?"
+url: null
+body: """
Studying and awk came up.\n
\n
Spent about an hour and I see some useful commands that extend past what “cut” can do. But really when dealing with printf() format statements is anyone using awk scripts for this?\n
\n
Or is everyone just using their familiar scripting language. I’d reach for Python for the problems being presented as useful for awk.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 55
+favouriteCount: 145
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711564310 {#2712
date: 2024-03-27 19:31:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2719 …}
+votes: Doctrine\ORM\PersistentCollection {#2721 …}
+reports: Doctrine\ORM\PersistentCollection {#2723 …}
+favourites: Doctrine\ORM\PersistentCollection {#2725 …}
+notifications: Doctrine\ORM\PersistentCollection {#2727 …}
+badges: Doctrine\ORM\PersistentCollection {#2729 …}
+children: [
App\Entity\EntryComment {#2276
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2279 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2277 …}
+body: "I am very, very slowly chiseling it into my long-term memory. I feel like Rincwind."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703963353 {#2282
date: 2023-12-30 20:09:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@netwren@lemmy.world"
"@WalrusByte@lemmy.world"
"@cybersandwich@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2261 …}
+nested: Doctrine\ORM\PersistentCollection {#2218 …}
+votes: Doctrine\ORM\PersistentCollection {#2221 …}
+reports: Doctrine\ORM\PersistentCollection {#2217 …}
+favourites: Doctrine\ORM\PersistentCollection {#2199 …}
+notifications: Doctrine\ORM\PersistentCollection {#2195 …}
-id: 265247
-bodyTs: "'chisel':6 'feel':15 'like':16 'long':11 'long-term':10 'memori':13 'rincwind':17 'slowli':5 'term':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5956665"
+editedAt: null
+createdAt: DateTimeImmutable @1703963353 {#2278
date: 2023-12-30 20:09:13.0 +01:00
}
+"title": 265247
}
]
-id: 25802
-titleTs: "'anyon':2 'awk':4 'use':3"
-bodyTs: "'anyon':32 'awk':3,34,60 'came':4 'command':15 'cut':20 'd':48 'deal':26 'everyon':40 'extend':17 'familiar':44 'format':29 'hour':9 'languag':46 'past':18 'present':56 'printf':28 'problem':54 'python':51 'reach':49 'realli':24 'script':35,45 'see':12 'spent':6 'statement':30 'studi':1 'use':14,33,42,58"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703999200
+visibility: "visible "
+apId: "https://lemmy.world/post/10117038"
+editedAt: null
+createdAt: DateTimeImmutable @1703912800 {#2699
date: 2023-12-30 06:06:40.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 35 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2279
+user: Proxies\__CG__\App\Entity\User {#2677 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2717 …}
+slug: "Is-anyone-using-awk"
+title: "Is anyone using awk?"
+url: null
+body: """
Studying and awk came up.\n
\n
Spent about an hour and I see some useful commands that extend past what “cut” can do. But really when dealing with printf() format statements is anyone using awk scripts for this?\n
\n
Or is everyone just using their familiar scripting language. I’d reach for Python for the problems being presented as useful for awk.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 55
+favouriteCount: 145
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711564310 {#2712
date: 2024-03-27 19:31:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2719 …}
+votes: Doctrine\ORM\PersistentCollection {#2721 …}
+reports: Doctrine\ORM\PersistentCollection {#2723 …}
+favourites: Doctrine\ORM\PersistentCollection {#2725 …}
+notifications: Doctrine\ORM\PersistentCollection {#2727 …}
+badges: Doctrine\ORM\PersistentCollection {#2729 …}
+children: [
App\Entity\EntryComment {#2276
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2279 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2277 …}
+body: "I am very, very slowly chiseling it into my long-term memory. I feel like Rincwind."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703963353 {#2282
date: 2023-12-30 20:09:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@netwren@lemmy.world"
"@WalrusByte@lemmy.world"
"@cybersandwich@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2261 …}
+nested: Doctrine\ORM\PersistentCollection {#2218 …}
+votes: Doctrine\ORM\PersistentCollection {#2221 …}
+reports: Doctrine\ORM\PersistentCollection {#2217 …}
+favourites: Doctrine\ORM\PersistentCollection {#2199 …}
+notifications: Doctrine\ORM\PersistentCollection {#2195 …}
-id: 265247
-bodyTs: "'chisel':6 'feel':15 'like':16 'long':11 'long-term':10 'memori':13 'rincwind':17 'slowli':5 'term':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5956665"
+editedAt: null
+createdAt: DateTimeImmutable @1703963353 {#2278
date: 2023-12-30 20:09:13.0 +01:00
}
+"title": 265247
}
]
-id: 25802
-titleTs: "'anyon':2 'awk':4 'use':3"
-bodyTs: "'anyon':32 'awk':3,34,60 'came':4 'command':15 'cut':20 'd':48 'deal':26 'everyon':40 'extend':17 'familiar':44 'format':29 'hour':9 'languag':46 'past':18 'present':56 'printf':28 'problem':54 'python':51 'reach':49 'realli':24 'script':35,45 'see':12 'spent':6 'statement':30 'studi':1 'use':14,33,42,58"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703999200
+visibility: "visible "
+apId: "https://lemmy.world/post/10117038"
+editedAt: null
+createdAt: DateTimeImmutable @1703912800 {#2699
date: 2023-12-30 06:06:40.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 36 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2279
+user: Proxies\__CG__\App\Entity\User {#2677 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2717 …}
+slug: "Is-anyone-using-awk"
+title: "Is anyone using awk?"
+url: null
+body: """
Studying and awk came up.\n
\n
Spent about an hour and I see some useful commands that extend past what “cut” can do. But really when dealing with printf() format statements is anyone using awk scripts for this?\n
\n
Or is everyone just using their familiar scripting language. I’d reach for Python for the problems being presented as useful for awk.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 55
+favouriteCount: 145
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711564310 {#2712
date: 2024-03-27 19:31:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2719 …}
+votes: Doctrine\ORM\PersistentCollection {#2721 …}
+reports: Doctrine\ORM\PersistentCollection {#2723 …}
+favourites: Doctrine\ORM\PersistentCollection {#2725 …}
+notifications: Doctrine\ORM\PersistentCollection {#2727 …}
+badges: Doctrine\ORM\PersistentCollection {#2729 …}
+children: [
App\Entity\EntryComment {#2276
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2279 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2277 …}
+body: "I am very, very slowly chiseling it into my long-term memory. I feel like Rincwind."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703963353 {#2282
date: 2023-12-30 20:09:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@netwren@lemmy.world"
"@WalrusByte@lemmy.world"
"@cybersandwich@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2261 …}
+nested: Doctrine\ORM\PersistentCollection {#2218 …}
+votes: Doctrine\ORM\PersistentCollection {#2221 …}
+reports: Doctrine\ORM\PersistentCollection {#2217 …}
+favourites: Doctrine\ORM\PersistentCollection {#2199 …}
+notifications: Doctrine\ORM\PersistentCollection {#2195 …}
-id: 265247
-bodyTs: "'chisel':6 'feel':15 'like':16 'long':11 'long-term':10 'memori':13 'rincwind':17 'slowli':5 'term':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5956665"
+editedAt: null
+createdAt: DateTimeImmutable @1703963353 {#2278
date: 2023-12-30 20:09:13.0 +01:00
}
+"title": 265247
}
]
-id: 25802
-titleTs: "'anyon':2 'awk':4 'use':3"
-bodyTs: "'anyon':32 'awk':3,34,60 'came':4 'command':15 'cut':20 'd':48 'deal':26 'everyon':40 'extend':17 'familiar':44 'format':29 'hour':9 'languag':46 'past':18 'present':56 'printf':28 'problem':54 'python':51 'reach':49 'realli':24 'script':35,45 'see':12 'spent':6 'statement':30 'studi':1 'use':14,33,42,58"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703999200
+visibility: "visible "
+apId: "https://lemmy.world/post/10117038"
+editedAt: null
+createdAt: DateTimeImmutable @1703912800 {#2699
date: 2023-12-30 06:06:40.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 37 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 38 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2276
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2279
+user: Proxies\__CG__\App\Entity\User {#2677 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2717 …}
+slug: "Is-anyone-using-awk"
+title: "Is anyone using awk?"
+url: null
+body: """
Studying and awk came up.\n
\n
Spent about an hour and I see some useful commands that extend past what “cut” can do. But really when dealing with printf() format statements is anyone using awk scripts for this?\n
\n
Or is everyone just using their familiar scripting language. I’d reach for Python for the problems being presented as useful for awk.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 55
+favouriteCount: 145
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711564310 {#2712
date: 2024-03-27 19:31:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2719 …}
+votes: Doctrine\ORM\PersistentCollection {#2721 …}
+reports: Doctrine\ORM\PersistentCollection {#2723 …}
+favourites: Doctrine\ORM\PersistentCollection {#2725 …}
+notifications: Doctrine\ORM\PersistentCollection {#2727 …}
+badges: Doctrine\ORM\PersistentCollection {#2729 …}
+children: [
App\Entity\EntryComment {#2276}
]
-id: 25802
-titleTs: "'anyon':2 'awk':4 'use':3"
-bodyTs: "'anyon':32 'awk':3,34,60 'came':4 'command':15 'cut':20 'd':48 'deal':26 'everyon':40 'extend':17 'familiar':44 'format':29 'hour':9 'languag':46 'past':18 'present':56 'printf':28 'problem':54 'python':51 'reach':49 'realli':24 'script':35,45 'see':12 'spent':6 'statement':30 'studi':1 'use':14,33,42,58"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703999200
+visibility: "visible "
+apId: "https://lemmy.world/post/10117038"
+editedAt: null
+createdAt: DateTimeImmutable @1703912800 {#2699
date: 2023-12-30 06:06:40.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2277 …}
+body: "I am very, very slowly chiseling it into my long-term memory. I feel like Rincwind."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703963353 {#2282
date: 2023-12-30 20:09:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@netwren@lemmy.world"
"@WalrusByte@lemmy.world"
"@cybersandwich@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2261 …}
+nested: Doctrine\ORM\PersistentCollection {#2218 …}
+votes: Doctrine\ORM\PersistentCollection {#2221 …}
+reports: Doctrine\ORM\PersistentCollection {#2217 …}
+favourites: Doctrine\ORM\PersistentCollection {#2199 …}
+notifications: Doctrine\ORM\PersistentCollection {#2195 …}
-id: 265247
-bodyTs: "'chisel':6 'feel':15 'like':16 'long':11 'long-term':10 'memori':13 'rincwind':17 'slowli':5 'term':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5956665"
+editedAt: null
+createdAt: DateTimeImmutable @1703963353 {#2278
date: 2023-12-30 20:09:13.0 +01:00
}
+"title": 265247
} |
|
Show voter details
|
| 39 |
DENIED
|
edit
|
App\Entity\EntryComment {#2276
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2279
+user: Proxies\__CG__\App\Entity\User {#2677 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2717 …}
+slug: "Is-anyone-using-awk"
+title: "Is anyone using awk?"
+url: null
+body: """
Studying and awk came up.\n
\n
Spent about an hour and I see some useful commands that extend past what “cut” can do. But really when dealing with printf() format statements is anyone using awk scripts for this?\n
\n
Or is everyone just using their familiar scripting language. I’d reach for Python for the problems being presented as useful for awk.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 55
+favouriteCount: 145
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711564310 {#2712
date: 2024-03-27 19:31:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2719 …}
+votes: Doctrine\ORM\PersistentCollection {#2721 …}
+reports: Doctrine\ORM\PersistentCollection {#2723 …}
+favourites: Doctrine\ORM\PersistentCollection {#2725 …}
+notifications: Doctrine\ORM\PersistentCollection {#2727 …}
+badges: Doctrine\ORM\PersistentCollection {#2729 …}
+children: [
App\Entity\EntryComment {#2276}
]
-id: 25802
-titleTs: "'anyon':2 'awk':4 'use':3"
-bodyTs: "'anyon':32 'awk':3,34,60 'came':4 'command':15 'cut':20 'd':48 'deal':26 'everyon':40 'extend':17 'familiar':44 'format':29 'hour':9 'languag':46 'past':18 'present':56 'printf':28 'problem':54 'python':51 'reach':49 'realli':24 'script':35,45 'see':12 'spent':6 'statement':30 'studi':1 'use':14,33,42,58"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703999200
+visibility: "visible "
+apId: "https://lemmy.world/post/10117038"
+editedAt: null
+createdAt: DateTimeImmutable @1703912800 {#2699
date: 2023-12-30 06:06:40.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2277 …}
+body: "I am very, very slowly chiseling it into my long-term memory. I feel like Rincwind."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703963353 {#2282
date: 2023-12-30 20:09:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@netwren@lemmy.world"
"@WalrusByte@lemmy.world"
"@cybersandwich@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2261 …}
+nested: Doctrine\ORM\PersistentCollection {#2218 …}
+votes: Doctrine\ORM\PersistentCollection {#2221 …}
+reports: Doctrine\ORM\PersistentCollection {#2217 …}
+favourites: Doctrine\ORM\PersistentCollection {#2199 …}
+notifications: Doctrine\ORM\PersistentCollection {#2195 …}
-id: 265247
-bodyTs: "'chisel':6 'feel':15 'like':16 'long':11 'long-term':10 'memori':13 'rincwind':17 'slowli':5 'term':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5956665"
+editedAt: null
+createdAt: DateTimeImmutable @1703963353 {#2278
date: 2023-12-30 20:09:13.0 +01:00
}
+"title": 265247
} |
|
Show voter details
|
| 40 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2276
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2279
+user: Proxies\__CG__\App\Entity\User {#2677 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2717 …}
+slug: "Is-anyone-using-awk"
+title: "Is anyone using awk?"
+url: null
+body: """
Studying and awk came up.\n
\n
Spent about an hour and I see some useful commands that extend past what “cut” can do. But really when dealing with printf() format statements is anyone using awk scripts for this?\n
\n
Or is everyone just using their familiar scripting language. I’d reach for Python for the problems being presented as useful for awk.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 55
+favouriteCount: 145
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711564310 {#2712
date: 2024-03-27 19:31:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2719 …}
+votes: Doctrine\ORM\PersistentCollection {#2721 …}
+reports: Doctrine\ORM\PersistentCollection {#2723 …}
+favourites: Doctrine\ORM\PersistentCollection {#2725 …}
+notifications: Doctrine\ORM\PersistentCollection {#2727 …}
+badges: Doctrine\ORM\PersistentCollection {#2729 …}
+children: [
App\Entity\EntryComment {#2276}
]
-id: 25802
-titleTs: "'anyon':2 'awk':4 'use':3"
-bodyTs: "'anyon':32 'awk':3,34,60 'came':4 'command':15 'cut':20 'd':48 'deal':26 'everyon':40 'extend':17 'familiar':44 'format':29 'hour':9 'languag':46 'past':18 'present':56 'printf':28 'problem':54 'python':51 'reach':49 'realli':24 'script':35,45 'see':12 'spent':6 'statement':30 'studi':1 'use':14,33,42,58"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703999200
+visibility: "visible "
+apId: "https://lemmy.world/post/10117038"
+editedAt: null
+createdAt: DateTimeImmutable @1703912800 {#2699
date: 2023-12-30 06:06:40.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2277 …}
+body: "I am very, very slowly chiseling it into my long-term memory. I feel like Rincwind."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703963353 {#2282
date: 2023-12-30 20:09:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@netwren@lemmy.world"
"@WalrusByte@lemmy.world"
"@cybersandwich@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2261 …}
+nested: Doctrine\ORM\PersistentCollection {#2218 …}
+votes: Doctrine\ORM\PersistentCollection {#2221 …}
+reports: Doctrine\ORM\PersistentCollection {#2217 …}
+favourites: Doctrine\ORM\PersistentCollection {#2199 …}
+notifications: Doctrine\ORM\PersistentCollection {#2195 …}
-id: 265247
-bodyTs: "'chisel':6 'feel':15 'like':16 'long':11 'long-term':10 'memori':13 'rincwind':17 'slowli':5 'term':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5956665"
+editedAt: null
+createdAt: DateTimeImmutable @1703963353 {#2278
date: 2023-12-30 20:09:13.0 +01:00
}
+"title": 265247
} |
|
Show voter details
|
| 41 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 42 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2339
+user: Proxies\__CG__\App\Entity\User {#2734 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: Proxies\__CG__\App\Entity\Image {#2776 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2778 …}
+slug: "Taking-for-granted"
+title: "Taking for granted"
+url: "https://startrek.website/pictrs/image/5d838911-4cc8-48e6-a1fd-6e6e3bd56634.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 116
+favouriteCount: 849
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710718863 {#2771
date: 2024-03-18 00:41:03.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2779 …}
+votes: Doctrine\ORM\PersistentCollection {#2781 …}
+reports: Doctrine\ORM\PersistentCollection {#2783 …}
+favourites: Doctrine\ORM\PersistentCollection {#2785 …}
+notifications: Doctrine\ORM\PersistentCollection {#2787 …}
+badges: Doctrine\ORM\PersistentCollection {#2789 …}
+children: [
2 => App\Entity\EntryComment {#2335
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
+body: "That’s the thing, paying bills doesn’t make you happy, it just temporarily eliminates the drop in happiness that would occur if you didn’t pay those bills."
+lang: "en"
+isAdult: false
+favouriteCount: 14
+score: 0
+lastActive: DateTime @1703728515 {#2343
date: 2023-12-28 02:55:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@some_guy@lemmy.sdf.org"
"@RealFknNito@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2135 …}
+nested: Doctrine\ORM\PersistentCollection {#2137 …}
+votes: Doctrine\ORM\PersistentCollection {#2068 …}
+reports: Doctrine\ORM\PersistentCollection {#2069 …}
+favourites: Doctrine\ORM\PersistentCollection {#2074 …}
+notifications: Doctrine\ORM\PersistentCollection {#2071 …}
-id: 258201
-bodyTs: "'bill':6,29 'didn':25 'doesn':7 'drop':17 'elimin':15 'happi':11,19 'make':9 'occur':22 'pay':5,27 'temporarili':14 'thing':4 'would':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915956"
+editedAt: null
+createdAt: DateTimeImmutable @1703728515 {#2336
date: 2023-12-28 02:55:15.0 +01:00
}
+"title": 258201
}
1 => App\Entity\EntryComment {#2048
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
+body: """
Well \n
I mean \n
That is how things start though
"""
+lang: "en"
+isAdult: false
+favouriteCount: 13
+score: 0
+lastActive: DateTime @1703728547 {#2070
date: 2023-12-28 02:55:47.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@spacecowboy@sh.itjust.works"
"@brlemworld@lemmy.world"
"@douglasg14b@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2059 …}
+nested: Doctrine\ORM\PersistentCollection {#2047 …}
+votes: Doctrine\ORM\PersistentCollection {#2057 …}
+reports: Doctrine\ORM\PersistentCollection {#2055 …}
+favourites: Doctrine\ORM\PersistentCollection {#2054 …}
+notifications: Doctrine\ORM\PersistentCollection {#2053 …}
-id: 258202
-bodyTs: "'mean':3 'start':8 'thing':7 'though':9 'well':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915963"
+editedAt: null
+createdAt: DateTimeImmutable @1703728547 {#2049
date: 2023-12-28 02:55:47.0 +01:00
}
+"title": 258202
}
0 => App\Entity\EntryComment {#2215
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
+body: "Well no. My point is that while money can’t buy happiness, it can mitigate sources of unhappiness."
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1703739334 {#2043
date: 2023-12-28 05:55:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@some_guy@lemmy.sdf.org"
"@RealFknNito@lemmy.world"
"@caseyweederman@lemmy.ca"
"@SpaceNoodle@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2198 …}
+nested: Doctrine\ORM\PersistentCollection {#2227 …}
+votes: Doctrine\ORM\PersistentCollection {#2214 …}
+reports: Doctrine\ORM\PersistentCollection {#2225 …}
+favourites: Doctrine\ORM\PersistentCollection {#2231 …}
+notifications: Doctrine\ORM\PersistentCollection {#2229 …}
-id: 258462
-bodyTs: "'buy':11 'happi':12 'mitig':15 'money':8 'point':4 'sourc':16 'unhappi':18 'well':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5917667"
+editedAt: null
+createdAt: DateTimeImmutable @1703739334 {#2139
date: 2023-12-28 05:55:34.0 +01:00
}
+"title": 258462
}
]
-id: 25243
-titleTs: "'grant':3 'take':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703781854
+visibility: "visible "
+apId: "https://startrek.website/post/5066954"
+editedAt: null
+createdAt: DateTimeImmutable @1703695454 {#2757
date: 2023-12-27 17:44:14.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 43 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2339
+user: Proxies\__CG__\App\Entity\User {#2734 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: Proxies\__CG__\App\Entity\Image {#2776 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2778 …}
+slug: "Taking-for-granted"
+title: "Taking for granted"
+url: "https://startrek.website/pictrs/image/5d838911-4cc8-48e6-a1fd-6e6e3bd56634.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 116
+favouriteCount: 849
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710718863 {#2771
date: 2024-03-18 00:41:03.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2779 …}
+votes: Doctrine\ORM\PersistentCollection {#2781 …}
+reports: Doctrine\ORM\PersistentCollection {#2783 …}
+favourites: Doctrine\ORM\PersistentCollection {#2785 …}
+notifications: Doctrine\ORM\PersistentCollection {#2787 …}
+badges: Doctrine\ORM\PersistentCollection {#2789 …}
+children: [
2 => App\Entity\EntryComment {#2335
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
+body: "That’s the thing, paying bills doesn’t make you happy, it just temporarily eliminates the drop in happiness that would occur if you didn’t pay those bills."
+lang: "en"
+isAdult: false
+favouriteCount: 14
+score: 0
+lastActive: DateTime @1703728515 {#2343
date: 2023-12-28 02:55:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@some_guy@lemmy.sdf.org"
"@RealFknNito@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2135 …}
+nested: Doctrine\ORM\PersistentCollection {#2137 …}
+votes: Doctrine\ORM\PersistentCollection {#2068 …}
+reports: Doctrine\ORM\PersistentCollection {#2069 …}
+favourites: Doctrine\ORM\PersistentCollection {#2074 …}
+notifications: Doctrine\ORM\PersistentCollection {#2071 …}
-id: 258201
-bodyTs: "'bill':6,29 'didn':25 'doesn':7 'drop':17 'elimin':15 'happi':11,19 'make':9 'occur':22 'pay':5,27 'temporarili':14 'thing':4 'would':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915956"
+editedAt: null
+createdAt: DateTimeImmutable @1703728515 {#2336
date: 2023-12-28 02:55:15.0 +01:00
}
+"title": 258201
}
1 => App\Entity\EntryComment {#2048
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
+body: """
Well \n
I mean \n
That is how things start though
"""
+lang: "en"
+isAdult: false
+favouriteCount: 13
+score: 0
+lastActive: DateTime @1703728547 {#2070
date: 2023-12-28 02:55:47.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@spacecowboy@sh.itjust.works"
"@brlemworld@lemmy.world"
"@douglasg14b@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2059 …}
+nested: Doctrine\ORM\PersistentCollection {#2047 …}
+votes: Doctrine\ORM\PersistentCollection {#2057 …}
+reports: Doctrine\ORM\PersistentCollection {#2055 …}
+favourites: Doctrine\ORM\PersistentCollection {#2054 …}
+notifications: Doctrine\ORM\PersistentCollection {#2053 …}
-id: 258202
-bodyTs: "'mean':3 'start':8 'thing':7 'though':9 'well':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915963"
+editedAt: null
+createdAt: DateTimeImmutable @1703728547 {#2049
date: 2023-12-28 02:55:47.0 +01:00
}
+"title": 258202
}
0 => App\Entity\EntryComment {#2215
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
+body: "Well no. My point is that while money can’t buy happiness, it can mitigate sources of unhappiness."
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1703739334 {#2043
date: 2023-12-28 05:55:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@some_guy@lemmy.sdf.org"
"@RealFknNito@lemmy.world"
"@caseyweederman@lemmy.ca"
"@SpaceNoodle@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2198 …}
+nested: Doctrine\ORM\PersistentCollection {#2227 …}
+votes: Doctrine\ORM\PersistentCollection {#2214 …}
+reports: Doctrine\ORM\PersistentCollection {#2225 …}
+favourites: Doctrine\ORM\PersistentCollection {#2231 …}
+notifications: Doctrine\ORM\PersistentCollection {#2229 …}
-id: 258462
-bodyTs: "'buy':11 'happi':12 'mitig':15 'money':8 'point':4 'sourc':16 'unhappi':18 'well':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5917667"
+editedAt: null
+createdAt: DateTimeImmutable @1703739334 {#2139
date: 2023-12-28 05:55:34.0 +01:00
}
+"title": 258462
}
]
-id: 25243
-titleTs: "'grant':3 'take':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703781854
+visibility: "visible "
+apId: "https://startrek.website/post/5066954"
+editedAt: null
+createdAt: DateTimeImmutable @1703695454 {#2757
date: 2023-12-27 17:44:14.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 44 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2339
+user: Proxies\__CG__\App\Entity\User {#2734 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: Proxies\__CG__\App\Entity\Image {#2776 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2778 …}
+slug: "Taking-for-granted"
+title: "Taking for granted"
+url: "https://startrek.website/pictrs/image/5d838911-4cc8-48e6-a1fd-6e6e3bd56634.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 116
+favouriteCount: 849
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710718863 {#2771
date: 2024-03-18 00:41:03.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2779 …}
+votes: Doctrine\ORM\PersistentCollection {#2781 …}
+reports: Doctrine\ORM\PersistentCollection {#2783 …}
+favourites: Doctrine\ORM\PersistentCollection {#2785 …}
+notifications: Doctrine\ORM\PersistentCollection {#2787 …}
+badges: Doctrine\ORM\PersistentCollection {#2789 …}
+children: [
2 => App\Entity\EntryComment {#2335
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
+body: "That’s the thing, paying bills doesn’t make you happy, it just temporarily eliminates the drop in happiness that would occur if you didn’t pay those bills."
+lang: "en"
+isAdult: false
+favouriteCount: 14
+score: 0
+lastActive: DateTime @1703728515 {#2343
date: 2023-12-28 02:55:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@some_guy@lemmy.sdf.org"
"@RealFknNito@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2135 …}
+nested: Doctrine\ORM\PersistentCollection {#2137 …}
+votes: Doctrine\ORM\PersistentCollection {#2068 …}
+reports: Doctrine\ORM\PersistentCollection {#2069 …}
+favourites: Doctrine\ORM\PersistentCollection {#2074 …}
+notifications: Doctrine\ORM\PersistentCollection {#2071 …}
-id: 258201
-bodyTs: "'bill':6,29 'didn':25 'doesn':7 'drop':17 'elimin':15 'happi':11,19 'make':9 'occur':22 'pay':5,27 'temporarili':14 'thing':4 'would':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915956"
+editedAt: null
+createdAt: DateTimeImmutable @1703728515 {#2336
date: 2023-12-28 02:55:15.0 +01:00
}
+"title": 258201
}
1 => App\Entity\EntryComment {#2048
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
+body: """
Well \n
I mean \n
That is how things start though
"""
+lang: "en"
+isAdult: false
+favouriteCount: 13
+score: 0
+lastActive: DateTime @1703728547 {#2070
date: 2023-12-28 02:55:47.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@spacecowboy@sh.itjust.works"
"@brlemworld@lemmy.world"
"@douglasg14b@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2059 …}
+nested: Doctrine\ORM\PersistentCollection {#2047 …}
+votes: Doctrine\ORM\PersistentCollection {#2057 …}
+reports: Doctrine\ORM\PersistentCollection {#2055 …}
+favourites: Doctrine\ORM\PersistentCollection {#2054 …}
+notifications: Doctrine\ORM\PersistentCollection {#2053 …}
-id: 258202
-bodyTs: "'mean':3 'start':8 'thing':7 'though':9 'well':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915963"
+editedAt: null
+createdAt: DateTimeImmutable @1703728547 {#2049
date: 2023-12-28 02:55:47.0 +01:00
}
+"title": 258202
}
0 => App\Entity\EntryComment {#2215
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
+body: "Well no. My point is that while money can’t buy happiness, it can mitigate sources of unhappiness."
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1703739334 {#2043
date: 2023-12-28 05:55:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@some_guy@lemmy.sdf.org"
"@RealFknNito@lemmy.world"
"@caseyweederman@lemmy.ca"
"@SpaceNoodle@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2198 …}
+nested: Doctrine\ORM\PersistentCollection {#2227 …}
+votes: Doctrine\ORM\PersistentCollection {#2214 …}
+reports: Doctrine\ORM\PersistentCollection {#2225 …}
+favourites: Doctrine\ORM\PersistentCollection {#2231 …}
+notifications: Doctrine\ORM\PersistentCollection {#2229 …}
-id: 258462
-bodyTs: "'buy':11 'happi':12 'mitig':15 'money':8 'point':4 'sourc':16 'unhappi':18 'well':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5917667"
+editedAt: null
+createdAt: DateTimeImmutable @1703739334 {#2139
date: 2023-12-28 05:55:34.0 +01:00
}
+"title": 258462
}
]
-id: 25243
-titleTs: "'grant':3 'take':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703781854
+visibility: "visible "
+apId: "https://startrek.website/post/5066954"
+editedAt: null
+createdAt: DateTimeImmutable @1703695454 {#2757
date: 2023-12-27 17:44:14.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 45 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 46 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2335
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339
+user: Proxies\__CG__\App\Entity\User {#2734 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: Proxies\__CG__\App\Entity\Image {#2776 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2778 …}
+slug: "Taking-for-granted"
+title: "Taking for granted"
+url: "https://startrek.website/pictrs/image/5d838911-4cc8-48e6-a1fd-6e6e3bd56634.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 116
+favouriteCount: 849
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710718863 {#2771
date: 2024-03-18 00:41:03.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2779 …}
+votes: Doctrine\ORM\PersistentCollection {#2781 …}
+reports: Doctrine\ORM\PersistentCollection {#2783 …}
+favourites: Doctrine\ORM\PersistentCollection {#2785 …}
+notifications: Doctrine\ORM\PersistentCollection {#2787 …}
+badges: Doctrine\ORM\PersistentCollection {#2789 …}
+children: [
2 => App\Entity\EntryComment {#2335}
1 => App\Entity\EntryComment {#2048
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
+body: """
Well \n
I mean \n
That is how things start though
"""
+lang: "en"
+isAdult: false
+favouriteCount: 13
+score: 0
+lastActive: DateTime @1703728547 {#2070
date: 2023-12-28 02:55:47.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@spacecowboy@sh.itjust.works"
"@brlemworld@lemmy.world"
"@douglasg14b@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2059 …}
+nested: Doctrine\ORM\PersistentCollection {#2047 …}
+votes: Doctrine\ORM\PersistentCollection {#2057 …}
+reports: Doctrine\ORM\PersistentCollection {#2055 …}
+favourites: Doctrine\ORM\PersistentCollection {#2054 …}
+notifications: Doctrine\ORM\PersistentCollection {#2053 …}
-id: 258202
-bodyTs: "'mean':3 'start':8 'thing':7 'though':9 'well':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915963"
+editedAt: null
+createdAt: DateTimeImmutable @1703728547 {#2049
date: 2023-12-28 02:55:47.0 +01:00
}
+"title": 258202
}
0 => App\Entity\EntryComment {#2215
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
+body: "Well no. My point is that while money can’t buy happiness, it can mitigate sources of unhappiness."
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1703739334 {#2043
date: 2023-12-28 05:55:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@some_guy@lemmy.sdf.org"
"@RealFknNito@lemmy.world"
"@caseyweederman@lemmy.ca"
"@SpaceNoodle@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2198 …}
+nested: Doctrine\ORM\PersistentCollection {#2227 …}
+votes: Doctrine\ORM\PersistentCollection {#2214 …}
+reports: Doctrine\ORM\PersistentCollection {#2225 …}
+favourites: Doctrine\ORM\PersistentCollection {#2231 …}
+notifications: Doctrine\ORM\PersistentCollection {#2229 …}
-id: 258462
-bodyTs: "'buy':11 'happi':12 'mitig':15 'money':8 'point':4 'sourc':16 'unhappi':18 'well':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5917667"
+editedAt: null
+createdAt: DateTimeImmutable @1703739334 {#2139
date: 2023-12-28 05:55:34.0 +01:00
}
+"title": 258462
}
]
-id: 25243
-titleTs: "'grant':3 'take':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703781854
+visibility: "visible "
+apId: "https://startrek.website/post/5066954"
+editedAt: null
+createdAt: DateTimeImmutable @1703695454 {#2757
date: 2023-12-27 17:44:14.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
+body: "That’s the thing, paying bills doesn’t make you happy, it just temporarily eliminates the drop in happiness that would occur if you didn’t pay those bills."
+lang: "en"
+isAdult: false
+favouriteCount: 14
+score: 0
+lastActive: DateTime @1703728515 {#2343
date: 2023-12-28 02:55:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@some_guy@lemmy.sdf.org"
"@RealFknNito@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2135 …}
+nested: Doctrine\ORM\PersistentCollection {#2137 …}
+votes: Doctrine\ORM\PersistentCollection {#2068 …}
+reports: Doctrine\ORM\PersistentCollection {#2069 …}
+favourites: Doctrine\ORM\PersistentCollection {#2074 …}
+notifications: Doctrine\ORM\PersistentCollection {#2071 …}
-id: 258201
-bodyTs: "'bill':6,29 'didn':25 'doesn':7 'drop':17 'elimin':15 'happi':11,19 'make':9 'occur':22 'pay':5,27 'temporarili':14 'thing':4 'would':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915956"
+editedAt: null
+createdAt: DateTimeImmutable @1703728515 {#2336
date: 2023-12-28 02:55:15.0 +01:00
}
+"title": 258201
} |
|
Show voter details
|
| 47 |
DENIED
|
edit
|
App\Entity\EntryComment {#2335
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339
+user: Proxies\__CG__\App\Entity\User {#2734 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: Proxies\__CG__\App\Entity\Image {#2776 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2778 …}
+slug: "Taking-for-granted"
+title: "Taking for granted"
+url: "https://startrek.website/pictrs/image/5d838911-4cc8-48e6-a1fd-6e6e3bd56634.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 116
+favouriteCount: 849
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710718863 {#2771
date: 2024-03-18 00:41:03.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2779 …}
+votes: Doctrine\ORM\PersistentCollection {#2781 …}
+reports: Doctrine\ORM\PersistentCollection {#2783 …}
+favourites: Doctrine\ORM\PersistentCollection {#2785 …}
+notifications: Doctrine\ORM\PersistentCollection {#2787 …}
+badges: Doctrine\ORM\PersistentCollection {#2789 …}
+children: [
2 => App\Entity\EntryComment {#2335}
1 => App\Entity\EntryComment {#2048
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
+body: """
Well \n
I mean \n
That is how things start though
"""
+lang: "en"
+isAdult: false
+favouriteCount: 13
+score: 0
+lastActive: DateTime @1703728547 {#2070
date: 2023-12-28 02:55:47.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@spacecowboy@sh.itjust.works"
"@brlemworld@lemmy.world"
"@douglasg14b@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2059 …}
+nested: Doctrine\ORM\PersistentCollection {#2047 …}
+votes: Doctrine\ORM\PersistentCollection {#2057 …}
+reports: Doctrine\ORM\PersistentCollection {#2055 …}
+favourites: Doctrine\ORM\PersistentCollection {#2054 …}
+notifications: Doctrine\ORM\PersistentCollection {#2053 …}
-id: 258202
-bodyTs: "'mean':3 'start':8 'thing':7 'though':9 'well':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915963"
+editedAt: null
+createdAt: DateTimeImmutable @1703728547 {#2049
date: 2023-12-28 02:55:47.0 +01:00
}
+"title": 258202
}
0 => App\Entity\EntryComment {#2215
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
+body: "Well no. My point is that while money can’t buy happiness, it can mitigate sources of unhappiness."
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1703739334 {#2043
date: 2023-12-28 05:55:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@some_guy@lemmy.sdf.org"
"@RealFknNito@lemmy.world"
"@caseyweederman@lemmy.ca"
"@SpaceNoodle@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2198 …}
+nested: Doctrine\ORM\PersistentCollection {#2227 …}
+votes: Doctrine\ORM\PersistentCollection {#2214 …}
+reports: Doctrine\ORM\PersistentCollection {#2225 …}
+favourites: Doctrine\ORM\PersistentCollection {#2231 …}
+notifications: Doctrine\ORM\PersistentCollection {#2229 …}
-id: 258462
-bodyTs: "'buy':11 'happi':12 'mitig':15 'money':8 'point':4 'sourc':16 'unhappi':18 'well':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5917667"
+editedAt: null
+createdAt: DateTimeImmutable @1703739334 {#2139
date: 2023-12-28 05:55:34.0 +01:00
}
+"title": 258462
}
]
-id: 25243
-titleTs: "'grant':3 'take':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703781854
+visibility: "visible "
+apId: "https://startrek.website/post/5066954"
+editedAt: null
+createdAt: DateTimeImmutable @1703695454 {#2757
date: 2023-12-27 17:44:14.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
+body: "That’s the thing, paying bills doesn’t make you happy, it just temporarily eliminates the drop in happiness that would occur if you didn’t pay those bills."
+lang: "en"
+isAdult: false
+favouriteCount: 14
+score: 0
+lastActive: DateTime @1703728515 {#2343
date: 2023-12-28 02:55:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@some_guy@lemmy.sdf.org"
"@RealFknNito@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2135 …}
+nested: Doctrine\ORM\PersistentCollection {#2137 …}
+votes: Doctrine\ORM\PersistentCollection {#2068 …}
+reports: Doctrine\ORM\PersistentCollection {#2069 …}
+favourites: Doctrine\ORM\PersistentCollection {#2074 …}
+notifications: Doctrine\ORM\PersistentCollection {#2071 …}
-id: 258201
-bodyTs: "'bill':6,29 'didn':25 'doesn':7 'drop':17 'elimin':15 'happi':11,19 'make':9 'occur':22 'pay':5,27 'temporarili':14 'thing':4 'would':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915956"
+editedAt: null
+createdAt: DateTimeImmutable @1703728515 {#2336
date: 2023-12-28 02:55:15.0 +01:00
}
+"title": 258201
} |
|
Show voter details
|
| 48 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2335
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339
+user: Proxies\__CG__\App\Entity\User {#2734 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: Proxies\__CG__\App\Entity\Image {#2776 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2778 …}
+slug: "Taking-for-granted"
+title: "Taking for granted"
+url: "https://startrek.website/pictrs/image/5d838911-4cc8-48e6-a1fd-6e6e3bd56634.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 116
+favouriteCount: 849
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710718863 {#2771
date: 2024-03-18 00:41:03.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2779 …}
+votes: Doctrine\ORM\PersistentCollection {#2781 …}
+reports: Doctrine\ORM\PersistentCollection {#2783 …}
+favourites: Doctrine\ORM\PersistentCollection {#2785 …}
+notifications: Doctrine\ORM\PersistentCollection {#2787 …}
+badges: Doctrine\ORM\PersistentCollection {#2789 …}
+children: [
2 => App\Entity\EntryComment {#2335}
1 => App\Entity\EntryComment {#2048
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
+body: """
Well \n
I mean \n
That is how things start though
"""
+lang: "en"
+isAdult: false
+favouriteCount: 13
+score: 0
+lastActive: DateTime @1703728547 {#2070
date: 2023-12-28 02:55:47.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@spacecowboy@sh.itjust.works"
"@brlemworld@lemmy.world"
"@douglasg14b@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2059 …}
+nested: Doctrine\ORM\PersistentCollection {#2047 …}
+votes: Doctrine\ORM\PersistentCollection {#2057 …}
+reports: Doctrine\ORM\PersistentCollection {#2055 …}
+favourites: Doctrine\ORM\PersistentCollection {#2054 …}
+notifications: Doctrine\ORM\PersistentCollection {#2053 …}
-id: 258202
-bodyTs: "'mean':3 'start':8 'thing':7 'though':9 'well':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915963"
+editedAt: null
+createdAt: DateTimeImmutable @1703728547 {#2049
date: 2023-12-28 02:55:47.0 +01:00
}
+"title": 258202
}
0 => App\Entity\EntryComment {#2215
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
+body: "Well no. My point is that while money can’t buy happiness, it can mitigate sources of unhappiness."
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1703739334 {#2043
date: 2023-12-28 05:55:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@some_guy@lemmy.sdf.org"
"@RealFknNito@lemmy.world"
"@caseyweederman@lemmy.ca"
"@SpaceNoodle@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2198 …}
+nested: Doctrine\ORM\PersistentCollection {#2227 …}
+votes: Doctrine\ORM\PersistentCollection {#2214 …}
+reports: Doctrine\ORM\PersistentCollection {#2225 …}
+favourites: Doctrine\ORM\PersistentCollection {#2231 …}
+notifications: Doctrine\ORM\PersistentCollection {#2229 …}
-id: 258462
-bodyTs: "'buy':11 'happi':12 'mitig':15 'money':8 'point':4 'sourc':16 'unhappi':18 'well':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5917667"
+editedAt: null
+createdAt: DateTimeImmutable @1703739334 {#2139
date: 2023-12-28 05:55:34.0 +01:00
}
+"title": 258462
}
]
-id: 25243
-titleTs: "'grant':3 'take':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703781854
+visibility: "visible "
+apId: "https://startrek.website/post/5066954"
+editedAt: null
+createdAt: DateTimeImmutable @1703695454 {#2757
date: 2023-12-27 17:44:14.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
+body: "That’s the thing, paying bills doesn’t make you happy, it just temporarily eliminates the drop in happiness that would occur if you didn’t pay those bills."
+lang: "en"
+isAdult: false
+favouriteCount: 14
+score: 0
+lastActive: DateTime @1703728515 {#2343
date: 2023-12-28 02:55:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@some_guy@lemmy.sdf.org"
"@RealFknNito@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2135 …}
+nested: Doctrine\ORM\PersistentCollection {#2137 …}
+votes: Doctrine\ORM\PersistentCollection {#2068 …}
+reports: Doctrine\ORM\PersistentCollection {#2069 …}
+favourites: Doctrine\ORM\PersistentCollection {#2074 …}
+notifications: Doctrine\ORM\PersistentCollection {#2071 …}
-id: 258201
-bodyTs: "'bill':6,29 'didn':25 'doesn':7 'drop':17 'elimin':15 'happi':11,19 'make':9 'occur':22 'pay':5,27 'temporarili':14 'thing':4 'would':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915956"
+editedAt: null
+createdAt: DateTimeImmutable @1703728515 {#2336
date: 2023-12-28 02:55:15.0 +01:00
}
+"title": 258201
} |
|
Show voter details
|
| 49 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 50 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2048
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339
+user: Proxies\__CG__\App\Entity\User {#2734 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: Proxies\__CG__\App\Entity\Image {#2776 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2778 …}
+slug: "Taking-for-granted"
+title: "Taking for granted"
+url: "https://startrek.website/pictrs/image/5d838911-4cc8-48e6-a1fd-6e6e3bd56634.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 116
+favouriteCount: 849
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710718863 {#2771
date: 2024-03-18 00:41:03.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2779 …}
+votes: Doctrine\ORM\PersistentCollection {#2781 …}
+reports: Doctrine\ORM\PersistentCollection {#2783 …}
+favourites: Doctrine\ORM\PersistentCollection {#2785 …}
+notifications: Doctrine\ORM\PersistentCollection {#2787 …}
+badges: Doctrine\ORM\PersistentCollection {#2789 …}
+children: [
2 => App\Entity\EntryComment {#2335
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
+body: "That’s the thing, paying bills doesn’t make you happy, it just temporarily eliminates the drop in happiness that would occur if you didn’t pay those bills."
+lang: "en"
+isAdult: false
+favouriteCount: 14
+score: 0
+lastActive: DateTime @1703728515 {#2343
date: 2023-12-28 02:55:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@some_guy@lemmy.sdf.org"
"@RealFknNito@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2135 …}
+nested: Doctrine\ORM\PersistentCollection {#2137 …}
+votes: Doctrine\ORM\PersistentCollection {#2068 …}
+reports: Doctrine\ORM\PersistentCollection {#2069 …}
+favourites: Doctrine\ORM\PersistentCollection {#2074 …}
+notifications: Doctrine\ORM\PersistentCollection {#2071 …}
-id: 258201
-bodyTs: "'bill':6,29 'didn':25 'doesn':7 'drop':17 'elimin':15 'happi':11,19 'make':9 'occur':22 'pay':5,27 'temporarili':14 'thing':4 'would':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915956"
+editedAt: null
+createdAt: DateTimeImmutable @1703728515 {#2336
date: 2023-12-28 02:55:15.0 +01:00
}
+"title": 258201
}
1 => App\Entity\EntryComment {#2048}
0 => App\Entity\EntryComment {#2215
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
+body: "Well no. My point is that while money can’t buy happiness, it can mitigate sources of unhappiness."
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1703739334 {#2043
date: 2023-12-28 05:55:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@some_guy@lemmy.sdf.org"
"@RealFknNito@lemmy.world"
"@caseyweederman@lemmy.ca"
"@SpaceNoodle@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2198 …}
+nested: Doctrine\ORM\PersistentCollection {#2227 …}
+votes: Doctrine\ORM\PersistentCollection {#2214 …}
+reports: Doctrine\ORM\PersistentCollection {#2225 …}
+favourites: Doctrine\ORM\PersistentCollection {#2231 …}
+notifications: Doctrine\ORM\PersistentCollection {#2229 …}
-id: 258462
-bodyTs: "'buy':11 'happi':12 'mitig':15 'money':8 'point':4 'sourc':16 'unhappi':18 'well':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5917667"
+editedAt: null
+createdAt: DateTimeImmutable @1703739334 {#2139
date: 2023-12-28 05:55:34.0 +01:00
}
+"title": 258462
}
]
-id: 25243
-titleTs: "'grant':3 'take':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703781854
+visibility: "visible "
+apId: "https://startrek.website/post/5066954"
+editedAt: null
+createdAt: DateTimeImmutable @1703695454 {#2757
date: 2023-12-27 17:44:14.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
+body: """
Well \n
I mean \n
That is how things start though
"""
+lang: "en"
+isAdult: false
+favouriteCount: 13
+score: 0
+lastActive: DateTime @1703728547 {#2070
date: 2023-12-28 02:55:47.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@spacecowboy@sh.itjust.works"
"@brlemworld@lemmy.world"
"@douglasg14b@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2059 …}
+nested: Doctrine\ORM\PersistentCollection {#2047 …}
+votes: Doctrine\ORM\PersistentCollection {#2057 …}
+reports: Doctrine\ORM\PersistentCollection {#2055 …}
+favourites: Doctrine\ORM\PersistentCollection {#2054 …}
+notifications: Doctrine\ORM\PersistentCollection {#2053 …}
-id: 258202
-bodyTs: "'mean':3 'start':8 'thing':7 'though':9 'well':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915963"
+editedAt: null
+createdAt: DateTimeImmutable @1703728547 {#2049
date: 2023-12-28 02:55:47.0 +01:00
}
+"title": 258202
} |
|
Show voter details
|
| 51 |
DENIED
|
edit
|
App\Entity\EntryComment {#2048
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339
+user: Proxies\__CG__\App\Entity\User {#2734 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: Proxies\__CG__\App\Entity\Image {#2776 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2778 …}
+slug: "Taking-for-granted"
+title: "Taking for granted"
+url: "https://startrek.website/pictrs/image/5d838911-4cc8-48e6-a1fd-6e6e3bd56634.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 116
+favouriteCount: 849
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710718863 {#2771
date: 2024-03-18 00:41:03.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2779 …}
+votes: Doctrine\ORM\PersistentCollection {#2781 …}
+reports: Doctrine\ORM\PersistentCollection {#2783 …}
+favourites: Doctrine\ORM\PersistentCollection {#2785 …}
+notifications: Doctrine\ORM\PersistentCollection {#2787 …}
+badges: Doctrine\ORM\PersistentCollection {#2789 …}
+children: [
2 => App\Entity\EntryComment {#2335
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
+body: "That’s the thing, paying bills doesn’t make you happy, it just temporarily eliminates the drop in happiness that would occur if you didn’t pay those bills."
+lang: "en"
+isAdult: false
+favouriteCount: 14
+score: 0
+lastActive: DateTime @1703728515 {#2343
date: 2023-12-28 02:55:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@some_guy@lemmy.sdf.org"
"@RealFknNito@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2135 …}
+nested: Doctrine\ORM\PersistentCollection {#2137 …}
+votes: Doctrine\ORM\PersistentCollection {#2068 …}
+reports: Doctrine\ORM\PersistentCollection {#2069 …}
+favourites: Doctrine\ORM\PersistentCollection {#2074 …}
+notifications: Doctrine\ORM\PersistentCollection {#2071 …}
-id: 258201
-bodyTs: "'bill':6,29 'didn':25 'doesn':7 'drop':17 'elimin':15 'happi':11,19 'make':9 'occur':22 'pay':5,27 'temporarili':14 'thing':4 'would':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915956"
+editedAt: null
+createdAt: DateTimeImmutable @1703728515 {#2336
date: 2023-12-28 02:55:15.0 +01:00
}
+"title": 258201
}
1 => App\Entity\EntryComment {#2048}
0 => App\Entity\EntryComment {#2215
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
+body: "Well no. My point is that while money can’t buy happiness, it can mitigate sources of unhappiness."
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1703739334 {#2043
date: 2023-12-28 05:55:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@some_guy@lemmy.sdf.org"
"@RealFknNito@lemmy.world"
"@caseyweederman@lemmy.ca"
"@SpaceNoodle@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2198 …}
+nested: Doctrine\ORM\PersistentCollection {#2227 …}
+votes: Doctrine\ORM\PersistentCollection {#2214 …}
+reports: Doctrine\ORM\PersistentCollection {#2225 …}
+favourites: Doctrine\ORM\PersistentCollection {#2231 …}
+notifications: Doctrine\ORM\PersistentCollection {#2229 …}
-id: 258462
-bodyTs: "'buy':11 'happi':12 'mitig':15 'money':8 'point':4 'sourc':16 'unhappi':18 'well':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5917667"
+editedAt: null
+createdAt: DateTimeImmutable @1703739334 {#2139
date: 2023-12-28 05:55:34.0 +01:00
}
+"title": 258462
}
]
-id: 25243
-titleTs: "'grant':3 'take':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703781854
+visibility: "visible "
+apId: "https://startrek.website/post/5066954"
+editedAt: null
+createdAt: DateTimeImmutable @1703695454 {#2757
date: 2023-12-27 17:44:14.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
+body: """
Well \n
I mean \n
That is how things start though
"""
+lang: "en"
+isAdult: false
+favouriteCount: 13
+score: 0
+lastActive: DateTime @1703728547 {#2070
date: 2023-12-28 02:55:47.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@spacecowboy@sh.itjust.works"
"@brlemworld@lemmy.world"
"@douglasg14b@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2059 …}
+nested: Doctrine\ORM\PersistentCollection {#2047 …}
+votes: Doctrine\ORM\PersistentCollection {#2057 …}
+reports: Doctrine\ORM\PersistentCollection {#2055 …}
+favourites: Doctrine\ORM\PersistentCollection {#2054 …}
+notifications: Doctrine\ORM\PersistentCollection {#2053 …}
-id: 258202
-bodyTs: "'mean':3 'start':8 'thing':7 'though':9 'well':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915963"
+editedAt: null
+createdAt: DateTimeImmutable @1703728547 {#2049
date: 2023-12-28 02:55:47.0 +01:00
}
+"title": 258202
} |
|
Show voter details
|
| 52 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2048
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339
+user: Proxies\__CG__\App\Entity\User {#2734 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: Proxies\__CG__\App\Entity\Image {#2776 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2778 …}
+slug: "Taking-for-granted"
+title: "Taking for granted"
+url: "https://startrek.website/pictrs/image/5d838911-4cc8-48e6-a1fd-6e6e3bd56634.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 116
+favouriteCount: 849
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710718863 {#2771
date: 2024-03-18 00:41:03.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2779 …}
+votes: Doctrine\ORM\PersistentCollection {#2781 …}
+reports: Doctrine\ORM\PersistentCollection {#2783 …}
+favourites: Doctrine\ORM\PersistentCollection {#2785 …}
+notifications: Doctrine\ORM\PersistentCollection {#2787 …}
+badges: Doctrine\ORM\PersistentCollection {#2789 …}
+children: [
2 => App\Entity\EntryComment {#2335
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
+body: "That’s the thing, paying bills doesn’t make you happy, it just temporarily eliminates the drop in happiness that would occur if you didn’t pay those bills."
+lang: "en"
+isAdult: false
+favouriteCount: 14
+score: 0
+lastActive: DateTime @1703728515 {#2343
date: 2023-12-28 02:55:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@some_guy@lemmy.sdf.org"
"@RealFknNito@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2135 …}
+nested: Doctrine\ORM\PersistentCollection {#2137 …}
+votes: Doctrine\ORM\PersistentCollection {#2068 …}
+reports: Doctrine\ORM\PersistentCollection {#2069 …}
+favourites: Doctrine\ORM\PersistentCollection {#2074 …}
+notifications: Doctrine\ORM\PersistentCollection {#2071 …}
-id: 258201
-bodyTs: "'bill':6,29 'didn':25 'doesn':7 'drop':17 'elimin':15 'happi':11,19 'make':9 'occur':22 'pay':5,27 'temporarili':14 'thing':4 'would':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915956"
+editedAt: null
+createdAt: DateTimeImmutable @1703728515 {#2336
date: 2023-12-28 02:55:15.0 +01:00
}
+"title": 258201
}
1 => App\Entity\EntryComment {#2048}
0 => App\Entity\EntryComment {#2215
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
+body: "Well no. My point is that while money can’t buy happiness, it can mitigate sources of unhappiness."
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1703739334 {#2043
date: 2023-12-28 05:55:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@some_guy@lemmy.sdf.org"
"@RealFknNito@lemmy.world"
"@caseyweederman@lemmy.ca"
"@SpaceNoodle@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2198 …}
+nested: Doctrine\ORM\PersistentCollection {#2227 …}
+votes: Doctrine\ORM\PersistentCollection {#2214 …}
+reports: Doctrine\ORM\PersistentCollection {#2225 …}
+favourites: Doctrine\ORM\PersistentCollection {#2231 …}
+notifications: Doctrine\ORM\PersistentCollection {#2229 …}
-id: 258462
-bodyTs: "'buy':11 'happi':12 'mitig':15 'money':8 'point':4 'sourc':16 'unhappi':18 'well':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5917667"
+editedAt: null
+createdAt: DateTimeImmutable @1703739334 {#2139
date: 2023-12-28 05:55:34.0 +01:00
}
+"title": 258462
}
]
-id: 25243
-titleTs: "'grant':3 'take':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703781854
+visibility: "visible "
+apId: "https://startrek.website/post/5066954"
+editedAt: null
+createdAt: DateTimeImmutable @1703695454 {#2757
date: 2023-12-27 17:44:14.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
+body: """
Well \n
I mean \n
That is how things start though
"""
+lang: "en"
+isAdult: false
+favouriteCount: 13
+score: 0
+lastActive: DateTime @1703728547 {#2070
date: 2023-12-28 02:55:47.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@spacecowboy@sh.itjust.works"
"@brlemworld@lemmy.world"
"@douglasg14b@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2059 …}
+nested: Doctrine\ORM\PersistentCollection {#2047 …}
+votes: Doctrine\ORM\PersistentCollection {#2057 …}
+reports: Doctrine\ORM\PersistentCollection {#2055 …}
+favourites: Doctrine\ORM\PersistentCollection {#2054 …}
+notifications: Doctrine\ORM\PersistentCollection {#2053 …}
-id: 258202
-bodyTs: "'mean':3 'start':8 'thing':7 'though':9 'well':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915963"
+editedAt: null
+createdAt: DateTimeImmutable @1703728547 {#2049
date: 2023-12-28 02:55:47.0 +01:00
}
+"title": 258202
} |
|
Show voter details
|
| 53 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 54 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2215
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339
+user: Proxies\__CG__\App\Entity\User {#2734 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: Proxies\__CG__\App\Entity\Image {#2776 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2778 …}
+slug: "Taking-for-granted"
+title: "Taking for granted"
+url: "https://startrek.website/pictrs/image/5d838911-4cc8-48e6-a1fd-6e6e3bd56634.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 116
+favouriteCount: 849
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710718863 {#2771
date: 2024-03-18 00:41:03.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2779 …}
+votes: Doctrine\ORM\PersistentCollection {#2781 …}
+reports: Doctrine\ORM\PersistentCollection {#2783 …}
+favourites: Doctrine\ORM\PersistentCollection {#2785 …}
+notifications: Doctrine\ORM\PersistentCollection {#2787 …}
+badges: Doctrine\ORM\PersistentCollection {#2789 …}
+children: [
2 => App\Entity\EntryComment {#2335
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
+body: "That’s the thing, paying bills doesn’t make you happy, it just temporarily eliminates the drop in happiness that would occur if you didn’t pay those bills."
+lang: "en"
+isAdult: false
+favouriteCount: 14
+score: 0
+lastActive: DateTime @1703728515 {#2343
date: 2023-12-28 02:55:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@some_guy@lemmy.sdf.org"
"@RealFknNito@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2135 …}
+nested: Doctrine\ORM\PersistentCollection {#2137 …}
+votes: Doctrine\ORM\PersistentCollection {#2068 …}
+reports: Doctrine\ORM\PersistentCollection {#2069 …}
+favourites: Doctrine\ORM\PersistentCollection {#2074 …}
+notifications: Doctrine\ORM\PersistentCollection {#2071 …}
-id: 258201
-bodyTs: "'bill':6,29 'didn':25 'doesn':7 'drop':17 'elimin':15 'happi':11,19 'make':9 'occur':22 'pay':5,27 'temporarili':14 'thing':4 'would':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915956"
+editedAt: null
+createdAt: DateTimeImmutable @1703728515 {#2336
date: 2023-12-28 02:55:15.0 +01:00
}
+"title": 258201
}
1 => App\Entity\EntryComment {#2048
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
+body: """
Well \n
I mean \n
That is how things start though
"""
+lang: "en"
+isAdult: false
+favouriteCount: 13
+score: 0
+lastActive: DateTime @1703728547 {#2070
date: 2023-12-28 02:55:47.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@spacecowboy@sh.itjust.works"
"@brlemworld@lemmy.world"
"@douglasg14b@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2059 …}
+nested: Doctrine\ORM\PersistentCollection {#2047 …}
+votes: Doctrine\ORM\PersistentCollection {#2057 …}
+reports: Doctrine\ORM\PersistentCollection {#2055 …}
+favourites: Doctrine\ORM\PersistentCollection {#2054 …}
+notifications: Doctrine\ORM\PersistentCollection {#2053 …}
-id: 258202
-bodyTs: "'mean':3 'start':8 'thing':7 'though':9 'well':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915963"
+editedAt: null
+createdAt: DateTimeImmutable @1703728547 {#2049
date: 2023-12-28 02:55:47.0 +01:00
}
+"title": 258202
}
0 => App\Entity\EntryComment {#2215}
]
-id: 25243
-titleTs: "'grant':3 'take':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703781854
+visibility: "visible "
+apId: "https://startrek.website/post/5066954"
+editedAt: null
+createdAt: DateTimeImmutable @1703695454 {#2757
date: 2023-12-27 17:44:14.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
+body: "Well no. My point is that while money can’t buy happiness, it can mitigate sources of unhappiness."
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1703739334 {#2043
date: 2023-12-28 05:55:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@some_guy@lemmy.sdf.org"
"@RealFknNito@lemmy.world"
"@caseyweederman@lemmy.ca"
"@SpaceNoodle@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2198 …}
+nested: Doctrine\ORM\PersistentCollection {#2227 …}
+votes: Doctrine\ORM\PersistentCollection {#2214 …}
+reports: Doctrine\ORM\PersistentCollection {#2225 …}
+favourites: Doctrine\ORM\PersistentCollection {#2231 …}
+notifications: Doctrine\ORM\PersistentCollection {#2229 …}
-id: 258462
-bodyTs: "'buy':11 'happi':12 'mitig':15 'money':8 'point':4 'sourc':16 'unhappi':18 'well':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5917667"
+editedAt: null
+createdAt: DateTimeImmutable @1703739334 {#2139
date: 2023-12-28 05:55:34.0 +01:00
}
+"title": 258462
} |
|
Show voter details
|
| 55 |
DENIED
|
edit
|
App\Entity\EntryComment {#2215
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339
+user: Proxies\__CG__\App\Entity\User {#2734 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: Proxies\__CG__\App\Entity\Image {#2776 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2778 …}
+slug: "Taking-for-granted"
+title: "Taking for granted"
+url: "https://startrek.website/pictrs/image/5d838911-4cc8-48e6-a1fd-6e6e3bd56634.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 116
+favouriteCount: 849
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710718863 {#2771
date: 2024-03-18 00:41:03.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2779 …}
+votes: Doctrine\ORM\PersistentCollection {#2781 …}
+reports: Doctrine\ORM\PersistentCollection {#2783 …}
+favourites: Doctrine\ORM\PersistentCollection {#2785 …}
+notifications: Doctrine\ORM\PersistentCollection {#2787 …}
+badges: Doctrine\ORM\PersistentCollection {#2789 …}
+children: [
2 => App\Entity\EntryComment {#2335
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
+body: "That’s the thing, paying bills doesn’t make you happy, it just temporarily eliminates the drop in happiness that would occur if you didn’t pay those bills."
+lang: "en"
+isAdult: false
+favouriteCount: 14
+score: 0
+lastActive: DateTime @1703728515 {#2343
date: 2023-12-28 02:55:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@some_guy@lemmy.sdf.org"
"@RealFknNito@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2135 …}
+nested: Doctrine\ORM\PersistentCollection {#2137 …}
+votes: Doctrine\ORM\PersistentCollection {#2068 …}
+reports: Doctrine\ORM\PersistentCollection {#2069 …}
+favourites: Doctrine\ORM\PersistentCollection {#2074 …}
+notifications: Doctrine\ORM\PersistentCollection {#2071 …}
-id: 258201
-bodyTs: "'bill':6,29 'didn':25 'doesn':7 'drop':17 'elimin':15 'happi':11,19 'make':9 'occur':22 'pay':5,27 'temporarili':14 'thing':4 'would':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915956"
+editedAt: null
+createdAt: DateTimeImmutable @1703728515 {#2336
date: 2023-12-28 02:55:15.0 +01:00
}
+"title": 258201
}
1 => App\Entity\EntryComment {#2048
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
+body: """
Well \n
I mean \n
That is how things start though
"""
+lang: "en"
+isAdult: false
+favouriteCount: 13
+score: 0
+lastActive: DateTime @1703728547 {#2070
date: 2023-12-28 02:55:47.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@spacecowboy@sh.itjust.works"
"@brlemworld@lemmy.world"
"@douglasg14b@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2059 …}
+nested: Doctrine\ORM\PersistentCollection {#2047 …}
+votes: Doctrine\ORM\PersistentCollection {#2057 …}
+reports: Doctrine\ORM\PersistentCollection {#2055 …}
+favourites: Doctrine\ORM\PersistentCollection {#2054 …}
+notifications: Doctrine\ORM\PersistentCollection {#2053 …}
-id: 258202
-bodyTs: "'mean':3 'start':8 'thing':7 'though':9 'well':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915963"
+editedAt: null
+createdAt: DateTimeImmutable @1703728547 {#2049
date: 2023-12-28 02:55:47.0 +01:00
}
+"title": 258202
}
0 => App\Entity\EntryComment {#2215}
]
-id: 25243
-titleTs: "'grant':3 'take':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703781854
+visibility: "visible "
+apId: "https://startrek.website/post/5066954"
+editedAt: null
+createdAt: DateTimeImmutable @1703695454 {#2757
date: 2023-12-27 17:44:14.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
+body: "Well no. My point is that while money can’t buy happiness, it can mitigate sources of unhappiness."
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1703739334 {#2043
date: 2023-12-28 05:55:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@some_guy@lemmy.sdf.org"
"@RealFknNito@lemmy.world"
"@caseyweederman@lemmy.ca"
"@SpaceNoodle@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2198 …}
+nested: Doctrine\ORM\PersistentCollection {#2227 …}
+votes: Doctrine\ORM\PersistentCollection {#2214 …}
+reports: Doctrine\ORM\PersistentCollection {#2225 …}
+favourites: Doctrine\ORM\PersistentCollection {#2231 …}
+notifications: Doctrine\ORM\PersistentCollection {#2229 …}
-id: 258462
-bodyTs: "'buy':11 'happi':12 'mitig':15 'money':8 'point':4 'sourc':16 'unhappi':18 'well':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5917667"
+editedAt: null
+createdAt: DateTimeImmutable @1703739334 {#2139
date: 2023-12-28 05:55:34.0 +01:00
}
+"title": 258462
} |
|
Show voter details
|
| 56 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2215
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339
+user: Proxies\__CG__\App\Entity\User {#2734 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: Proxies\__CG__\App\Entity\Image {#2776 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2778 …}
+slug: "Taking-for-granted"
+title: "Taking for granted"
+url: "https://startrek.website/pictrs/image/5d838911-4cc8-48e6-a1fd-6e6e3bd56634.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 116
+favouriteCount: 849
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710718863 {#2771
date: 2024-03-18 00:41:03.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2779 …}
+votes: Doctrine\ORM\PersistentCollection {#2781 …}
+reports: Doctrine\ORM\PersistentCollection {#2783 …}
+favourites: Doctrine\ORM\PersistentCollection {#2785 …}
+notifications: Doctrine\ORM\PersistentCollection {#2787 …}
+badges: Doctrine\ORM\PersistentCollection {#2789 …}
+children: [
2 => App\Entity\EntryComment {#2335
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
+body: "That’s the thing, paying bills doesn’t make you happy, it just temporarily eliminates the drop in happiness that would occur if you didn’t pay those bills."
+lang: "en"
+isAdult: false
+favouriteCount: 14
+score: 0
+lastActive: DateTime @1703728515 {#2343
date: 2023-12-28 02:55:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@some_guy@lemmy.sdf.org"
"@RealFknNito@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2135 …}
+nested: Doctrine\ORM\PersistentCollection {#2137 …}
+votes: Doctrine\ORM\PersistentCollection {#2068 …}
+reports: Doctrine\ORM\PersistentCollection {#2069 …}
+favourites: Doctrine\ORM\PersistentCollection {#2074 …}
+notifications: Doctrine\ORM\PersistentCollection {#2071 …}
-id: 258201
-bodyTs: "'bill':6,29 'didn':25 'doesn':7 'drop':17 'elimin':15 'happi':11,19 'make':9 'occur':22 'pay':5,27 'temporarili':14 'thing':4 'would':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915956"
+editedAt: null
+createdAt: DateTimeImmutable @1703728515 {#2336
date: 2023-12-28 02:55:15.0 +01:00
}
+"title": 258201
}
1 => App\Entity\EntryComment {#2048
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
+body: """
Well \n
I mean \n
That is how things start though
"""
+lang: "en"
+isAdult: false
+favouriteCount: 13
+score: 0
+lastActive: DateTime @1703728547 {#2070
date: 2023-12-28 02:55:47.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@spacecowboy@sh.itjust.works"
"@brlemworld@lemmy.world"
"@douglasg14b@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2059 …}
+nested: Doctrine\ORM\PersistentCollection {#2047 …}
+votes: Doctrine\ORM\PersistentCollection {#2057 …}
+reports: Doctrine\ORM\PersistentCollection {#2055 …}
+favourites: Doctrine\ORM\PersistentCollection {#2054 …}
+notifications: Doctrine\ORM\PersistentCollection {#2053 …}
-id: 258202
-bodyTs: "'mean':3 'start':8 'thing':7 'though':9 'well':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915963"
+editedAt: null
+createdAt: DateTimeImmutable @1703728547 {#2049
date: 2023-12-28 02:55:47.0 +01:00
}
+"title": 258202
}
0 => App\Entity\EntryComment {#2215}
]
-id: 25243
-titleTs: "'grant':3 'take':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703781854
+visibility: "visible "
+apId: "https://startrek.website/post/5066954"
+editedAt: null
+createdAt: DateTimeImmutable @1703695454 {#2757
date: 2023-12-27 17:44:14.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2338 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
+body: "Well no. My point is that while money can’t buy happiness, it can mitigate sources of unhappiness."
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1703739334 {#2043
date: 2023-12-28 05:55:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
"@some_guy@lemmy.sdf.org"
"@RealFknNito@lemmy.world"
"@caseyweederman@lemmy.ca"
"@SpaceNoodle@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2198 …}
+nested: Doctrine\ORM\PersistentCollection {#2227 …}
+votes: Doctrine\ORM\PersistentCollection {#2214 …}
+reports: Doctrine\ORM\PersistentCollection {#2225 …}
+favourites: Doctrine\ORM\PersistentCollection {#2231 …}
+notifications: Doctrine\ORM\PersistentCollection {#2229 …}
-id: 258462
-bodyTs: "'buy':11 'happi':12 'mitig':15 'money':8 'point':4 'sourc':16 'unhappi':18 'well':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5917667"
+editedAt: null
+createdAt: DateTimeImmutable @1703739334 {#2139
date: 2023-12-28 05:55:34.0 +01:00
}
+"title": 258462
} |
|
Show voter details
|
| 57 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 58 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2100
+user: Proxies\__CG__\App\Entity\User {#2774 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2814 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2816 …}
+slug: "How-did-we-ever-eat-before-social-media"
+title: "How did we ever eat before social media?"
+url: "https://lemmy.ca/pictrs/image/774dd40c-f204-4fc1-8d53-62148ccd64b4.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 7
+favouriteCount: 493
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710664150 {#2809
date: 2024-03-17 09:29:10.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2817 …}
+votes: Doctrine\ORM\PersistentCollection {#2819 …}
+reports: Doctrine\ORM\PersistentCollection {#2821 …}
+favourites: Doctrine\ORM\PersistentCollection {#2823 …}
+notifications: Doctrine\ORM\PersistentCollection {#2825 …}
+badges: Doctrine\ORM\PersistentCollection {#2827 …}
+children: [
App\Entity\EntryComment {#2104
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2100 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
+body: "I also choose this guy’s cake wife"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703729024 {#2165
date: 2023-12-28 03:03:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@WashedOver@lemmy.ca"
"@catbaba@lemmus.org"
]
+children: Doctrine\ORM\PersistentCollection {#2105 …}
+nested: Doctrine\ORM\PersistentCollection {#2111 …}
+votes: Doctrine\ORM\PersistentCollection {#2102 …}
+reports: Doctrine\ORM\PersistentCollection {#2103 …}
+favourites: Doctrine\ORM\PersistentCollection {#2110 …}
+notifications: Doctrine\ORM\PersistentCollection {#2112 …}
-id: 258216
-bodyTs: "'also':2 'cake':7 'choos':3 'guy':5 'wife':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5916047"
+editedAt: null
+createdAt: DateTimeImmutable @1703729024 {#2041
date: 2023-12-28 03:03:44.0 +01:00
}
+"title": 258216
}
]
-id: 25253
-titleTs: "'eat':5 'ever':4 'media':8 'social':7"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703789472
+visibility: "visible "
+apId: "https://lemmy.ca/post/12136592"
+editedAt: null
+createdAt: DateTimeImmutable @1703703072 {#2797
date: 2023-12-27 19:51:12.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 59 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2100
+user: Proxies\__CG__\App\Entity\User {#2774 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2814 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2816 …}
+slug: "How-did-we-ever-eat-before-social-media"
+title: "How did we ever eat before social media?"
+url: "https://lemmy.ca/pictrs/image/774dd40c-f204-4fc1-8d53-62148ccd64b4.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 7
+favouriteCount: 493
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710664150 {#2809
date: 2024-03-17 09:29:10.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2817 …}
+votes: Doctrine\ORM\PersistentCollection {#2819 …}
+reports: Doctrine\ORM\PersistentCollection {#2821 …}
+favourites: Doctrine\ORM\PersistentCollection {#2823 …}
+notifications: Doctrine\ORM\PersistentCollection {#2825 …}
+badges: Doctrine\ORM\PersistentCollection {#2827 …}
+children: [
App\Entity\EntryComment {#2104
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2100 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
+body: "I also choose this guy’s cake wife"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703729024 {#2165
date: 2023-12-28 03:03:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@WashedOver@lemmy.ca"
"@catbaba@lemmus.org"
]
+children: Doctrine\ORM\PersistentCollection {#2105 …}
+nested: Doctrine\ORM\PersistentCollection {#2111 …}
+votes: Doctrine\ORM\PersistentCollection {#2102 …}
+reports: Doctrine\ORM\PersistentCollection {#2103 …}
+favourites: Doctrine\ORM\PersistentCollection {#2110 …}
+notifications: Doctrine\ORM\PersistentCollection {#2112 …}
-id: 258216
-bodyTs: "'also':2 'cake':7 'choos':3 'guy':5 'wife':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5916047"
+editedAt: null
+createdAt: DateTimeImmutable @1703729024 {#2041
date: 2023-12-28 03:03:44.0 +01:00
}
+"title": 258216
}
]
-id: 25253
-titleTs: "'eat':5 'ever':4 'media':8 'social':7"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703789472
+visibility: "visible "
+apId: "https://lemmy.ca/post/12136592"
+editedAt: null
+createdAt: DateTimeImmutable @1703703072 {#2797
date: 2023-12-27 19:51:12.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 60 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2100
+user: Proxies\__CG__\App\Entity\User {#2774 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2814 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2816 …}
+slug: "How-did-we-ever-eat-before-social-media"
+title: "How did we ever eat before social media?"
+url: "https://lemmy.ca/pictrs/image/774dd40c-f204-4fc1-8d53-62148ccd64b4.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 7
+favouriteCount: 493
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710664150 {#2809
date: 2024-03-17 09:29:10.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2817 …}
+votes: Doctrine\ORM\PersistentCollection {#2819 …}
+reports: Doctrine\ORM\PersistentCollection {#2821 …}
+favourites: Doctrine\ORM\PersistentCollection {#2823 …}
+notifications: Doctrine\ORM\PersistentCollection {#2825 …}
+badges: Doctrine\ORM\PersistentCollection {#2827 …}
+children: [
App\Entity\EntryComment {#2104
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2100 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
+body: "I also choose this guy’s cake wife"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703729024 {#2165
date: 2023-12-28 03:03:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@WashedOver@lemmy.ca"
"@catbaba@lemmus.org"
]
+children: Doctrine\ORM\PersistentCollection {#2105 …}
+nested: Doctrine\ORM\PersistentCollection {#2111 …}
+votes: Doctrine\ORM\PersistentCollection {#2102 …}
+reports: Doctrine\ORM\PersistentCollection {#2103 …}
+favourites: Doctrine\ORM\PersistentCollection {#2110 …}
+notifications: Doctrine\ORM\PersistentCollection {#2112 …}
-id: 258216
-bodyTs: "'also':2 'cake':7 'choos':3 'guy':5 'wife':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5916047"
+editedAt: null
+createdAt: DateTimeImmutable @1703729024 {#2041
date: 2023-12-28 03:03:44.0 +01:00
}
+"title": 258216
}
]
-id: 25253
-titleTs: "'eat':5 'ever':4 'media':8 'social':7"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703789472
+visibility: "visible "
+apId: "https://lemmy.ca/post/12136592"
+editedAt: null
+createdAt: DateTimeImmutable @1703703072 {#2797
date: 2023-12-27 19:51:12.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 61 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 62 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2104
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2100
+user: Proxies\__CG__\App\Entity\User {#2774 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2814 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2816 …}
+slug: "How-did-we-ever-eat-before-social-media"
+title: "How did we ever eat before social media?"
+url: "https://lemmy.ca/pictrs/image/774dd40c-f204-4fc1-8d53-62148ccd64b4.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 7
+favouriteCount: 493
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710664150 {#2809
date: 2024-03-17 09:29:10.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2817 …}
+votes: Doctrine\ORM\PersistentCollection {#2819 …}
+reports: Doctrine\ORM\PersistentCollection {#2821 …}
+favourites: Doctrine\ORM\PersistentCollection {#2823 …}
+notifications: Doctrine\ORM\PersistentCollection {#2825 …}
+badges: Doctrine\ORM\PersistentCollection {#2827 …}
+children: [
App\Entity\EntryComment {#2104}
]
-id: 25253
-titleTs: "'eat':5 'ever':4 'media':8 'social':7"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703789472
+visibility: "visible "
+apId: "https://lemmy.ca/post/12136592"
+editedAt: null
+createdAt: DateTimeImmutable @1703703072 {#2797
date: 2023-12-27 19:51:12.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
+body: "I also choose this guy’s cake wife"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703729024 {#2165
date: 2023-12-28 03:03:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@WashedOver@lemmy.ca"
"@catbaba@lemmus.org"
]
+children: Doctrine\ORM\PersistentCollection {#2105 …}
+nested: Doctrine\ORM\PersistentCollection {#2111 …}
+votes: Doctrine\ORM\PersistentCollection {#2102 …}
+reports: Doctrine\ORM\PersistentCollection {#2103 …}
+favourites: Doctrine\ORM\PersistentCollection {#2110 …}
+notifications: Doctrine\ORM\PersistentCollection {#2112 …}
-id: 258216
-bodyTs: "'also':2 'cake':7 'choos':3 'guy':5 'wife':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5916047"
+editedAt: null
+createdAt: DateTimeImmutable @1703729024 {#2041
date: 2023-12-28 03:03:44.0 +01:00
}
+"title": 258216
} |
|
Show voter details
|
| 63 |
DENIED
|
edit
|
App\Entity\EntryComment {#2104
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2100
+user: Proxies\__CG__\App\Entity\User {#2774 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2814 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2816 …}
+slug: "How-did-we-ever-eat-before-social-media"
+title: "How did we ever eat before social media?"
+url: "https://lemmy.ca/pictrs/image/774dd40c-f204-4fc1-8d53-62148ccd64b4.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 7
+favouriteCount: 493
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710664150 {#2809
date: 2024-03-17 09:29:10.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2817 …}
+votes: Doctrine\ORM\PersistentCollection {#2819 …}
+reports: Doctrine\ORM\PersistentCollection {#2821 …}
+favourites: Doctrine\ORM\PersistentCollection {#2823 …}
+notifications: Doctrine\ORM\PersistentCollection {#2825 …}
+badges: Doctrine\ORM\PersistentCollection {#2827 …}
+children: [
App\Entity\EntryComment {#2104}
]
-id: 25253
-titleTs: "'eat':5 'ever':4 'media':8 'social':7"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703789472
+visibility: "visible "
+apId: "https://lemmy.ca/post/12136592"
+editedAt: null
+createdAt: DateTimeImmutable @1703703072 {#2797
date: 2023-12-27 19:51:12.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
+body: "I also choose this guy’s cake wife"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703729024 {#2165
date: 2023-12-28 03:03:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@WashedOver@lemmy.ca"
"@catbaba@lemmus.org"
]
+children: Doctrine\ORM\PersistentCollection {#2105 …}
+nested: Doctrine\ORM\PersistentCollection {#2111 …}
+votes: Doctrine\ORM\PersistentCollection {#2102 …}
+reports: Doctrine\ORM\PersistentCollection {#2103 …}
+favourites: Doctrine\ORM\PersistentCollection {#2110 …}
+notifications: Doctrine\ORM\PersistentCollection {#2112 …}
-id: 258216
-bodyTs: "'also':2 'cake':7 'choos':3 'guy':5 'wife':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5916047"
+editedAt: null
+createdAt: DateTimeImmutable @1703729024 {#2041
date: 2023-12-28 03:03:44.0 +01:00
}
+"title": 258216
} |
|
Show voter details
|
| 64 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2104
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2100
+user: Proxies\__CG__\App\Entity\User {#2774 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2814 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2816 …}
+slug: "How-did-we-ever-eat-before-social-media"
+title: "How did we ever eat before social media?"
+url: "https://lemmy.ca/pictrs/image/774dd40c-f204-4fc1-8d53-62148ccd64b4.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 7
+favouriteCount: 493
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710664150 {#2809
date: 2024-03-17 09:29:10.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2817 …}
+votes: Doctrine\ORM\PersistentCollection {#2819 …}
+reports: Doctrine\ORM\PersistentCollection {#2821 …}
+favourites: Doctrine\ORM\PersistentCollection {#2823 …}
+notifications: Doctrine\ORM\PersistentCollection {#2825 …}
+badges: Doctrine\ORM\PersistentCollection {#2827 …}
+children: [
App\Entity\EntryComment {#2104}
]
-id: 25253
-titleTs: "'eat':5 'ever':4 'media':8 'social':7"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703789472
+visibility: "visible "
+apId: "https://lemmy.ca/post/12136592"
+editedAt: null
+createdAt: DateTimeImmutable @1703703072 {#2797
date: 2023-12-27 19:51:12.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
+body: "I also choose this guy’s cake wife"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703729024 {#2165
date: 2023-12-28 03:03:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@WashedOver@lemmy.ca"
"@catbaba@lemmus.org"
]
+children: Doctrine\ORM\PersistentCollection {#2105 …}
+nested: Doctrine\ORM\PersistentCollection {#2111 …}
+votes: Doctrine\ORM\PersistentCollection {#2102 …}
+reports: Doctrine\ORM\PersistentCollection {#2103 …}
+favourites: Doctrine\ORM\PersistentCollection {#2110 …}
+notifications: Doctrine\ORM\PersistentCollection {#2112 …}
-id: 258216
-bodyTs: "'also':2 'cake':7 'choos':3 'guy':5 'wife':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5916047"
+editedAt: null
+createdAt: DateTimeImmutable @1703729024 {#2041
date: 2023-12-28 03:03:44.0 +01:00
}
+"title": 258216
} |
|
Show voter details
|
| 65 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 66 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2326
+user: Proxies\__CG__\App\Entity\User {#2774 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2794 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2816 …}
+slug: "Especially-with-a-real-one"
+title: "Especially with a real one!"
+url: "https://lemmy.ca/pictrs/image/75ae1857-1dec-4858-8e0f-acf123885290.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 38
+favouriteCount: 670
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710658478 {#2829
date: 2024-03-17 07:54:38.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2834 …}
+votes: Doctrine\ORM\PersistentCollection {#2837 …}
+reports: Doctrine\ORM\PersistentCollection {#2839 …}
+favourites: Doctrine\ORM\PersistentCollection {#2841 …}
+notifications: Doctrine\ORM\PersistentCollection {#2843 …}
+badges: Doctrine\ORM\PersistentCollection {#2845 …}
+children: [
App\Entity\EntryComment {#2328
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2326 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
+body: "I see our feeds align"
+lang: "en"
+isAdult: false
+favouriteCount: 18
+score: 0
+lastActive: DateTime @1703727589 {#2314
date: 2023-12-28 02:39:49.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@WashedOver@lemmy.ca"
"@KingThrillgore@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2325 …}
+nested: Doctrine\ORM\PersistentCollection {#2329 …}
+votes: Doctrine\ORM\PersistentCollection {#2323 …}
+reports: Doctrine\ORM\PersistentCollection {#2300 …}
+favourites: Doctrine\ORM\PersistentCollection {#2340 …}
+notifications: Doctrine\ORM\PersistentCollection {#2342 …}
-id: 258174
-bodyTs: "'align':5 'feed':4 'see':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915797"
+editedAt: null
+createdAt: DateTimeImmutable @1703727589 {#2289
date: 2023-12-28 02:39:49.0 +01:00
}
+"title": 258174
}
]
-id: 25252
-titleTs: "'especi':1 'one':5 'real':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703789072
+visibility: "visible "
+apId: "https://lemmy.ca/post/12136145"
+editedAt: null
+createdAt: DateTimeImmutable @1703702672 {#2815
date: 2023-12-27 19:44:32.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 67 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2326
+user: Proxies\__CG__\App\Entity\User {#2774 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2794 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2816 …}
+slug: "Especially-with-a-real-one"
+title: "Especially with a real one!"
+url: "https://lemmy.ca/pictrs/image/75ae1857-1dec-4858-8e0f-acf123885290.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 38
+favouriteCount: 670
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710658478 {#2829
date: 2024-03-17 07:54:38.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2834 …}
+votes: Doctrine\ORM\PersistentCollection {#2837 …}
+reports: Doctrine\ORM\PersistentCollection {#2839 …}
+favourites: Doctrine\ORM\PersistentCollection {#2841 …}
+notifications: Doctrine\ORM\PersistentCollection {#2843 …}
+badges: Doctrine\ORM\PersistentCollection {#2845 …}
+children: [
App\Entity\EntryComment {#2328
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2326 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
+body: "I see our feeds align"
+lang: "en"
+isAdult: false
+favouriteCount: 18
+score: 0
+lastActive: DateTime @1703727589 {#2314
date: 2023-12-28 02:39:49.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@WashedOver@lemmy.ca"
"@KingThrillgore@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2325 …}
+nested: Doctrine\ORM\PersistentCollection {#2329 …}
+votes: Doctrine\ORM\PersistentCollection {#2323 …}
+reports: Doctrine\ORM\PersistentCollection {#2300 …}
+favourites: Doctrine\ORM\PersistentCollection {#2340 …}
+notifications: Doctrine\ORM\PersistentCollection {#2342 …}
-id: 258174
-bodyTs: "'align':5 'feed':4 'see':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915797"
+editedAt: null
+createdAt: DateTimeImmutable @1703727589 {#2289
date: 2023-12-28 02:39:49.0 +01:00
}
+"title": 258174
}
]
-id: 25252
-titleTs: "'especi':1 'one':5 'real':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703789072
+visibility: "visible "
+apId: "https://lemmy.ca/post/12136145"
+editedAt: null
+createdAt: DateTimeImmutable @1703702672 {#2815
date: 2023-12-27 19:44:32.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 68 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2326
+user: Proxies\__CG__\App\Entity\User {#2774 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2794 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2816 …}
+slug: "Especially-with-a-real-one"
+title: "Especially with a real one!"
+url: "https://lemmy.ca/pictrs/image/75ae1857-1dec-4858-8e0f-acf123885290.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 38
+favouriteCount: 670
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710658478 {#2829
date: 2024-03-17 07:54:38.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2834 …}
+votes: Doctrine\ORM\PersistentCollection {#2837 …}
+reports: Doctrine\ORM\PersistentCollection {#2839 …}
+favourites: Doctrine\ORM\PersistentCollection {#2841 …}
+notifications: Doctrine\ORM\PersistentCollection {#2843 …}
+badges: Doctrine\ORM\PersistentCollection {#2845 …}
+children: [
App\Entity\EntryComment {#2328
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2326 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
+body: "I see our feeds align"
+lang: "en"
+isAdult: false
+favouriteCount: 18
+score: 0
+lastActive: DateTime @1703727589 {#2314
date: 2023-12-28 02:39:49.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@WashedOver@lemmy.ca"
"@KingThrillgore@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2325 …}
+nested: Doctrine\ORM\PersistentCollection {#2329 …}
+votes: Doctrine\ORM\PersistentCollection {#2323 …}
+reports: Doctrine\ORM\PersistentCollection {#2300 …}
+favourites: Doctrine\ORM\PersistentCollection {#2340 …}
+notifications: Doctrine\ORM\PersistentCollection {#2342 …}
-id: 258174
-bodyTs: "'align':5 'feed':4 'see':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915797"
+editedAt: null
+createdAt: DateTimeImmutable @1703727589 {#2289
date: 2023-12-28 02:39:49.0 +01:00
}
+"title": 258174
}
]
-id: 25252
-titleTs: "'especi':1 'one':5 'real':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703789072
+visibility: "visible "
+apId: "https://lemmy.ca/post/12136145"
+editedAt: null
+createdAt: DateTimeImmutable @1703702672 {#2815
date: 2023-12-27 19:44:32.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 69 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 70 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2328
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2326
+user: Proxies\__CG__\App\Entity\User {#2774 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2794 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2816 …}
+slug: "Especially-with-a-real-one"
+title: "Especially with a real one!"
+url: "https://lemmy.ca/pictrs/image/75ae1857-1dec-4858-8e0f-acf123885290.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 38
+favouriteCount: 670
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710658478 {#2829
date: 2024-03-17 07:54:38.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2834 …}
+votes: Doctrine\ORM\PersistentCollection {#2837 …}
+reports: Doctrine\ORM\PersistentCollection {#2839 …}
+favourites: Doctrine\ORM\PersistentCollection {#2841 …}
+notifications: Doctrine\ORM\PersistentCollection {#2843 …}
+badges: Doctrine\ORM\PersistentCollection {#2845 …}
+children: [
App\Entity\EntryComment {#2328}
]
-id: 25252
-titleTs: "'especi':1 'one':5 'real':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703789072
+visibility: "visible "
+apId: "https://lemmy.ca/post/12136145"
+editedAt: null
+createdAt: DateTimeImmutable @1703702672 {#2815
date: 2023-12-27 19:44:32.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
+body: "I see our feeds align"
+lang: "en"
+isAdult: false
+favouriteCount: 18
+score: 0
+lastActive: DateTime @1703727589 {#2314
date: 2023-12-28 02:39:49.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@WashedOver@lemmy.ca"
"@KingThrillgore@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2325 …}
+nested: Doctrine\ORM\PersistentCollection {#2329 …}
+votes: Doctrine\ORM\PersistentCollection {#2323 …}
+reports: Doctrine\ORM\PersistentCollection {#2300 …}
+favourites: Doctrine\ORM\PersistentCollection {#2340 …}
+notifications: Doctrine\ORM\PersistentCollection {#2342 …}
-id: 258174
-bodyTs: "'align':5 'feed':4 'see':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915797"
+editedAt: null
+createdAt: DateTimeImmutable @1703727589 {#2289
date: 2023-12-28 02:39:49.0 +01:00
}
+"title": 258174
} |
|
Show voter details
|
| 71 |
DENIED
|
edit
|
App\Entity\EntryComment {#2328
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2326
+user: Proxies\__CG__\App\Entity\User {#2774 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2794 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2816 …}
+slug: "Especially-with-a-real-one"
+title: "Especially with a real one!"
+url: "https://lemmy.ca/pictrs/image/75ae1857-1dec-4858-8e0f-acf123885290.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 38
+favouriteCount: 670
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710658478 {#2829
date: 2024-03-17 07:54:38.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2834 …}
+votes: Doctrine\ORM\PersistentCollection {#2837 …}
+reports: Doctrine\ORM\PersistentCollection {#2839 …}
+favourites: Doctrine\ORM\PersistentCollection {#2841 …}
+notifications: Doctrine\ORM\PersistentCollection {#2843 …}
+badges: Doctrine\ORM\PersistentCollection {#2845 …}
+children: [
App\Entity\EntryComment {#2328}
]
-id: 25252
-titleTs: "'especi':1 'one':5 'real':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703789072
+visibility: "visible "
+apId: "https://lemmy.ca/post/12136145"
+editedAt: null
+createdAt: DateTimeImmutable @1703702672 {#2815
date: 2023-12-27 19:44:32.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
+body: "I see our feeds align"
+lang: "en"
+isAdult: false
+favouriteCount: 18
+score: 0
+lastActive: DateTime @1703727589 {#2314
date: 2023-12-28 02:39:49.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@WashedOver@lemmy.ca"
"@KingThrillgore@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2325 …}
+nested: Doctrine\ORM\PersistentCollection {#2329 …}
+votes: Doctrine\ORM\PersistentCollection {#2323 …}
+reports: Doctrine\ORM\PersistentCollection {#2300 …}
+favourites: Doctrine\ORM\PersistentCollection {#2340 …}
+notifications: Doctrine\ORM\PersistentCollection {#2342 …}
-id: 258174
-bodyTs: "'align':5 'feed':4 'see':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915797"
+editedAt: null
+createdAt: DateTimeImmutable @1703727589 {#2289
date: 2023-12-28 02:39:49.0 +01:00
}
+"title": 258174
} |
|
Show voter details
|
| 72 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2328
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2326
+user: Proxies\__CG__\App\Entity\User {#2774 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2794 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2816 …}
+slug: "Especially-with-a-real-one"
+title: "Especially with a real one!"
+url: "https://lemmy.ca/pictrs/image/75ae1857-1dec-4858-8e0f-acf123885290.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 38
+favouriteCount: 670
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710658478 {#2829
date: 2024-03-17 07:54:38.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2834 …}
+votes: Doctrine\ORM\PersistentCollection {#2837 …}
+reports: Doctrine\ORM\PersistentCollection {#2839 …}
+favourites: Doctrine\ORM\PersistentCollection {#2841 …}
+notifications: Doctrine\ORM\PersistentCollection {#2843 …}
+badges: Doctrine\ORM\PersistentCollection {#2845 …}
+children: [
App\Entity\EntryComment {#2328}
]
-id: 25252
-titleTs: "'especi':1 'one':5 'real':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703789072
+visibility: "visible "
+apId: "https://lemmy.ca/post/12136145"
+editedAt: null
+createdAt: DateTimeImmutable @1703702672 {#2815
date: 2023-12-27 19:44:32.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
+body: "I see our feeds align"
+lang: "en"
+isAdult: false
+favouriteCount: 18
+score: 0
+lastActive: DateTime @1703727589 {#2314
date: 2023-12-28 02:39:49.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@WashedOver@lemmy.ca"
"@KingThrillgore@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2325 …}
+nested: Doctrine\ORM\PersistentCollection {#2329 …}
+votes: Doctrine\ORM\PersistentCollection {#2323 …}
+reports: Doctrine\ORM\PersistentCollection {#2300 …}
+favourites: Doctrine\ORM\PersistentCollection {#2340 …}
+notifications: Doctrine\ORM\PersistentCollection {#2342 …}
-id: 258174
-bodyTs: "'align':5 'feed':4 'see':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5915797"
+editedAt: null
+createdAt: DateTimeImmutable @1703727589 {#2289
date: 2023-12-28 02:39:49.0 +01:00
}
+"title": 258174
} |
|
Show voter details
|
| 73 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 74 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2305
+user: Proxies\__CG__\App\Entity\User {#2696 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2304 …}
+image: Proxies\__CG__\App\Entity\Image {#2736 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2738 …}
+slug: "My-favorite-gender"
+title: "My favorite gender"
+url: "https://sopuli.xyz/pictrs/image/de8115a9-c226-40d0-9f2b-c55ab39ffc7a.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 39
+favouriteCount: 264
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710424980 {#2731
date: 2024-03-14 15:03:00.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2739 …}
+votes: Doctrine\ORM\PersistentCollection {#2741 …}
+reports: Doctrine\ORM\PersistentCollection {#2743 …}
+favourites: Doctrine\ORM\PersistentCollection {#2745 …}
+notifications: Doctrine\ORM\PersistentCollection {#2747 …}
+badges: Doctrine\ORM\PersistentCollection {#2749 …}
+children: [
App\Entity\EntryComment {#2308
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2305 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2304 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2303 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2319 …}
+body: """
This is not a new idea \n
Warning: dated terminology ahead: \n
[Many times at conventions, kids will come up to my table when I’m signing photographs and tell me they have Asperger syndrome, and that when they were growing up, Data was the only character on TV they could relate to. That’s an incredibly moving experience. Had I known, I might have encouraged the writers to write more towards that, but it might have blown the whole thing and lost the connection.](https://www.washingtonpost.com/entertainment/books/brent-spiner-star-trek-memoir/2021/10/11/1a44880c-2851-11ec-9de8-156fed3e81bf_story.html)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1703862127 {#2307
date: 2023-12-29 16:02:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@hydroptic@sopuli.xyz"
"@GregorGizeh@lemmy.zip"
"@FMT99@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2317 …}
+nested: Doctrine\ORM\PersistentCollection {#2313 …}
+votes: Doctrine\ORM\PersistentCollection {#2292 …}
+reports: Doctrine\ORM\PersistentCollection {#2290 …}
+favourites: Doctrine\ORM\PersistentCollection {#2295 …}
+notifications: Doctrine\ORM\PersistentCollection {#2283 …}
-id: 262265
-bodyTs: "'/entertainment/books/brent-spiner-star-trek-memoir/2021/10/11/1a44880c-2851-11ec-9de8-156fed3e81bf_story.html)':86 'ahead':10 'asperg':32 'blown':76 'charact':45 'come':17 'connect':83 'convent':14 'could':49 'data':41 'date':8 'encourag':64 'experi':57 'grow':39 'idea':6 'incred':55 'kid':15 'known':60 'lost':81 'm':24 'mani':11 'might':62,74 'move':56 'new':5 'photograph':26 'relat':50 'sign':25 'syndrom':33 'tabl':21 'tell':28 'terminolog':9 'thing':79 'time':12 'toward':70 'tv':47 'warn':7 'whole':78 'write':68 'writer':66 'www.washingtonpost.com':85 'www.washingtonpost.com/entertainment/books/brent-spiner-star-trek-memoir/2021/10/11/1a44880c-2851-11ec-9de8-156fed3e81bf_story.html)':84"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5938937"
+editedAt: null
+createdAt: DateTimeImmutable @1703862127 {#2306
date: 2023-12-29 16:02:07.0 +01:00
}
+"title": 262265
}
]
-id: 25440
-titleTs: "'favorit':2 'gender':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703872715
+visibility: "visible "
+apId: "https://sopuli.xyz/post/7397219"
+editedAt: null
+createdAt: DateTimeImmutable @1703786315 {#2718
date: 2023-12-28 18:58:35.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 75 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2305
+user: Proxies\__CG__\App\Entity\User {#2696 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2304 …}
+image: Proxies\__CG__\App\Entity\Image {#2736 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2738 …}
+slug: "My-favorite-gender"
+title: "My favorite gender"
+url: "https://sopuli.xyz/pictrs/image/de8115a9-c226-40d0-9f2b-c55ab39ffc7a.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 39
+favouriteCount: 264
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710424980 {#2731
date: 2024-03-14 15:03:00.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2739 …}
+votes: Doctrine\ORM\PersistentCollection {#2741 …}
+reports: Doctrine\ORM\PersistentCollection {#2743 …}
+favourites: Doctrine\ORM\PersistentCollection {#2745 …}
+notifications: Doctrine\ORM\PersistentCollection {#2747 …}
+badges: Doctrine\ORM\PersistentCollection {#2749 …}
+children: [
App\Entity\EntryComment {#2308
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2305 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2304 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2303 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2319 …}
+body: """
This is not a new idea \n
Warning: dated terminology ahead: \n
[Many times at conventions, kids will come up to my table when I’m signing photographs and tell me they have Asperger syndrome, and that when they were growing up, Data was the only character on TV they could relate to. That’s an incredibly moving experience. Had I known, I might have encouraged the writers to write more towards that, but it might have blown the whole thing and lost the connection.](https://www.washingtonpost.com/entertainment/books/brent-spiner-star-trek-memoir/2021/10/11/1a44880c-2851-11ec-9de8-156fed3e81bf_story.html)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1703862127 {#2307
date: 2023-12-29 16:02:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@hydroptic@sopuli.xyz"
"@GregorGizeh@lemmy.zip"
"@FMT99@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2317 …}
+nested: Doctrine\ORM\PersistentCollection {#2313 …}
+votes: Doctrine\ORM\PersistentCollection {#2292 …}
+reports: Doctrine\ORM\PersistentCollection {#2290 …}
+favourites: Doctrine\ORM\PersistentCollection {#2295 …}
+notifications: Doctrine\ORM\PersistentCollection {#2283 …}
-id: 262265
-bodyTs: "'/entertainment/books/brent-spiner-star-trek-memoir/2021/10/11/1a44880c-2851-11ec-9de8-156fed3e81bf_story.html)':86 'ahead':10 'asperg':32 'blown':76 'charact':45 'come':17 'connect':83 'convent':14 'could':49 'data':41 'date':8 'encourag':64 'experi':57 'grow':39 'idea':6 'incred':55 'kid':15 'known':60 'lost':81 'm':24 'mani':11 'might':62,74 'move':56 'new':5 'photograph':26 'relat':50 'sign':25 'syndrom':33 'tabl':21 'tell':28 'terminolog':9 'thing':79 'time':12 'toward':70 'tv':47 'warn':7 'whole':78 'write':68 'writer':66 'www.washingtonpost.com':85 'www.washingtonpost.com/entertainment/books/brent-spiner-star-trek-memoir/2021/10/11/1a44880c-2851-11ec-9de8-156fed3e81bf_story.html)':84"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5938937"
+editedAt: null
+createdAt: DateTimeImmutable @1703862127 {#2306
date: 2023-12-29 16:02:07.0 +01:00
}
+"title": 262265
}
]
-id: 25440
-titleTs: "'favorit':2 'gender':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703872715
+visibility: "visible "
+apId: "https://sopuli.xyz/post/7397219"
+editedAt: null
+createdAt: DateTimeImmutable @1703786315 {#2718
date: 2023-12-28 18:58:35.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 76 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2305
+user: Proxies\__CG__\App\Entity\User {#2696 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2304 …}
+image: Proxies\__CG__\App\Entity\Image {#2736 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2738 …}
+slug: "My-favorite-gender"
+title: "My favorite gender"
+url: "https://sopuli.xyz/pictrs/image/de8115a9-c226-40d0-9f2b-c55ab39ffc7a.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 39
+favouriteCount: 264
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710424980 {#2731
date: 2024-03-14 15:03:00.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2739 …}
+votes: Doctrine\ORM\PersistentCollection {#2741 …}
+reports: Doctrine\ORM\PersistentCollection {#2743 …}
+favourites: Doctrine\ORM\PersistentCollection {#2745 …}
+notifications: Doctrine\ORM\PersistentCollection {#2747 …}
+badges: Doctrine\ORM\PersistentCollection {#2749 …}
+children: [
App\Entity\EntryComment {#2308
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2305 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2304 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2303 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2319 …}
+body: """
This is not a new idea \n
Warning: dated terminology ahead: \n
[Many times at conventions, kids will come up to my table when I’m signing photographs and tell me they have Asperger syndrome, and that when they were growing up, Data was the only character on TV they could relate to. That’s an incredibly moving experience. Had I known, I might have encouraged the writers to write more towards that, but it might have blown the whole thing and lost the connection.](https://www.washingtonpost.com/entertainment/books/brent-spiner-star-trek-memoir/2021/10/11/1a44880c-2851-11ec-9de8-156fed3e81bf_story.html)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1703862127 {#2307
date: 2023-12-29 16:02:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@hydroptic@sopuli.xyz"
"@GregorGizeh@lemmy.zip"
"@FMT99@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2317 …}
+nested: Doctrine\ORM\PersistentCollection {#2313 …}
+votes: Doctrine\ORM\PersistentCollection {#2292 …}
+reports: Doctrine\ORM\PersistentCollection {#2290 …}
+favourites: Doctrine\ORM\PersistentCollection {#2295 …}
+notifications: Doctrine\ORM\PersistentCollection {#2283 …}
-id: 262265
-bodyTs: "'/entertainment/books/brent-spiner-star-trek-memoir/2021/10/11/1a44880c-2851-11ec-9de8-156fed3e81bf_story.html)':86 'ahead':10 'asperg':32 'blown':76 'charact':45 'come':17 'connect':83 'convent':14 'could':49 'data':41 'date':8 'encourag':64 'experi':57 'grow':39 'idea':6 'incred':55 'kid':15 'known':60 'lost':81 'm':24 'mani':11 'might':62,74 'move':56 'new':5 'photograph':26 'relat':50 'sign':25 'syndrom':33 'tabl':21 'tell':28 'terminolog':9 'thing':79 'time':12 'toward':70 'tv':47 'warn':7 'whole':78 'write':68 'writer':66 'www.washingtonpost.com':85 'www.washingtonpost.com/entertainment/books/brent-spiner-star-trek-memoir/2021/10/11/1a44880c-2851-11ec-9de8-156fed3e81bf_story.html)':84"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5938937"
+editedAt: null
+createdAt: DateTimeImmutable @1703862127 {#2306
date: 2023-12-29 16:02:07.0 +01:00
}
+"title": 262265
}
]
-id: 25440
-titleTs: "'favorit':2 'gender':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703872715
+visibility: "visible "
+apId: "https://sopuli.xyz/post/7397219"
+editedAt: null
+createdAt: DateTimeImmutable @1703786315 {#2718
date: 2023-12-28 18:58:35.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 77 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 78 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2308
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2305
+user: Proxies\__CG__\App\Entity\User {#2696 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2304 …}
+image: Proxies\__CG__\App\Entity\Image {#2736 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2738 …}
+slug: "My-favorite-gender"
+title: "My favorite gender"
+url: "https://sopuli.xyz/pictrs/image/de8115a9-c226-40d0-9f2b-c55ab39ffc7a.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 39
+favouriteCount: 264
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710424980 {#2731
date: 2024-03-14 15:03:00.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2739 …}
+votes: Doctrine\ORM\PersistentCollection {#2741 …}
+reports: Doctrine\ORM\PersistentCollection {#2743 …}
+favourites: Doctrine\ORM\PersistentCollection {#2745 …}
+notifications: Doctrine\ORM\PersistentCollection {#2747 …}
+badges: Doctrine\ORM\PersistentCollection {#2749 …}
+children: [
App\Entity\EntryComment {#2308}
]
-id: 25440
-titleTs: "'favorit':2 'gender':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703872715
+visibility: "visible "
+apId: "https://sopuli.xyz/post/7397219"
+editedAt: null
+createdAt: DateTimeImmutable @1703786315 {#2718
date: 2023-12-28 18:58:35.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2304 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2303 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2319 …}
+body: """
This is not a new idea \n
Warning: dated terminology ahead: \n
[Many times at conventions, kids will come up to my table when I’m signing photographs and tell me they have Asperger syndrome, and that when they were growing up, Data was the only character on TV they could relate to. That’s an incredibly moving experience. Had I known, I might have encouraged the writers to write more towards that, but it might have blown the whole thing and lost the connection.](https://www.washingtonpost.com/entertainment/books/brent-spiner-star-trek-memoir/2021/10/11/1a44880c-2851-11ec-9de8-156fed3e81bf_story.html)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1703862127 {#2307
date: 2023-12-29 16:02:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@hydroptic@sopuli.xyz"
"@GregorGizeh@lemmy.zip"
"@FMT99@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2317 …}
+nested: Doctrine\ORM\PersistentCollection {#2313 …}
+votes: Doctrine\ORM\PersistentCollection {#2292 …}
+reports: Doctrine\ORM\PersistentCollection {#2290 …}
+favourites: Doctrine\ORM\PersistentCollection {#2295 …}
+notifications: Doctrine\ORM\PersistentCollection {#2283 …}
-id: 262265
-bodyTs: "'/entertainment/books/brent-spiner-star-trek-memoir/2021/10/11/1a44880c-2851-11ec-9de8-156fed3e81bf_story.html)':86 'ahead':10 'asperg':32 'blown':76 'charact':45 'come':17 'connect':83 'convent':14 'could':49 'data':41 'date':8 'encourag':64 'experi':57 'grow':39 'idea':6 'incred':55 'kid':15 'known':60 'lost':81 'm':24 'mani':11 'might':62,74 'move':56 'new':5 'photograph':26 'relat':50 'sign':25 'syndrom':33 'tabl':21 'tell':28 'terminolog':9 'thing':79 'time':12 'toward':70 'tv':47 'warn':7 'whole':78 'write':68 'writer':66 'www.washingtonpost.com':85 'www.washingtonpost.com/entertainment/books/brent-spiner-star-trek-memoir/2021/10/11/1a44880c-2851-11ec-9de8-156fed3e81bf_story.html)':84"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5938937"
+editedAt: null
+createdAt: DateTimeImmutable @1703862127 {#2306
date: 2023-12-29 16:02:07.0 +01:00
}
+"title": 262265
} |
|
Show voter details
|
| 79 |
DENIED
|
edit
|
App\Entity\EntryComment {#2308
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2305
+user: Proxies\__CG__\App\Entity\User {#2696 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2304 …}
+image: Proxies\__CG__\App\Entity\Image {#2736 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2738 …}
+slug: "My-favorite-gender"
+title: "My favorite gender"
+url: "https://sopuli.xyz/pictrs/image/de8115a9-c226-40d0-9f2b-c55ab39ffc7a.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 39
+favouriteCount: 264
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710424980 {#2731
date: 2024-03-14 15:03:00.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2739 …}
+votes: Doctrine\ORM\PersistentCollection {#2741 …}
+reports: Doctrine\ORM\PersistentCollection {#2743 …}
+favourites: Doctrine\ORM\PersistentCollection {#2745 …}
+notifications: Doctrine\ORM\PersistentCollection {#2747 …}
+badges: Doctrine\ORM\PersistentCollection {#2749 …}
+children: [
App\Entity\EntryComment {#2308}
]
-id: 25440
-titleTs: "'favorit':2 'gender':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703872715
+visibility: "visible "
+apId: "https://sopuli.xyz/post/7397219"
+editedAt: null
+createdAt: DateTimeImmutable @1703786315 {#2718
date: 2023-12-28 18:58:35.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2304 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2303 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2319 …}
+body: """
This is not a new idea \n
Warning: dated terminology ahead: \n
[Many times at conventions, kids will come up to my table when I’m signing photographs and tell me they have Asperger syndrome, and that when they were growing up, Data was the only character on TV they could relate to. That’s an incredibly moving experience. Had I known, I might have encouraged the writers to write more towards that, but it might have blown the whole thing and lost the connection.](https://www.washingtonpost.com/entertainment/books/brent-spiner-star-trek-memoir/2021/10/11/1a44880c-2851-11ec-9de8-156fed3e81bf_story.html)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1703862127 {#2307
date: 2023-12-29 16:02:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@hydroptic@sopuli.xyz"
"@GregorGizeh@lemmy.zip"
"@FMT99@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2317 …}
+nested: Doctrine\ORM\PersistentCollection {#2313 …}
+votes: Doctrine\ORM\PersistentCollection {#2292 …}
+reports: Doctrine\ORM\PersistentCollection {#2290 …}
+favourites: Doctrine\ORM\PersistentCollection {#2295 …}
+notifications: Doctrine\ORM\PersistentCollection {#2283 …}
-id: 262265
-bodyTs: "'/entertainment/books/brent-spiner-star-trek-memoir/2021/10/11/1a44880c-2851-11ec-9de8-156fed3e81bf_story.html)':86 'ahead':10 'asperg':32 'blown':76 'charact':45 'come':17 'connect':83 'convent':14 'could':49 'data':41 'date':8 'encourag':64 'experi':57 'grow':39 'idea':6 'incred':55 'kid':15 'known':60 'lost':81 'm':24 'mani':11 'might':62,74 'move':56 'new':5 'photograph':26 'relat':50 'sign':25 'syndrom':33 'tabl':21 'tell':28 'terminolog':9 'thing':79 'time':12 'toward':70 'tv':47 'warn':7 'whole':78 'write':68 'writer':66 'www.washingtonpost.com':85 'www.washingtonpost.com/entertainment/books/brent-spiner-star-trek-memoir/2021/10/11/1a44880c-2851-11ec-9de8-156fed3e81bf_story.html)':84"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5938937"
+editedAt: null
+createdAt: DateTimeImmutable @1703862127 {#2306
date: 2023-12-29 16:02:07.0 +01:00
}
+"title": 262265
} |
|
Show voter details
|
| 80 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2308
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2305
+user: Proxies\__CG__\App\Entity\User {#2696 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2304 …}
+image: Proxies\__CG__\App\Entity\Image {#2736 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2738 …}
+slug: "My-favorite-gender"
+title: "My favorite gender"
+url: "https://sopuli.xyz/pictrs/image/de8115a9-c226-40d0-9f2b-c55ab39ffc7a.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 39
+favouriteCount: 264
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710424980 {#2731
date: 2024-03-14 15:03:00.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2739 …}
+votes: Doctrine\ORM\PersistentCollection {#2741 …}
+reports: Doctrine\ORM\PersistentCollection {#2743 …}
+favourites: Doctrine\ORM\PersistentCollection {#2745 …}
+notifications: Doctrine\ORM\PersistentCollection {#2747 …}
+badges: Doctrine\ORM\PersistentCollection {#2749 …}
+children: [
App\Entity\EntryComment {#2308}
]
-id: 25440
-titleTs: "'favorit':2 'gender':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703872715
+visibility: "visible "
+apId: "https://sopuli.xyz/post/7397219"
+editedAt: null
+createdAt: DateTimeImmutable @1703786315 {#2718
date: 2023-12-28 18:58:35.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2304 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2303 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2319 …}
+body: """
This is not a new idea \n
Warning: dated terminology ahead: \n
[Many times at conventions, kids will come up to my table when I’m signing photographs and tell me they have Asperger syndrome, and that when they were growing up, Data was the only character on TV they could relate to. That’s an incredibly moving experience. Had I known, I might have encouraged the writers to write more towards that, but it might have blown the whole thing and lost the connection.](https://www.washingtonpost.com/entertainment/books/brent-spiner-star-trek-memoir/2021/10/11/1a44880c-2851-11ec-9de8-156fed3e81bf_story.html)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1703862127 {#2307
date: 2023-12-29 16:02:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@hydroptic@sopuli.xyz"
"@GregorGizeh@lemmy.zip"
"@FMT99@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2317 …}
+nested: Doctrine\ORM\PersistentCollection {#2313 …}
+votes: Doctrine\ORM\PersistentCollection {#2292 …}
+reports: Doctrine\ORM\PersistentCollection {#2290 …}
+favourites: Doctrine\ORM\PersistentCollection {#2295 …}
+notifications: Doctrine\ORM\PersistentCollection {#2283 …}
-id: 262265
-bodyTs: "'/entertainment/books/brent-spiner-star-trek-memoir/2021/10/11/1a44880c-2851-11ec-9de8-156fed3e81bf_story.html)':86 'ahead':10 'asperg':32 'blown':76 'charact':45 'come':17 'connect':83 'convent':14 'could':49 'data':41 'date':8 'encourag':64 'experi':57 'grow':39 'idea':6 'incred':55 'kid':15 'known':60 'lost':81 'm':24 'mani':11 'might':62,74 'move':56 'new':5 'photograph':26 'relat':50 'sign':25 'syndrom':33 'tabl':21 'tell':28 'terminolog':9 'thing':79 'time':12 'toward':70 'tv':47 'warn':7 'whole':78 'write':68 'writer':66 'www.washingtonpost.com':85 'www.washingtonpost.com/entertainment/books/brent-spiner-star-trek-memoir/2021/10/11/1a44880c-2851-11ec-9de8-156fed3e81bf_story.html)':84"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5938937"
+editedAt: null
+createdAt: DateTimeImmutable @1703862127 {#2306
date: 2023-12-29 16:02:07.0 +01:00
}
+"title": 262265
} |
|
Show voter details
|
| 81 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 82 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2033
+user: Proxies\__CG__\App\Entity\User {#2850 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2893 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "do-it-coward"
+title: "do it, coward"
+url: "https://lemmy.world/pictrs/image/e2825676-da78-4124-bf28-e2cbb4ee9a1d.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 17
+favouriteCount: 400
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710349510 {#2888
date: 2024-03-13 18:05:10.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2895 …}
+votes: Doctrine\ORM\PersistentCollection {#2897 …}
+reports: Doctrine\ORM\PersistentCollection {#2899 …}
+favourites: Doctrine\ORM\PersistentCollection {#2901 …}
+notifications: Doctrine\ORM\PersistentCollection {#2903 …}
+badges: Doctrine\ORM\PersistentCollection {#2905 …}
+children: [
1 => App\Entity\EntryComment {#2011
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+body: """
Every time I looked for Lucille Bogan I found nothing and figured that I’d just been having a fever dream. \n
I must have been spelling it wrong.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703461731 {#2018
date: 2023-12-25 00:48:51.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kewwwi@lemmy.world"
"@ReCursing@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2028 …}
+nested: Doctrine\ORM\PersistentCollection {#2012 …}
+votes: Doctrine\ORM\PersistentCollection {#2013 …}
+reports: Doctrine\ORM\PersistentCollection {#2035 …}
+favourites: Doctrine\ORM\PersistentCollection {#2036 …}
+notifications: Doctrine\ORM\PersistentCollection {#2144 …}
-id: 249855
-bodyTs: "'bogan':7 'd':15 'dream':21 'everi':1 'fever':20 'figur':12 'found':9 'look':4 'lucill':6 'must':23 'noth':10 'spell':26 'time':2 'wrong':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5870824"
+editedAt: null
+createdAt: DateTimeImmutable @1703461731 {#2025
date: 2023-12-25 00:48:51.0 +01:00
}
+"title": 249855
}
0 => App\Entity\EntryComment {#2084
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2078 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+body: "I was definitely spelling it wrong"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703522201 {#2061
date: 2023-12-25 17:36:41.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kewwwi@lemmy.world"
"@ReCursing@kbin.social"
"@caseyweederman@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2076 …}
+nested: Doctrine\ORM\PersistentCollection {#2083 …}
+votes: Doctrine\ORM\PersistentCollection {#2085 …}
+reports: Doctrine\ORM\PersistentCollection {#2062 …}
+favourites: Doctrine\ORM\PersistentCollection {#2077 …}
+notifications: Doctrine\ORM\PersistentCollection {#2063 …}
-id: 251375
-bodyTs: "'definit':3 'spell':4 'wrong':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5879803"
+editedAt: null
+createdAt: DateTimeImmutable @1703522201 {#2079
date: 2023-12-25 17:36:41.0 +01:00
}
+"title": 251375
}
]
-id: 24471
-titleTs: "'coward':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703527124
+visibility: "visible "
+apId: "https://lemmy.world/post/9935224"
+editedAt: null
+createdAt: DateTimeImmutable @1703440724 {#2873
date: 2023-12-24 18:58:44.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 83 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2033
+user: Proxies\__CG__\App\Entity\User {#2850 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2893 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "do-it-coward"
+title: "do it, coward"
+url: "https://lemmy.world/pictrs/image/e2825676-da78-4124-bf28-e2cbb4ee9a1d.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 17
+favouriteCount: 400
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710349510 {#2888
date: 2024-03-13 18:05:10.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2895 …}
+votes: Doctrine\ORM\PersistentCollection {#2897 …}
+reports: Doctrine\ORM\PersistentCollection {#2899 …}
+favourites: Doctrine\ORM\PersistentCollection {#2901 …}
+notifications: Doctrine\ORM\PersistentCollection {#2903 …}
+badges: Doctrine\ORM\PersistentCollection {#2905 …}
+children: [
1 => App\Entity\EntryComment {#2011
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+body: """
Every time I looked for Lucille Bogan I found nothing and figured that I’d just been having a fever dream. \n
I must have been spelling it wrong.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703461731 {#2018
date: 2023-12-25 00:48:51.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kewwwi@lemmy.world"
"@ReCursing@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2028 …}
+nested: Doctrine\ORM\PersistentCollection {#2012 …}
+votes: Doctrine\ORM\PersistentCollection {#2013 …}
+reports: Doctrine\ORM\PersistentCollection {#2035 …}
+favourites: Doctrine\ORM\PersistentCollection {#2036 …}
+notifications: Doctrine\ORM\PersistentCollection {#2144 …}
-id: 249855
-bodyTs: "'bogan':7 'd':15 'dream':21 'everi':1 'fever':20 'figur':12 'found':9 'look':4 'lucill':6 'must':23 'noth':10 'spell':26 'time':2 'wrong':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5870824"
+editedAt: null
+createdAt: DateTimeImmutable @1703461731 {#2025
date: 2023-12-25 00:48:51.0 +01:00
}
+"title": 249855
}
0 => App\Entity\EntryComment {#2084
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2078 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+body: "I was definitely spelling it wrong"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703522201 {#2061
date: 2023-12-25 17:36:41.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kewwwi@lemmy.world"
"@ReCursing@kbin.social"
"@caseyweederman@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2076 …}
+nested: Doctrine\ORM\PersistentCollection {#2083 …}
+votes: Doctrine\ORM\PersistentCollection {#2085 …}
+reports: Doctrine\ORM\PersistentCollection {#2062 …}
+favourites: Doctrine\ORM\PersistentCollection {#2077 …}
+notifications: Doctrine\ORM\PersistentCollection {#2063 …}
-id: 251375
-bodyTs: "'definit':3 'spell':4 'wrong':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5879803"
+editedAt: null
+createdAt: DateTimeImmutable @1703522201 {#2079
date: 2023-12-25 17:36:41.0 +01:00
}
+"title": 251375
}
]
-id: 24471
-titleTs: "'coward':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703527124
+visibility: "visible "
+apId: "https://lemmy.world/post/9935224"
+editedAt: null
+createdAt: DateTimeImmutable @1703440724 {#2873
date: 2023-12-24 18:58:44.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 84 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2033
+user: Proxies\__CG__\App\Entity\User {#2850 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2893 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "do-it-coward"
+title: "do it, coward"
+url: "https://lemmy.world/pictrs/image/e2825676-da78-4124-bf28-e2cbb4ee9a1d.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 17
+favouriteCount: 400
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710349510 {#2888
date: 2024-03-13 18:05:10.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2895 …}
+votes: Doctrine\ORM\PersistentCollection {#2897 …}
+reports: Doctrine\ORM\PersistentCollection {#2899 …}
+favourites: Doctrine\ORM\PersistentCollection {#2901 …}
+notifications: Doctrine\ORM\PersistentCollection {#2903 …}
+badges: Doctrine\ORM\PersistentCollection {#2905 …}
+children: [
1 => App\Entity\EntryComment {#2011
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+body: """
Every time I looked for Lucille Bogan I found nothing and figured that I’d just been having a fever dream. \n
I must have been spelling it wrong.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703461731 {#2018
date: 2023-12-25 00:48:51.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kewwwi@lemmy.world"
"@ReCursing@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2028 …}
+nested: Doctrine\ORM\PersistentCollection {#2012 …}
+votes: Doctrine\ORM\PersistentCollection {#2013 …}
+reports: Doctrine\ORM\PersistentCollection {#2035 …}
+favourites: Doctrine\ORM\PersistentCollection {#2036 …}
+notifications: Doctrine\ORM\PersistentCollection {#2144 …}
-id: 249855
-bodyTs: "'bogan':7 'd':15 'dream':21 'everi':1 'fever':20 'figur':12 'found':9 'look':4 'lucill':6 'must':23 'noth':10 'spell':26 'time':2 'wrong':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5870824"
+editedAt: null
+createdAt: DateTimeImmutable @1703461731 {#2025
date: 2023-12-25 00:48:51.0 +01:00
}
+"title": 249855
}
0 => App\Entity\EntryComment {#2084
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2078 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+body: "I was definitely spelling it wrong"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703522201 {#2061
date: 2023-12-25 17:36:41.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kewwwi@lemmy.world"
"@ReCursing@kbin.social"
"@caseyweederman@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2076 …}
+nested: Doctrine\ORM\PersistentCollection {#2083 …}
+votes: Doctrine\ORM\PersistentCollection {#2085 …}
+reports: Doctrine\ORM\PersistentCollection {#2062 …}
+favourites: Doctrine\ORM\PersistentCollection {#2077 …}
+notifications: Doctrine\ORM\PersistentCollection {#2063 …}
-id: 251375
-bodyTs: "'definit':3 'spell':4 'wrong':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5879803"
+editedAt: null
+createdAt: DateTimeImmutable @1703522201 {#2079
date: 2023-12-25 17:36:41.0 +01:00
}
+"title": 251375
}
]
-id: 24471
-titleTs: "'coward':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703527124
+visibility: "visible "
+apId: "https://lemmy.world/post/9935224"
+editedAt: null
+createdAt: DateTimeImmutable @1703440724 {#2873
date: 2023-12-24 18:58:44.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 85 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 86 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2011
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033
+user: Proxies\__CG__\App\Entity\User {#2850 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2893 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "do-it-coward"
+title: "do it, coward"
+url: "https://lemmy.world/pictrs/image/e2825676-da78-4124-bf28-e2cbb4ee9a1d.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 17
+favouriteCount: 400
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710349510 {#2888
date: 2024-03-13 18:05:10.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2895 …}
+votes: Doctrine\ORM\PersistentCollection {#2897 …}
+reports: Doctrine\ORM\PersistentCollection {#2899 …}
+favourites: Doctrine\ORM\PersistentCollection {#2901 …}
+notifications: Doctrine\ORM\PersistentCollection {#2903 …}
+badges: Doctrine\ORM\PersistentCollection {#2905 …}
+children: [
1 => App\Entity\EntryComment {#2011}
0 => App\Entity\EntryComment {#2084
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2078 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+body: "I was definitely spelling it wrong"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703522201 {#2061
date: 2023-12-25 17:36:41.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kewwwi@lemmy.world"
"@ReCursing@kbin.social"
"@caseyweederman@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2076 …}
+nested: Doctrine\ORM\PersistentCollection {#2083 …}
+votes: Doctrine\ORM\PersistentCollection {#2085 …}
+reports: Doctrine\ORM\PersistentCollection {#2062 …}
+favourites: Doctrine\ORM\PersistentCollection {#2077 …}
+notifications: Doctrine\ORM\PersistentCollection {#2063 …}
-id: 251375
-bodyTs: "'definit':3 'spell':4 'wrong':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5879803"
+editedAt: null
+createdAt: DateTimeImmutable @1703522201 {#2079
date: 2023-12-25 17:36:41.0 +01:00
}
+"title": 251375
}
]
-id: 24471
-titleTs: "'coward':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703527124
+visibility: "visible "
+apId: "https://lemmy.world/post/9935224"
+editedAt: null
+createdAt: DateTimeImmutable @1703440724 {#2873
date: 2023-12-24 18:58:44.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+body: """
Every time I looked for Lucille Bogan I found nothing and figured that I’d just been having a fever dream. \n
I must have been spelling it wrong.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703461731 {#2018
date: 2023-12-25 00:48:51.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kewwwi@lemmy.world"
"@ReCursing@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2028 …}
+nested: Doctrine\ORM\PersistentCollection {#2012 …}
+votes: Doctrine\ORM\PersistentCollection {#2013 …}
+reports: Doctrine\ORM\PersistentCollection {#2035 …}
+favourites: Doctrine\ORM\PersistentCollection {#2036 …}
+notifications: Doctrine\ORM\PersistentCollection {#2144 …}
-id: 249855
-bodyTs: "'bogan':7 'd':15 'dream':21 'everi':1 'fever':20 'figur':12 'found':9 'look':4 'lucill':6 'must':23 'noth':10 'spell':26 'time':2 'wrong':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5870824"
+editedAt: null
+createdAt: DateTimeImmutable @1703461731 {#2025
date: 2023-12-25 00:48:51.0 +01:00
}
+"title": 249855
} |
|
Show voter details
|
| 87 |
DENIED
|
edit
|
App\Entity\EntryComment {#2011
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033
+user: Proxies\__CG__\App\Entity\User {#2850 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2893 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "do-it-coward"
+title: "do it, coward"
+url: "https://lemmy.world/pictrs/image/e2825676-da78-4124-bf28-e2cbb4ee9a1d.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 17
+favouriteCount: 400
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710349510 {#2888
date: 2024-03-13 18:05:10.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2895 …}
+votes: Doctrine\ORM\PersistentCollection {#2897 …}
+reports: Doctrine\ORM\PersistentCollection {#2899 …}
+favourites: Doctrine\ORM\PersistentCollection {#2901 …}
+notifications: Doctrine\ORM\PersistentCollection {#2903 …}
+badges: Doctrine\ORM\PersistentCollection {#2905 …}
+children: [
1 => App\Entity\EntryComment {#2011}
0 => App\Entity\EntryComment {#2084
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2078 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+body: "I was definitely spelling it wrong"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703522201 {#2061
date: 2023-12-25 17:36:41.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kewwwi@lemmy.world"
"@ReCursing@kbin.social"
"@caseyweederman@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2076 …}
+nested: Doctrine\ORM\PersistentCollection {#2083 …}
+votes: Doctrine\ORM\PersistentCollection {#2085 …}
+reports: Doctrine\ORM\PersistentCollection {#2062 …}
+favourites: Doctrine\ORM\PersistentCollection {#2077 …}
+notifications: Doctrine\ORM\PersistentCollection {#2063 …}
-id: 251375
-bodyTs: "'definit':3 'spell':4 'wrong':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5879803"
+editedAt: null
+createdAt: DateTimeImmutable @1703522201 {#2079
date: 2023-12-25 17:36:41.0 +01:00
}
+"title": 251375
}
]
-id: 24471
-titleTs: "'coward':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703527124
+visibility: "visible "
+apId: "https://lemmy.world/post/9935224"
+editedAt: null
+createdAt: DateTimeImmutable @1703440724 {#2873
date: 2023-12-24 18:58:44.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+body: """
Every time I looked for Lucille Bogan I found nothing and figured that I’d just been having a fever dream. \n
I must have been spelling it wrong.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703461731 {#2018
date: 2023-12-25 00:48:51.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kewwwi@lemmy.world"
"@ReCursing@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2028 …}
+nested: Doctrine\ORM\PersistentCollection {#2012 …}
+votes: Doctrine\ORM\PersistentCollection {#2013 …}
+reports: Doctrine\ORM\PersistentCollection {#2035 …}
+favourites: Doctrine\ORM\PersistentCollection {#2036 …}
+notifications: Doctrine\ORM\PersistentCollection {#2144 …}
-id: 249855
-bodyTs: "'bogan':7 'd':15 'dream':21 'everi':1 'fever':20 'figur':12 'found':9 'look':4 'lucill':6 'must':23 'noth':10 'spell':26 'time':2 'wrong':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5870824"
+editedAt: null
+createdAt: DateTimeImmutable @1703461731 {#2025
date: 2023-12-25 00:48:51.0 +01:00
}
+"title": 249855
} |
|
Show voter details
|
| 88 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2011
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033
+user: Proxies\__CG__\App\Entity\User {#2850 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2893 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "do-it-coward"
+title: "do it, coward"
+url: "https://lemmy.world/pictrs/image/e2825676-da78-4124-bf28-e2cbb4ee9a1d.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 17
+favouriteCount: 400
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710349510 {#2888
date: 2024-03-13 18:05:10.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2895 …}
+votes: Doctrine\ORM\PersistentCollection {#2897 …}
+reports: Doctrine\ORM\PersistentCollection {#2899 …}
+favourites: Doctrine\ORM\PersistentCollection {#2901 …}
+notifications: Doctrine\ORM\PersistentCollection {#2903 …}
+badges: Doctrine\ORM\PersistentCollection {#2905 …}
+children: [
1 => App\Entity\EntryComment {#2011}
0 => App\Entity\EntryComment {#2084
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2078 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+body: "I was definitely spelling it wrong"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703522201 {#2061
date: 2023-12-25 17:36:41.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kewwwi@lemmy.world"
"@ReCursing@kbin.social"
"@caseyweederman@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2076 …}
+nested: Doctrine\ORM\PersistentCollection {#2083 …}
+votes: Doctrine\ORM\PersistentCollection {#2085 …}
+reports: Doctrine\ORM\PersistentCollection {#2062 …}
+favourites: Doctrine\ORM\PersistentCollection {#2077 …}
+notifications: Doctrine\ORM\PersistentCollection {#2063 …}
-id: 251375
-bodyTs: "'definit':3 'spell':4 'wrong':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5879803"
+editedAt: null
+createdAt: DateTimeImmutable @1703522201 {#2079
date: 2023-12-25 17:36:41.0 +01:00
}
+"title": 251375
}
]
-id: 24471
-titleTs: "'coward':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703527124
+visibility: "visible "
+apId: "https://lemmy.world/post/9935224"
+editedAt: null
+createdAt: DateTimeImmutable @1703440724 {#2873
date: 2023-12-24 18:58:44.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+body: """
Every time I looked for Lucille Bogan I found nothing and figured that I’d just been having a fever dream. \n
I must have been spelling it wrong.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703461731 {#2018
date: 2023-12-25 00:48:51.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kewwwi@lemmy.world"
"@ReCursing@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2028 …}
+nested: Doctrine\ORM\PersistentCollection {#2012 …}
+votes: Doctrine\ORM\PersistentCollection {#2013 …}
+reports: Doctrine\ORM\PersistentCollection {#2035 …}
+favourites: Doctrine\ORM\PersistentCollection {#2036 …}
+notifications: Doctrine\ORM\PersistentCollection {#2144 …}
-id: 249855
-bodyTs: "'bogan':7 'd':15 'dream':21 'everi':1 'fever':20 'figur':12 'found':9 'look':4 'lucill':6 'must':23 'noth':10 'spell':26 'time':2 'wrong':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5870824"
+editedAt: null
+createdAt: DateTimeImmutable @1703461731 {#2025
date: 2023-12-25 00:48:51.0 +01:00
}
+"title": 249855
} |
|
Show voter details
|
| 89 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 90 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2084
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033
+user: Proxies\__CG__\App\Entity\User {#2850 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2893 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "do-it-coward"
+title: "do it, coward"
+url: "https://lemmy.world/pictrs/image/e2825676-da78-4124-bf28-e2cbb4ee9a1d.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 17
+favouriteCount: 400
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710349510 {#2888
date: 2024-03-13 18:05:10.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2895 …}
+votes: Doctrine\ORM\PersistentCollection {#2897 …}
+reports: Doctrine\ORM\PersistentCollection {#2899 …}
+favourites: Doctrine\ORM\PersistentCollection {#2901 …}
+notifications: Doctrine\ORM\PersistentCollection {#2903 …}
+badges: Doctrine\ORM\PersistentCollection {#2905 …}
+children: [
1 => App\Entity\EntryComment {#2011
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+body: """
Every time I looked for Lucille Bogan I found nothing and figured that I’d just been having a fever dream. \n
I must have been spelling it wrong.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703461731 {#2018
date: 2023-12-25 00:48:51.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kewwwi@lemmy.world"
"@ReCursing@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2028 …}
+nested: Doctrine\ORM\PersistentCollection {#2012 …}
+votes: Doctrine\ORM\PersistentCollection {#2013 …}
+reports: Doctrine\ORM\PersistentCollection {#2035 …}
+favourites: Doctrine\ORM\PersistentCollection {#2036 …}
+notifications: Doctrine\ORM\PersistentCollection {#2144 …}
-id: 249855
-bodyTs: "'bogan':7 'd':15 'dream':21 'everi':1 'fever':20 'figur':12 'found':9 'look':4 'lucill':6 'must':23 'noth':10 'spell':26 'time':2 'wrong':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5870824"
+editedAt: null
+createdAt: DateTimeImmutable @1703461731 {#2025
date: 2023-12-25 00:48:51.0 +01:00
}
+"title": 249855
}
0 => App\Entity\EntryComment {#2084}
]
-id: 24471
-titleTs: "'coward':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703527124
+visibility: "visible "
+apId: "https://lemmy.world/post/9935224"
+editedAt: null
+createdAt: DateTimeImmutable @1703440724 {#2873
date: 2023-12-24 18:58:44.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2078 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+body: "I was definitely spelling it wrong"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703522201 {#2061
date: 2023-12-25 17:36:41.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kewwwi@lemmy.world"
"@ReCursing@kbin.social"
"@caseyweederman@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2076 …}
+nested: Doctrine\ORM\PersistentCollection {#2083 …}
+votes: Doctrine\ORM\PersistentCollection {#2085 …}
+reports: Doctrine\ORM\PersistentCollection {#2062 …}
+favourites: Doctrine\ORM\PersistentCollection {#2077 …}
+notifications: Doctrine\ORM\PersistentCollection {#2063 …}
-id: 251375
-bodyTs: "'definit':3 'spell':4 'wrong':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5879803"
+editedAt: null
+createdAt: DateTimeImmutable @1703522201 {#2079
date: 2023-12-25 17:36:41.0 +01:00
}
+"title": 251375
} |
|
Show voter details
|
| 91 |
DENIED
|
edit
|
App\Entity\EntryComment {#2084
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033
+user: Proxies\__CG__\App\Entity\User {#2850 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2893 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "do-it-coward"
+title: "do it, coward"
+url: "https://lemmy.world/pictrs/image/e2825676-da78-4124-bf28-e2cbb4ee9a1d.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 17
+favouriteCount: 400
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710349510 {#2888
date: 2024-03-13 18:05:10.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2895 …}
+votes: Doctrine\ORM\PersistentCollection {#2897 …}
+reports: Doctrine\ORM\PersistentCollection {#2899 …}
+favourites: Doctrine\ORM\PersistentCollection {#2901 …}
+notifications: Doctrine\ORM\PersistentCollection {#2903 …}
+badges: Doctrine\ORM\PersistentCollection {#2905 …}
+children: [
1 => App\Entity\EntryComment {#2011
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+body: """
Every time I looked for Lucille Bogan I found nothing and figured that I’d just been having a fever dream. \n
I must have been spelling it wrong.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703461731 {#2018
date: 2023-12-25 00:48:51.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kewwwi@lemmy.world"
"@ReCursing@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2028 …}
+nested: Doctrine\ORM\PersistentCollection {#2012 …}
+votes: Doctrine\ORM\PersistentCollection {#2013 …}
+reports: Doctrine\ORM\PersistentCollection {#2035 …}
+favourites: Doctrine\ORM\PersistentCollection {#2036 …}
+notifications: Doctrine\ORM\PersistentCollection {#2144 …}
-id: 249855
-bodyTs: "'bogan':7 'd':15 'dream':21 'everi':1 'fever':20 'figur':12 'found':9 'look':4 'lucill':6 'must':23 'noth':10 'spell':26 'time':2 'wrong':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5870824"
+editedAt: null
+createdAt: DateTimeImmutable @1703461731 {#2025
date: 2023-12-25 00:48:51.0 +01:00
}
+"title": 249855
}
0 => App\Entity\EntryComment {#2084}
]
-id: 24471
-titleTs: "'coward':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703527124
+visibility: "visible "
+apId: "https://lemmy.world/post/9935224"
+editedAt: null
+createdAt: DateTimeImmutable @1703440724 {#2873
date: 2023-12-24 18:58:44.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2078 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+body: "I was definitely spelling it wrong"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703522201 {#2061
date: 2023-12-25 17:36:41.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kewwwi@lemmy.world"
"@ReCursing@kbin.social"
"@caseyweederman@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2076 …}
+nested: Doctrine\ORM\PersistentCollection {#2083 …}
+votes: Doctrine\ORM\PersistentCollection {#2085 …}
+reports: Doctrine\ORM\PersistentCollection {#2062 …}
+favourites: Doctrine\ORM\PersistentCollection {#2077 …}
+notifications: Doctrine\ORM\PersistentCollection {#2063 …}
-id: 251375
-bodyTs: "'definit':3 'spell':4 'wrong':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5879803"
+editedAt: null
+createdAt: DateTimeImmutable @1703522201 {#2079
date: 2023-12-25 17:36:41.0 +01:00
}
+"title": 251375
} |
|
Show voter details
|
| 92 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2084
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033
+user: Proxies\__CG__\App\Entity\User {#2850 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2893 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "do-it-coward"
+title: "do it, coward"
+url: "https://lemmy.world/pictrs/image/e2825676-da78-4124-bf28-e2cbb4ee9a1d.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 17
+favouriteCount: 400
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710349510 {#2888
date: 2024-03-13 18:05:10.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2895 …}
+votes: Doctrine\ORM\PersistentCollection {#2897 …}
+reports: Doctrine\ORM\PersistentCollection {#2899 …}
+favourites: Doctrine\ORM\PersistentCollection {#2901 …}
+notifications: Doctrine\ORM\PersistentCollection {#2903 …}
+badges: Doctrine\ORM\PersistentCollection {#2905 …}
+children: [
1 => App\Entity\EntryComment {#2011
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+body: """
Every time I looked for Lucille Bogan I found nothing and figured that I’d just been having a fever dream. \n
I must have been spelling it wrong.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703461731 {#2018
date: 2023-12-25 00:48:51.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kewwwi@lemmy.world"
"@ReCursing@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2028 …}
+nested: Doctrine\ORM\PersistentCollection {#2012 …}
+votes: Doctrine\ORM\PersistentCollection {#2013 …}
+reports: Doctrine\ORM\PersistentCollection {#2035 …}
+favourites: Doctrine\ORM\PersistentCollection {#2036 …}
+notifications: Doctrine\ORM\PersistentCollection {#2144 …}
-id: 249855
-bodyTs: "'bogan':7 'd':15 'dream':21 'everi':1 'fever':20 'figur':12 'found':9 'look':4 'lucill':6 'must':23 'noth':10 'spell':26 'time':2 'wrong':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5870824"
+editedAt: null
+createdAt: DateTimeImmutable @1703461731 {#2025
date: 2023-12-25 00:48:51.0 +01:00
}
+"title": 249855
}
0 => App\Entity\EntryComment {#2084}
]
-id: 24471
-titleTs: "'coward':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703527124
+visibility: "visible "
+apId: "https://lemmy.world/post/9935224"
+editedAt: null
+createdAt: DateTimeImmutable @1703440724 {#2873
date: 2023-12-24 18:58:44.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2078 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+body: "I was definitely spelling it wrong"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703522201 {#2061
date: 2023-12-25 17:36:41.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kewwwi@lemmy.world"
"@ReCursing@kbin.social"
"@caseyweederman@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2076 …}
+nested: Doctrine\ORM\PersistentCollection {#2083 …}
+votes: Doctrine\ORM\PersistentCollection {#2085 …}
+reports: Doctrine\ORM\PersistentCollection {#2062 …}
+favourites: Doctrine\ORM\PersistentCollection {#2077 …}
+notifications: Doctrine\ORM\PersistentCollection {#2063 …}
-id: 251375
-bodyTs: "'definit':3 'spell':4 'wrong':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5879803"
+editedAt: null
+createdAt: DateTimeImmutable @1703522201 {#2079
date: 2023-12-25 17:36:41.0 +01:00
}
+"title": 251375
} |
|
Show voter details
|
| 93 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 94 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2299
+user: Proxies\__CG__\App\Entity\User {#2715 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2311 …}
+image: Proxies\__CG__\App\Entity\Image {#2756 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "A-pre-historic-city-was-discovered-in-the-Antarctic"
+title: "A pre-historic city was discovered in the Antarctic."
+url: "https://lemmy.world/pictrs/image/44f49a0c-2594-4d57-8166-35137ce97653.jpeg"
+body: "The native population had been wiped out by the malware of their own creation. Only the Linux users survived, but turned blind because they stare at their monitors and don’t go out much."
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 6
+favouriteCount: 200
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1709052877 {#2751
date: 2024-02-27 17:54:37.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2759 …}
+votes: Doctrine\ORM\PersistentCollection {#2761 …}
+reports: Doctrine\ORM\PersistentCollection {#2763 …}
+favourites: Doctrine\ORM\PersistentCollection {#2765 …}
+notifications: Doctrine\ORM\PersistentCollection {#2767 …}
+badges: Doctrine\ORM\PersistentCollection {#2769 …}
+children: [
App\Entity\EntryComment {#2189
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2299 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2311 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2298 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2298 …}
+body: "He was so damn racist. Polaris is about those squat yellow people who got in when the kingdom let down its guard for a moment and now they’re all in and polluting the gene pool with their horrifying otherness."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703859644 {#2252
date: 2023-12-29 15:20:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@molochthagod@lemmy.world"
"@Zaros@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2293 …}
+nested: Doctrine\ORM\PersistentCollection {#2309 …}
+votes: Doctrine\ORM\PersistentCollection {#2302 …}
+reports: Doctrine\ORM\PersistentCollection {#2320 …}
+favourites: Doctrine\ORM\PersistentCollection {#2322 …}
+notifications: Doctrine\ORM\PersistentCollection {#2312 …}
-id: 262196
-bodyTs: "'damn':4 'gene':35 'got':14 'guard':22 'horrifi':39 'kingdom':18 'let':19 'moment':25 'other':40 'peopl':12 'polari':6 'pollut':33 'pool':36 'racist':5 're':29 'squat':10 'yellow':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5938498"
+editedAt: null
+createdAt: DateTimeImmutable @1703859644 {#2192
date: 2023-12-29 15:20:44.0 +01:00
}
+"title": 262196
}
]
-id: 25484
-titleTs: "'antarct':10 'citi':5 'discov':7 'histor':4 'pre':3 'pre-histor':2"
-bodyTs: "'blind':22 'creation':14 'go':32 'linux':17 'malwar':10 'monitor':28 'much':34 'nativ':2 'popul':3 'stare':25 'surviv':19 'turn':21 'user':18 'wipe':6"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703883973
+visibility: "visible "
+apId: "https://lemmy.world/post/10071461"
+editedAt: null
+createdAt: DateTimeImmutable @1703797573 {#2737
date: 2023-12-28 22:06:13.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 95 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2299
+user: Proxies\__CG__\App\Entity\User {#2715 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2311 …}
+image: Proxies\__CG__\App\Entity\Image {#2756 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "A-pre-historic-city-was-discovered-in-the-Antarctic"
+title: "A pre-historic city was discovered in the Antarctic."
+url: "https://lemmy.world/pictrs/image/44f49a0c-2594-4d57-8166-35137ce97653.jpeg"
+body: "The native population had been wiped out by the malware of their own creation. Only the Linux users survived, but turned blind because they stare at their monitors and don’t go out much."
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 6
+favouriteCount: 200
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1709052877 {#2751
date: 2024-02-27 17:54:37.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2759 …}
+votes: Doctrine\ORM\PersistentCollection {#2761 …}
+reports: Doctrine\ORM\PersistentCollection {#2763 …}
+favourites: Doctrine\ORM\PersistentCollection {#2765 …}
+notifications: Doctrine\ORM\PersistentCollection {#2767 …}
+badges: Doctrine\ORM\PersistentCollection {#2769 …}
+children: [
App\Entity\EntryComment {#2189
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2299 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2311 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2298 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2298 …}
+body: "He was so damn racist. Polaris is about those squat yellow people who got in when the kingdom let down its guard for a moment and now they’re all in and polluting the gene pool with their horrifying otherness."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703859644 {#2252
date: 2023-12-29 15:20:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@molochthagod@lemmy.world"
"@Zaros@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2293 …}
+nested: Doctrine\ORM\PersistentCollection {#2309 …}
+votes: Doctrine\ORM\PersistentCollection {#2302 …}
+reports: Doctrine\ORM\PersistentCollection {#2320 …}
+favourites: Doctrine\ORM\PersistentCollection {#2322 …}
+notifications: Doctrine\ORM\PersistentCollection {#2312 …}
-id: 262196
-bodyTs: "'damn':4 'gene':35 'got':14 'guard':22 'horrifi':39 'kingdom':18 'let':19 'moment':25 'other':40 'peopl':12 'polari':6 'pollut':33 'pool':36 'racist':5 're':29 'squat':10 'yellow':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5938498"
+editedAt: null
+createdAt: DateTimeImmutable @1703859644 {#2192
date: 2023-12-29 15:20:44.0 +01:00
}
+"title": 262196
}
]
-id: 25484
-titleTs: "'antarct':10 'citi':5 'discov':7 'histor':4 'pre':3 'pre-histor':2"
-bodyTs: "'blind':22 'creation':14 'go':32 'linux':17 'malwar':10 'monitor':28 'much':34 'nativ':2 'popul':3 'stare':25 'surviv':19 'turn':21 'user':18 'wipe':6"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703883973
+visibility: "visible "
+apId: "https://lemmy.world/post/10071461"
+editedAt: null
+createdAt: DateTimeImmutable @1703797573 {#2737
date: 2023-12-28 22:06:13.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 96 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2299
+user: Proxies\__CG__\App\Entity\User {#2715 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2311 …}
+image: Proxies\__CG__\App\Entity\Image {#2756 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "A-pre-historic-city-was-discovered-in-the-Antarctic"
+title: "A pre-historic city was discovered in the Antarctic."
+url: "https://lemmy.world/pictrs/image/44f49a0c-2594-4d57-8166-35137ce97653.jpeg"
+body: "The native population had been wiped out by the malware of their own creation. Only the Linux users survived, but turned blind because they stare at their monitors and don’t go out much."
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 6
+favouriteCount: 200
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1709052877 {#2751
date: 2024-02-27 17:54:37.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2759 …}
+votes: Doctrine\ORM\PersistentCollection {#2761 …}
+reports: Doctrine\ORM\PersistentCollection {#2763 …}
+favourites: Doctrine\ORM\PersistentCollection {#2765 …}
+notifications: Doctrine\ORM\PersistentCollection {#2767 …}
+badges: Doctrine\ORM\PersistentCollection {#2769 …}
+children: [
App\Entity\EntryComment {#2189
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2299 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2311 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2298 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2298 …}
+body: "He was so damn racist. Polaris is about those squat yellow people who got in when the kingdom let down its guard for a moment and now they’re all in and polluting the gene pool with their horrifying otherness."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703859644 {#2252
date: 2023-12-29 15:20:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@molochthagod@lemmy.world"
"@Zaros@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2293 …}
+nested: Doctrine\ORM\PersistentCollection {#2309 …}
+votes: Doctrine\ORM\PersistentCollection {#2302 …}
+reports: Doctrine\ORM\PersistentCollection {#2320 …}
+favourites: Doctrine\ORM\PersistentCollection {#2322 …}
+notifications: Doctrine\ORM\PersistentCollection {#2312 …}
-id: 262196
-bodyTs: "'damn':4 'gene':35 'got':14 'guard':22 'horrifi':39 'kingdom':18 'let':19 'moment':25 'other':40 'peopl':12 'polari':6 'pollut':33 'pool':36 'racist':5 're':29 'squat':10 'yellow':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5938498"
+editedAt: null
+createdAt: DateTimeImmutable @1703859644 {#2192
date: 2023-12-29 15:20:44.0 +01:00
}
+"title": 262196
}
]
-id: 25484
-titleTs: "'antarct':10 'citi':5 'discov':7 'histor':4 'pre':3 'pre-histor':2"
-bodyTs: "'blind':22 'creation':14 'go':32 'linux':17 'malwar':10 'monitor':28 'much':34 'nativ':2 'popul':3 'stare':25 'surviv':19 'turn':21 'user':18 'wipe':6"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703883973
+visibility: "visible "
+apId: "https://lemmy.world/post/10071461"
+editedAt: null
+createdAt: DateTimeImmutable @1703797573 {#2737
date: 2023-12-28 22:06:13.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 97 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 98 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2189
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2299
+user: Proxies\__CG__\App\Entity\User {#2715 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2311 …}
+image: Proxies\__CG__\App\Entity\Image {#2756 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "A-pre-historic-city-was-discovered-in-the-Antarctic"
+title: "A pre-historic city was discovered in the Antarctic."
+url: "https://lemmy.world/pictrs/image/44f49a0c-2594-4d57-8166-35137ce97653.jpeg"
+body: "The native population had been wiped out by the malware of their own creation. Only the Linux users survived, but turned blind because they stare at their monitors and don’t go out much."
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 6
+favouriteCount: 200
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1709052877 {#2751
date: 2024-02-27 17:54:37.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2759 …}
+votes: Doctrine\ORM\PersistentCollection {#2761 …}
+reports: Doctrine\ORM\PersistentCollection {#2763 …}
+favourites: Doctrine\ORM\PersistentCollection {#2765 …}
+notifications: Doctrine\ORM\PersistentCollection {#2767 …}
+badges: Doctrine\ORM\PersistentCollection {#2769 …}
+children: [
App\Entity\EntryComment {#2189}
]
-id: 25484
-titleTs: "'antarct':10 'citi':5 'discov':7 'histor':4 'pre':3 'pre-histor':2"
-bodyTs: "'blind':22 'creation':14 'go':32 'linux':17 'malwar':10 'monitor':28 'much':34 'nativ':2 'popul':3 'stare':25 'surviv':19 'turn':21 'user':18 'wipe':6"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703883973
+visibility: "visible "
+apId: "https://lemmy.world/post/10071461"
+editedAt: null
+createdAt: DateTimeImmutable @1703797573 {#2737
date: 2023-12-28 22:06:13.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2311 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2298 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2298 …}
+body: "He was so damn racist. Polaris is about those squat yellow people who got in when the kingdom let down its guard for a moment and now they’re all in and polluting the gene pool with their horrifying otherness."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703859644 {#2252
date: 2023-12-29 15:20:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@molochthagod@lemmy.world"
"@Zaros@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2293 …}
+nested: Doctrine\ORM\PersistentCollection {#2309 …}
+votes: Doctrine\ORM\PersistentCollection {#2302 …}
+reports: Doctrine\ORM\PersistentCollection {#2320 …}
+favourites: Doctrine\ORM\PersistentCollection {#2322 …}
+notifications: Doctrine\ORM\PersistentCollection {#2312 …}
-id: 262196
-bodyTs: "'damn':4 'gene':35 'got':14 'guard':22 'horrifi':39 'kingdom':18 'let':19 'moment':25 'other':40 'peopl':12 'polari':6 'pollut':33 'pool':36 'racist':5 're':29 'squat':10 'yellow':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5938498"
+editedAt: null
+createdAt: DateTimeImmutable @1703859644 {#2192
date: 2023-12-29 15:20:44.0 +01:00
}
+"title": 262196
} |
|
Show voter details
|
| 99 |
DENIED
|
edit
|
App\Entity\EntryComment {#2189
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2299
+user: Proxies\__CG__\App\Entity\User {#2715 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2311 …}
+image: Proxies\__CG__\App\Entity\Image {#2756 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "A-pre-historic-city-was-discovered-in-the-Antarctic"
+title: "A pre-historic city was discovered in the Antarctic."
+url: "https://lemmy.world/pictrs/image/44f49a0c-2594-4d57-8166-35137ce97653.jpeg"
+body: "The native population had been wiped out by the malware of their own creation. Only the Linux users survived, but turned blind because they stare at their monitors and don’t go out much."
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 6
+favouriteCount: 200
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1709052877 {#2751
date: 2024-02-27 17:54:37.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2759 …}
+votes: Doctrine\ORM\PersistentCollection {#2761 …}
+reports: Doctrine\ORM\PersistentCollection {#2763 …}
+favourites: Doctrine\ORM\PersistentCollection {#2765 …}
+notifications: Doctrine\ORM\PersistentCollection {#2767 …}
+badges: Doctrine\ORM\PersistentCollection {#2769 …}
+children: [
App\Entity\EntryComment {#2189}
]
-id: 25484
-titleTs: "'antarct':10 'citi':5 'discov':7 'histor':4 'pre':3 'pre-histor':2"
-bodyTs: "'blind':22 'creation':14 'go':32 'linux':17 'malwar':10 'monitor':28 'much':34 'nativ':2 'popul':3 'stare':25 'surviv':19 'turn':21 'user':18 'wipe':6"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703883973
+visibility: "visible "
+apId: "https://lemmy.world/post/10071461"
+editedAt: null
+createdAt: DateTimeImmutable @1703797573 {#2737
date: 2023-12-28 22:06:13.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2311 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2298 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2298 …}
+body: "He was so damn racist. Polaris is about those squat yellow people who got in when the kingdom let down its guard for a moment and now they’re all in and polluting the gene pool with their horrifying otherness."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703859644 {#2252
date: 2023-12-29 15:20:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@molochthagod@lemmy.world"
"@Zaros@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2293 …}
+nested: Doctrine\ORM\PersistentCollection {#2309 …}
+votes: Doctrine\ORM\PersistentCollection {#2302 …}
+reports: Doctrine\ORM\PersistentCollection {#2320 …}
+favourites: Doctrine\ORM\PersistentCollection {#2322 …}
+notifications: Doctrine\ORM\PersistentCollection {#2312 …}
-id: 262196
-bodyTs: "'damn':4 'gene':35 'got':14 'guard':22 'horrifi':39 'kingdom':18 'let':19 'moment':25 'other':40 'peopl':12 'polari':6 'pollut':33 'pool':36 'racist':5 're':29 'squat':10 'yellow':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5938498"
+editedAt: null
+createdAt: DateTimeImmutable @1703859644 {#2192
date: 2023-12-29 15:20:44.0 +01:00
}
+"title": 262196
} |
|
Show voter details
|
| 100 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2189
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2299
+user: Proxies\__CG__\App\Entity\User {#2715 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2311 …}
+image: Proxies\__CG__\App\Entity\Image {#2756 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "A-pre-historic-city-was-discovered-in-the-Antarctic"
+title: "A pre-historic city was discovered in the Antarctic."
+url: "https://lemmy.world/pictrs/image/44f49a0c-2594-4d57-8166-35137ce97653.jpeg"
+body: "The native population had been wiped out by the malware of their own creation. Only the Linux users survived, but turned blind because they stare at their monitors and don’t go out much."
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 6
+favouriteCount: 200
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1709052877 {#2751
date: 2024-02-27 17:54:37.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2759 …}
+votes: Doctrine\ORM\PersistentCollection {#2761 …}
+reports: Doctrine\ORM\PersistentCollection {#2763 …}
+favourites: Doctrine\ORM\PersistentCollection {#2765 …}
+notifications: Doctrine\ORM\PersistentCollection {#2767 …}
+badges: Doctrine\ORM\PersistentCollection {#2769 …}
+children: [
App\Entity\EntryComment {#2189}
]
-id: 25484
-titleTs: "'antarct':10 'citi':5 'discov':7 'histor':4 'pre':3 'pre-histor':2"
-bodyTs: "'blind':22 'creation':14 'go':32 'linux':17 'malwar':10 'monitor':28 'much':34 'nativ':2 'popul':3 'stare':25 'surviv':19 'turn':21 'user':18 'wipe':6"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703883973
+visibility: "visible "
+apId: "https://lemmy.world/post/10071461"
+editedAt: null
+createdAt: DateTimeImmutable @1703797573 {#2737
date: 2023-12-28 22:06:13.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2311 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2298 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2298 …}
+body: "He was so damn racist. Polaris is about those squat yellow people who got in when the kingdom let down its guard for a moment and now they’re all in and polluting the gene pool with their horrifying otherness."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703859644 {#2252
date: 2023-12-29 15:20:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@molochthagod@lemmy.world"
"@Zaros@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2293 …}
+nested: Doctrine\ORM\PersistentCollection {#2309 …}
+votes: Doctrine\ORM\PersistentCollection {#2302 …}
+reports: Doctrine\ORM\PersistentCollection {#2320 …}
+favourites: Doctrine\ORM\PersistentCollection {#2322 …}
+notifications: Doctrine\ORM\PersistentCollection {#2312 …}
-id: 262196
-bodyTs: "'damn':4 'gene':35 'got':14 'guard':22 'horrifi':39 'kingdom':18 'let':19 'moment':25 'other':40 'peopl':12 'polari':6 'pollut':33 'pool':36 'racist':5 're':29 'squat':10 'yellow':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5938498"
+editedAt: null
+createdAt: DateTimeImmutable @1703859644 {#2192
date: 2023-12-29 15:20:44.0 +01:00
}
+"title": 262196
} |
|
Show voter details
|
| 101 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 102 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1728
+user: Proxies\__CG__\App\Entity\User {#2910 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2949 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "Gastronomical-Masterpiece"
+title: "Gastronomical Masterpiece"
+url: "https://lemmy.world/pictrs/image/4b6e5fd1-b265-4e4f-be62-aad0f895863a.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 230
+favouriteCount: 403
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708653494 {#2944
date: 2024-02-23 02:58:14.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2951 …}
+votes: Doctrine\ORM\PersistentCollection {#2953 …}
+reports: Doctrine\ORM\PersistentCollection {#2955 …}
+favourites: Doctrine\ORM\PersistentCollection {#2957 …}
+notifications: Doctrine\ORM\PersistentCollection {#2959 …}
+badges: Doctrine\ORM\PersistentCollection {#2961 …}
+children: [
App\Entity\EntryComment {#1722
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1728 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
+body: "Oh hell yes"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703093045 {#1596
date: 2023-12-20 18:24:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@ObviouslyNotBanana@lemmy.world"
"@Coskii@lemmy.blahaj.zone"
"@Paradachshund@lemmy.today"
]
+children: Doctrine\ORM\PersistentCollection {#1737 …}
+nested: Doctrine\ORM\PersistentCollection {#1732 …}
+votes: Doctrine\ORM\PersistentCollection {#1735 …}
+reports: Doctrine\ORM\PersistentCollection {#1729 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1714 …}
-id: 238167
-bodyTs: "'hell':2 'oh':1 'yes':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5791330"
+editedAt: null
+createdAt: DateTimeImmutable @1703093045 {#1604
date: 2023-12-20 18:24:05.0 +01:00
}
+"title": 238167
}
]
-id: 23526
-titleTs: "'gastronom':1 'masterpiec':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703139794
+visibility: "visible "
+apId: "https://lemmy.world/post/9780594"
+editedAt: null
+createdAt: DateTimeImmutable @1703053394 {#2931
date: 2023-12-20 07:23:14.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 103 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1728
+user: Proxies\__CG__\App\Entity\User {#2910 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2949 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "Gastronomical-Masterpiece"
+title: "Gastronomical Masterpiece"
+url: "https://lemmy.world/pictrs/image/4b6e5fd1-b265-4e4f-be62-aad0f895863a.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 230
+favouriteCount: 403
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708653494 {#2944
date: 2024-02-23 02:58:14.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2951 …}
+votes: Doctrine\ORM\PersistentCollection {#2953 …}
+reports: Doctrine\ORM\PersistentCollection {#2955 …}
+favourites: Doctrine\ORM\PersistentCollection {#2957 …}
+notifications: Doctrine\ORM\PersistentCollection {#2959 …}
+badges: Doctrine\ORM\PersistentCollection {#2961 …}
+children: [
App\Entity\EntryComment {#1722
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1728 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
+body: "Oh hell yes"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703093045 {#1596
date: 2023-12-20 18:24:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@ObviouslyNotBanana@lemmy.world"
"@Coskii@lemmy.blahaj.zone"
"@Paradachshund@lemmy.today"
]
+children: Doctrine\ORM\PersistentCollection {#1737 …}
+nested: Doctrine\ORM\PersistentCollection {#1732 …}
+votes: Doctrine\ORM\PersistentCollection {#1735 …}
+reports: Doctrine\ORM\PersistentCollection {#1729 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1714 …}
-id: 238167
-bodyTs: "'hell':2 'oh':1 'yes':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5791330"
+editedAt: null
+createdAt: DateTimeImmutable @1703093045 {#1604
date: 2023-12-20 18:24:05.0 +01:00
}
+"title": 238167
}
]
-id: 23526
-titleTs: "'gastronom':1 'masterpiec':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703139794
+visibility: "visible "
+apId: "https://lemmy.world/post/9780594"
+editedAt: null
+createdAt: DateTimeImmutable @1703053394 {#2931
date: 2023-12-20 07:23:14.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 104 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1728
+user: Proxies\__CG__\App\Entity\User {#2910 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2949 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "Gastronomical-Masterpiece"
+title: "Gastronomical Masterpiece"
+url: "https://lemmy.world/pictrs/image/4b6e5fd1-b265-4e4f-be62-aad0f895863a.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 230
+favouriteCount: 403
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708653494 {#2944
date: 2024-02-23 02:58:14.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2951 …}
+votes: Doctrine\ORM\PersistentCollection {#2953 …}
+reports: Doctrine\ORM\PersistentCollection {#2955 …}
+favourites: Doctrine\ORM\PersistentCollection {#2957 …}
+notifications: Doctrine\ORM\PersistentCollection {#2959 …}
+badges: Doctrine\ORM\PersistentCollection {#2961 …}
+children: [
App\Entity\EntryComment {#1722
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1728 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
+body: "Oh hell yes"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703093045 {#1596
date: 2023-12-20 18:24:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@ObviouslyNotBanana@lemmy.world"
"@Coskii@lemmy.blahaj.zone"
"@Paradachshund@lemmy.today"
]
+children: Doctrine\ORM\PersistentCollection {#1737 …}
+nested: Doctrine\ORM\PersistentCollection {#1732 …}
+votes: Doctrine\ORM\PersistentCollection {#1735 …}
+reports: Doctrine\ORM\PersistentCollection {#1729 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1714 …}
-id: 238167
-bodyTs: "'hell':2 'oh':1 'yes':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5791330"
+editedAt: null
+createdAt: DateTimeImmutable @1703093045 {#1604
date: 2023-12-20 18:24:05.0 +01:00
}
+"title": 238167
}
]
-id: 23526
-titleTs: "'gastronom':1 'masterpiec':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703139794
+visibility: "visible "
+apId: "https://lemmy.world/post/9780594"
+editedAt: null
+createdAt: DateTimeImmutable @1703053394 {#2931
date: 2023-12-20 07:23:14.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 105 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 106 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1722
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1728
+user: Proxies\__CG__\App\Entity\User {#2910 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2949 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "Gastronomical-Masterpiece"
+title: "Gastronomical Masterpiece"
+url: "https://lemmy.world/pictrs/image/4b6e5fd1-b265-4e4f-be62-aad0f895863a.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 230
+favouriteCount: 403
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708653494 {#2944
date: 2024-02-23 02:58:14.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2951 …}
+votes: Doctrine\ORM\PersistentCollection {#2953 …}
+reports: Doctrine\ORM\PersistentCollection {#2955 …}
+favourites: Doctrine\ORM\PersistentCollection {#2957 …}
+notifications: Doctrine\ORM\PersistentCollection {#2959 …}
+badges: Doctrine\ORM\PersistentCollection {#2961 …}
+children: [
App\Entity\EntryComment {#1722}
]
-id: 23526
-titleTs: "'gastronom':1 'masterpiec':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703139794
+visibility: "visible "
+apId: "https://lemmy.world/post/9780594"
+editedAt: null
+createdAt: DateTimeImmutable @1703053394 {#2931
date: 2023-12-20 07:23:14.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
+body: "Oh hell yes"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703093045 {#1596
date: 2023-12-20 18:24:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@ObviouslyNotBanana@lemmy.world"
"@Coskii@lemmy.blahaj.zone"
"@Paradachshund@lemmy.today"
]
+children: Doctrine\ORM\PersistentCollection {#1737 …}
+nested: Doctrine\ORM\PersistentCollection {#1732 …}
+votes: Doctrine\ORM\PersistentCollection {#1735 …}
+reports: Doctrine\ORM\PersistentCollection {#1729 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1714 …}
-id: 238167
-bodyTs: "'hell':2 'oh':1 'yes':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5791330"
+editedAt: null
+createdAt: DateTimeImmutable @1703093045 {#1604
date: 2023-12-20 18:24:05.0 +01:00
}
+"title": 238167
} |
|
Show voter details
|
| 107 |
DENIED
|
edit
|
App\Entity\EntryComment {#1722
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1728
+user: Proxies\__CG__\App\Entity\User {#2910 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2949 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "Gastronomical-Masterpiece"
+title: "Gastronomical Masterpiece"
+url: "https://lemmy.world/pictrs/image/4b6e5fd1-b265-4e4f-be62-aad0f895863a.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 230
+favouriteCount: 403
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708653494 {#2944
date: 2024-02-23 02:58:14.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2951 …}
+votes: Doctrine\ORM\PersistentCollection {#2953 …}
+reports: Doctrine\ORM\PersistentCollection {#2955 …}
+favourites: Doctrine\ORM\PersistentCollection {#2957 …}
+notifications: Doctrine\ORM\PersistentCollection {#2959 …}
+badges: Doctrine\ORM\PersistentCollection {#2961 …}
+children: [
App\Entity\EntryComment {#1722}
]
-id: 23526
-titleTs: "'gastronom':1 'masterpiec':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703139794
+visibility: "visible "
+apId: "https://lemmy.world/post/9780594"
+editedAt: null
+createdAt: DateTimeImmutable @1703053394 {#2931
date: 2023-12-20 07:23:14.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
+body: "Oh hell yes"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703093045 {#1596
date: 2023-12-20 18:24:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@ObviouslyNotBanana@lemmy.world"
"@Coskii@lemmy.blahaj.zone"
"@Paradachshund@lemmy.today"
]
+children: Doctrine\ORM\PersistentCollection {#1737 …}
+nested: Doctrine\ORM\PersistentCollection {#1732 …}
+votes: Doctrine\ORM\PersistentCollection {#1735 …}
+reports: Doctrine\ORM\PersistentCollection {#1729 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1714 …}
-id: 238167
-bodyTs: "'hell':2 'oh':1 'yes':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5791330"
+editedAt: null
+createdAt: DateTimeImmutable @1703093045 {#1604
date: 2023-12-20 18:24:05.0 +01:00
}
+"title": 238167
} |
|
Show voter details
|
| 108 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1722
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1728
+user: Proxies\__CG__\App\Entity\User {#2910 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2949 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "Gastronomical-Masterpiece"
+title: "Gastronomical Masterpiece"
+url: "https://lemmy.world/pictrs/image/4b6e5fd1-b265-4e4f-be62-aad0f895863a.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 230
+favouriteCount: 403
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708653494 {#2944
date: 2024-02-23 02:58:14.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2951 …}
+votes: Doctrine\ORM\PersistentCollection {#2953 …}
+reports: Doctrine\ORM\PersistentCollection {#2955 …}
+favourites: Doctrine\ORM\PersistentCollection {#2957 …}
+notifications: Doctrine\ORM\PersistentCollection {#2959 …}
+badges: Doctrine\ORM\PersistentCollection {#2961 …}
+children: [
App\Entity\EntryComment {#1722}
]
-id: 23526
-titleTs: "'gastronom':1 'masterpiec':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703139794
+visibility: "visible "
+apId: "https://lemmy.world/post/9780594"
+editedAt: null
+createdAt: DateTimeImmutable @1703053394 {#2931
date: 2023-12-20 07:23:14.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
+body: "Oh hell yes"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703093045 {#1596
date: 2023-12-20 18:24:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@ObviouslyNotBanana@lemmy.world"
"@Coskii@lemmy.blahaj.zone"
"@Paradachshund@lemmy.today"
]
+children: Doctrine\ORM\PersistentCollection {#1737 …}
+nested: Doctrine\ORM\PersistentCollection {#1732 …}
+votes: Doctrine\ORM\PersistentCollection {#1735 …}
+reports: Doctrine\ORM\PersistentCollection {#1729 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1714 …}
-id: 238167
-bodyTs: "'hell':2 'oh':1 'yes':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5791330"
+editedAt: null
+createdAt: DateTimeImmutable @1703093045 {#1604
date: 2023-12-20 18:24:05.0 +01:00
}
+"title": 238167
} |
|
Show voter details
|
| 109 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 110 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2121
+user: Proxies\__CG__\App\Entity\User {#2754 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2122 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2717 …}
+slug: "Could-someone-explain-how-to-set-up-a-lemmy-instance"
+title: "Could someone explain how to set up a lemmy instance with ansible for an absolute beginner"
+url: null
+body: """
I tried earlier today and I had no luck actually getting an instance running\n
\n
It would help if the explanation was specific to a raspberry pi
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 48
+favouriteCount: 60
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708580441 {#2791
date: 2024-02-22 06:40:41.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2796 …}
+votes: Doctrine\ORM\PersistentCollection {#2799 …}
+reports: Doctrine\ORM\PersistentCollection {#2801 …}
+favourites: Doctrine\ORM\PersistentCollection {#2803 …}
+notifications: Doctrine\ORM\PersistentCollection {#2805 …}
+badges: Doctrine\ORM\PersistentCollection {#2807 …}
+children: [
App\Entity\EntryComment {#2117
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2122 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2113 …}
+body: "I mean… You’d learn so much. Crash and burn maybe, but call it a win for all the knowledge you gain in the process."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703729420 {#2114
date: 2023-12-28 03:10:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@arudesalad@sh.itjust.works"
"@Illecors@lemmy.cafe"
]
+children: Doctrine\ORM\PersistentCollection {#2123 …}
+nested: Doctrine\ORM\PersistentCollection {#2116 …}
+votes: Doctrine\ORM\PersistentCollection {#2161 …}
+reports: Doctrine\ORM\PersistentCollection {#2163 …}
+favourites: Doctrine\ORM\PersistentCollection {#2044 …}
+notifications: Doctrine\ORM\PersistentCollection {#2127 …}
-id: 258224
-bodyTs: "'burn':10 'call':13 'crash':8 'd':4 'gain':22 'knowledg':20 'learn':5 'mayb':11 'mean':2 'much':7 'process':25 'win':16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5916102"
+editedAt: null
+createdAt: DateTimeImmutable @1703729420 {#2118
date: 2023-12-28 03:10:20.0 +01:00
}
+"title": 258224
}
]
-id: 25109
-titleTs: "'absolut':15 'ansibl':12 'beginn':16 'could':1 'explain':3 'instanc':10 'lemmi':9 'set':6 'someon':2"
-bodyTs: "'actual':10 'earlier':3 'explan':20 'get':11 'help':17 'instanc':13 'luck':9 'pi':26 'raspberri':25 'run':14 'specif':22 'today':4 'tri':2 'would':16"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703723329
+visibility: "visible "
+apId: "https://sh.itjust.works/post/11670512"
+editedAt: null
+createdAt: DateTimeImmutable @1703636929 {#2777
date: 2023-12-27 01:28:49.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 111 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2121
+user: Proxies\__CG__\App\Entity\User {#2754 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2122 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2717 …}
+slug: "Could-someone-explain-how-to-set-up-a-lemmy-instance"
+title: "Could someone explain how to set up a lemmy instance with ansible for an absolute beginner"
+url: null
+body: """
I tried earlier today and I had no luck actually getting an instance running\n
\n
It would help if the explanation was specific to a raspberry pi
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 48
+favouriteCount: 60
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708580441 {#2791
date: 2024-02-22 06:40:41.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2796 …}
+votes: Doctrine\ORM\PersistentCollection {#2799 …}
+reports: Doctrine\ORM\PersistentCollection {#2801 …}
+favourites: Doctrine\ORM\PersistentCollection {#2803 …}
+notifications: Doctrine\ORM\PersistentCollection {#2805 …}
+badges: Doctrine\ORM\PersistentCollection {#2807 …}
+children: [
App\Entity\EntryComment {#2117
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2122 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2113 …}
+body: "I mean… You’d learn so much. Crash and burn maybe, but call it a win for all the knowledge you gain in the process."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703729420 {#2114
date: 2023-12-28 03:10:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@arudesalad@sh.itjust.works"
"@Illecors@lemmy.cafe"
]
+children: Doctrine\ORM\PersistentCollection {#2123 …}
+nested: Doctrine\ORM\PersistentCollection {#2116 …}
+votes: Doctrine\ORM\PersistentCollection {#2161 …}
+reports: Doctrine\ORM\PersistentCollection {#2163 …}
+favourites: Doctrine\ORM\PersistentCollection {#2044 …}
+notifications: Doctrine\ORM\PersistentCollection {#2127 …}
-id: 258224
-bodyTs: "'burn':10 'call':13 'crash':8 'd':4 'gain':22 'knowledg':20 'learn':5 'mayb':11 'mean':2 'much':7 'process':25 'win':16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5916102"
+editedAt: null
+createdAt: DateTimeImmutable @1703729420 {#2118
date: 2023-12-28 03:10:20.0 +01:00
}
+"title": 258224
}
]
-id: 25109
-titleTs: "'absolut':15 'ansibl':12 'beginn':16 'could':1 'explain':3 'instanc':10 'lemmi':9 'set':6 'someon':2"
-bodyTs: "'actual':10 'earlier':3 'explan':20 'get':11 'help':17 'instanc':13 'luck':9 'pi':26 'raspberri':25 'run':14 'specif':22 'today':4 'tri':2 'would':16"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703723329
+visibility: "visible "
+apId: "https://sh.itjust.works/post/11670512"
+editedAt: null
+createdAt: DateTimeImmutable @1703636929 {#2777
date: 2023-12-27 01:28:49.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 112 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2121
+user: Proxies\__CG__\App\Entity\User {#2754 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2122 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2717 …}
+slug: "Could-someone-explain-how-to-set-up-a-lemmy-instance"
+title: "Could someone explain how to set up a lemmy instance with ansible for an absolute beginner"
+url: null
+body: """
I tried earlier today and I had no luck actually getting an instance running\n
\n
It would help if the explanation was specific to a raspberry pi
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 48
+favouriteCount: 60
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708580441 {#2791
date: 2024-02-22 06:40:41.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2796 …}
+votes: Doctrine\ORM\PersistentCollection {#2799 …}
+reports: Doctrine\ORM\PersistentCollection {#2801 …}
+favourites: Doctrine\ORM\PersistentCollection {#2803 …}
+notifications: Doctrine\ORM\PersistentCollection {#2805 …}
+badges: Doctrine\ORM\PersistentCollection {#2807 …}
+children: [
App\Entity\EntryComment {#2117
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2122 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2113 …}
+body: "I mean… You’d learn so much. Crash and burn maybe, but call it a win for all the knowledge you gain in the process."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703729420 {#2114
date: 2023-12-28 03:10:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@arudesalad@sh.itjust.works"
"@Illecors@lemmy.cafe"
]
+children: Doctrine\ORM\PersistentCollection {#2123 …}
+nested: Doctrine\ORM\PersistentCollection {#2116 …}
+votes: Doctrine\ORM\PersistentCollection {#2161 …}
+reports: Doctrine\ORM\PersistentCollection {#2163 …}
+favourites: Doctrine\ORM\PersistentCollection {#2044 …}
+notifications: Doctrine\ORM\PersistentCollection {#2127 …}
-id: 258224
-bodyTs: "'burn':10 'call':13 'crash':8 'd':4 'gain':22 'knowledg':20 'learn':5 'mayb':11 'mean':2 'much':7 'process':25 'win':16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5916102"
+editedAt: null
+createdAt: DateTimeImmutable @1703729420 {#2118
date: 2023-12-28 03:10:20.0 +01:00
}
+"title": 258224
}
]
-id: 25109
-titleTs: "'absolut':15 'ansibl':12 'beginn':16 'could':1 'explain':3 'instanc':10 'lemmi':9 'set':6 'someon':2"
-bodyTs: "'actual':10 'earlier':3 'explan':20 'get':11 'help':17 'instanc':13 'luck':9 'pi':26 'raspberri':25 'run':14 'specif':22 'today':4 'tri':2 'would':16"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703723329
+visibility: "visible "
+apId: "https://sh.itjust.works/post/11670512"
+editedAt: null
+createdAt: DateTimeImmutable @1703636929 {#2777
date: 2023-12-27 01:28:49.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 113 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 114 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2117
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2121
+user: Proxies\__CG__\App\Entity\User {#2754 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2122 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2717 …}
+slug: "Could-someone-explain-how-to-set-up-a-lemmy-instance"
+title: "Could someone explain how to set up a lemmy instance with ansible for an absolute beginner"
+url: null
+body: """
I tried earlier today and I had no luck actually getting an instance running\n
\n
It would help if the explanation was specific to a raspberry pi
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 48
+favouriteCount: 60
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708580441 {#2791
date: 2024-02-22 06:40:41.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2796 …}
+votes: Doctrine\ORM\PersistentCollection {#2799 …}
+reports: Doctrine\ORM\PersistentCollection {#2801 …}
+favourites: Doctrine\ORM\PersistentCollection {#2803 …}
+notifications: Doctrine\ORM\PersistentCollection {#2805 …}
+badges: Doctrine\ORM\PersistentCollection {#2807 …}
+children: [
App\Entity\EntryComment {#2117}
]
-id: 25109
-titleTs: "'absolut':15 'ansibl':12 'beginn':16 'could':1 'explain':3 'instanc':10 'lemmi':9 'set':6 'someon':2"
-bodyTs: "'actual':10 'earlier':3 'explan':20 'get':11 'help':17 'instanc':13 'luck':9 'pi':26 'raspberri':25 'run':14 'specif':22 'today':4 'tri':2 'would':16"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703723329
+visibility: "visible "
+apId: "https://sh.itjust.works/post/11670512"
+editedAt: null
+createdAt: DateTimeImmutable @1703636929 {#2777
date: 2023-12-27 01:28:49.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2122 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2113 …}
+body: "I mean… You’d learn so much. Crash and burn maybe, but call it a win for all the knowledge you gain in the process."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703729420 {#2114
date: 2023-12-28 03:10:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@arudesalad@sh.itjust.works"
"@Illecors@lemmy.cafe"
]
+children: Doctrine\ORM\PersistentCollection {#2123 …}
+nested: Doctrine\ORM\PersistentCollection {#2116 …}
+votes: Doctrine\ORM\PersistentCollection {#2161 …}
+reports: Doctrine\ORM\PersistentCollection {#2163 …}
+favourites: Doctrine\ORM\PersistentCollection {#2044 …}
+notifications: Doctrine\ORM\PersistentCollection {#2127 …}
-id: 258224
-bodyTs: "'burn':10 'call':13 'crash':8 'd':4 'gain':22 'knowledg':20 'learn':5 'mayb':11 'mean':2 'much':7 'process':25 'win':16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5916102"
+editedAt: null
+createdAt: DateTimeImmutable @1703729420 {#2118
date: 2023-12-28 03:10:20.0 +01:00
}
+"title": 258224
} |
|
Show voter details
|
| 115 |
DENIED
|
edit
|
App\Entity\EntryComment {#2117
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2121
+user: Proxies\__CG__\App\Entity\User {#2754 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2122 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2717 …}
+slug: "Could-someone-explain-how-to-set-up-a-lemmy-instance"
+title: "Could someone explain how to set up a lemmy instance with ansible for an absolute beginner"
+url: null
+body: """
I tried earlier today and I had no luck actually getting an instance running\n
\n
It would help if the explanation was specific to a raspberry pi
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 48
+favouriteCount: 60
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708580441 {#2791
date: 2024-02-22 06:40:41.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2796 …}
+votes: Doctrine\ORM\PersistentCollection {#2799 …}
+reports: Doctrine\ORM\PersistentCollection {#2801 …}
+favourites: Doctrine\ORM\PersistentCollection {#2803 …}
+notifications: Doctrine\ORM\PersistentCollection {#2805 …}
+badges: Doctrine\ORM\PersistentCollection {#2807 …}
+children: [
App\Entity\EntryComment {#2117}
]
-id: 25109
-titleTs: "'absolut':15 'ansibl':12 'beginn':16 'could':1 'explain':3 'instanc':10 'lemmi':9 'set':6 'someon':2"
-bodyTs: "'actual':10 'earlier':3 'explan':20 'get':11 'help':17 'instanc':13 'luck':9 'pi':26 'raspberri':25 'run':14 'specif':22 'today':4 'tri':2 'would':16"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703723329
+visibility: "visible "
+apId: "https://sh.itjust.works/post/11670512"
+editedAt: null
+createdAt: DateTimeImmutable @1703636929 {#2777
date: 2023-12-27 01:28:49.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2122 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2113 …}
+body: "I mean… You’d learn so much. Crash and burn maybe, but call it a win for all the knowledge you gain in the process."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703729420 {#2114
date: 2023-12-28 03:10:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@arudesalad@sh.itjust.works"
"@Illecors@lemmy.cafe"
]
+children: Doctrine\ORM\PersistentCollection {#2123 …}
+nested: Doctrine\ORM\PersistentCollection {#2116 …}
+votes: Doctrine\ORM\PersistentCollection {#2161 …}
+reports: Doctrine\ORM\PersistentCollection {#2163 …}
+favourites: Doctrine\ORM\PersistentCollection {#2044 …}
+notifications: Doctrine\ORM\PersistentCollection {#2127 …}
-id: 258224
-bodyTs: "'burn':10 'call':13 'crash':8 'd':4 'gain':22 'knowledg':20 'learn':5 'mayb':11 'mean':2 'much':7 'process':25 'win':16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5916102"
+editedAt: null
+createdAt: DateTimeImmutable @1703729420 {#2118
date: 2023-12-28 03:10:20.0 +01:00
}
+"title": 258224
} |
|
Show voter details
|
| 116 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2117
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2121
+user: Proxies\__CG__\App\Entity\User {#2754 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2122 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2717 …}
+slug: "Could-someone-explain-how-to-set-up-a-lemmy-instance"
+title: "Could someone explain how to set up a lemmy instance with ansible for an absolute beginner"
+url: null
+body: """
I tried earlier today and I had no luck actually getting an instance running\n
\n
It would help if the explanation was specific to a raspberry pi
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 48
+favouriteCount: 60
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708580441 {#2791
date: 2024-02-22 06:40:41.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2796 …}
+votes: Doctrine\ORM\PersistentCollection {#2799 …}
+reports: Doctrine\ORM\PersistentCollection {#2801 …}
+favourites: Doctrine\ORM\PersistentCollection {#2803 …}
+notifications: Doctrine\ORM\PersistentCollection {#2805 …}
+badges: Doctrine\ORM\PersistentCollection {#2807 …}
+children: [
App\Entity\EntryComment {#2117}
]
-id: 25109
-titleTs: "'absolut':15 'ansibl':12 'beginn':16 'could':1 'explain':3 'instanc':10 'lemmi':9 'set':6 'someon':2"
-bodyTs: "'actual':10 'earlier':3 'explan':20 'get':11 'help':17 'instanc':13 'luck':9 'pi':26 'raspberri':25 'run':14 'specif':22 'today':4 'tri':2 'would':16"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703723329
+visibility: "visible "
+apId: "https://sh.itjust.works/post/11670512"
+editedAt: null
+createdAt: DateTimeImmutable @1703636929 {#2777
date: 2023-12-27 01:28:49.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2122 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2113 …}
+body: "I mean… You’d learn so much. Crash and burn maybe, but call it a win for all the knowledge you gain in the process."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703729420 {#2114
date: 2023-12-28 03:10:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@arudesalad@sh.itjust.works"
"@Illecors@lemmy.cafe"
]
+children: Doctrine\ORM\PersistentCollection {#2123 …}
+nested: Doctrine\ORM\PersistentCollection {#2116 …}
+votes: Doctrine\ORM\PersistentCollection {#2161 …}
+reports: Doctrine\ORM\PersistentCollection {#2163 …}
+favourites: Doctrine\ORM\PersistentCollection {#2044 …}
+notifications: Doctrine\ORM\PersistentCollection {#2127 …}
-id: 258224
-bodyTs: "'burn':10 'call':13 'crash':8 'd':4 'gain':22 'knowledg':20 'learn':5 'mayb':11 'mean':2 'much':7 'process':25 'win':16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5916102"
+editedAt: null
+createdAt: DateTimeImmutable @1703729420 {#2118
date: 2023-12-28 03:10:20.0 +01:00
}
+"title": 258224
} |
|
Show voter details
|
| 117 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 118 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2095
+user: Proxies\__CG__\App\Entity\User {#2552 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#2671 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2672 …}
+slug: "D-Bus-overview"
+title: "D-Bus overview"
+url: "https://fedoramagazine.org/d-bus-overview/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 5
+favouriteCount: 129
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708182606 {#2666
date: 2024-02-17 16:10:06.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2681 …}
+votes: Doctrine\ORM\PersistentCollection {#2683 …}
+reports: Doctrine\ORM\PersistentCollection {#2685 …}
+favourites: Doctrine\ORM\PersistentCollection {#2687 …}
+notifications: Doctrine\ORM\PersistentCollection {#2689 …}
+badges: Doctrine\ORM\PersistentCollection {#2691 …}
+children: [
App\Entity\EntryComment {#2088
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2095 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
+body: "Looks like xfconf merely shares the hierarchical structure. Still… Hm."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703639101 {#2064
date: 2023-12-27 02:05:01.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Chewy7324@discuss.tchncs.de"
"@caseyweederman@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2091 …}
+nested: Doctrine\ORM\PersistentCollection {#2090 …}
+votes: Doctrine\ORM\PersistentCollection {#2092 …}
+reports: Doctrine\ORM\PersistentCollection {#2241 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2129 …}
-id: 255267
-bodyTs: "'hierarch':7 'hm':10 'like':2 'look':1 'mere':4 'share':5 'still':9 'structur':8 'xfconf':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5900461"
+editedAt: null
+createdAt: DateTimeImmutable @1703639101 {#2089
date: 2023-12-27 02:05:01.0 +01:00
}
+"title": 255267
}
]
-id: 24805
-titleTs: "'bus':3 'd':2 'd-bus':1 'overview':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703619936
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/8303755"
+editedAt: null
+createdAt: DateTimeImmutable @1703533536 {#2576
date: 2023-12-25 20:45:36.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 119 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2095
+user: Proxies\__CG__\App\Entity\User {#2552 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#2671 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2672 …}
+slug: "D-Bus-overview"
+title: "D-Bus overview"
+url: "https://fedoramagazine.org/d-bus-overview/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 5
+favouriteCount: 129
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708182606 {#2666
date: 2024-02-17 16:10:06.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2681 …}
+votes: Doctrine\ORM\PersistentCollection {#2683 …}
+reports: Doctrine\ORM\PersistentCollection {#2685 …}
+favourites: Doctrine\ORM\PersistentCollection {#2687 …}
+notifications: Doctrine\ORM\PersistentCollection {#2689 …}
+badges: Doctrine\ORM\PersistentCollection {#2691 …}
+children: [
App\Entity\EntryComment {#2088
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2095 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
+body: "Looks like xfconf merely shares the hierarchical structure. Still… Hm."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703639101 {#2064
date: 2023-12-27 02:05:01.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Chewy7324@discuss.tchncs.de"
"@caseyweederman@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2091 …}
+nested: Doctrine\ORM\PersistentCollection {#2090 …}
+votes: Doctrine\ORM\PersistentCollection {#2092 …}
+reports: Doctrine\ORM\PersistentCollection {#2241 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2129 …}
-id: 255267
-bodyTs: "'hierarch':7 'hm':10 'like':2 'look':1 'mere':4 'share':5 'still':9 'structur':8 'xfconf':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5900461"
+editedAt: null
+createdAt: DateTimeImmutable @1703639101 {#2089
date: 2023-12-27 02:05:01.0 +01:00
}
+"title": 255267
}
]
-id: 24805
-titleTs: "'bus':3 'd':2 'd-bus':1 'overview':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703619936
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/8303755"
+editedAt: null
+createdAt: DateTimeImmutable @1703533536 {#2576
date: 2023-12-25 20:45:36.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 120 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2095
+user: Proxies\__CG__\App\Entity\User {#2552 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#2671 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2672 …}
+slug: "D-Bus-overview"
+title: "D-Bus overview"
+url: "https://fedoramagazine.org/d-bus-overview/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 5
+favouriteCount: 129
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708182606 {#2666
date: 2024-02-17 16:10:06.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2681 …}
+votes: Doctrine\ORM\PersistentCollection {#2683 …}
+reports: Doctrine\ORM\PersistentCollection {#2685 …}
+favourites: Doctrine\ORM\PersistentCollection {#2687 …}
+notifications: Doctrine\ORM\PersistentCollection {#2689 …}
+badges: Doctrine\ORM\PersistentCollection {#2691 …}
+children: [
App\Entity\EntryComment {#2088
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2095 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
+body: "Looks like xfconf merely shares the hierarchical structure. Still… Hm."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703639101 {#2064
date: 2023-12-27 02:05:01.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Chewy7324@discuss.tchncs.de"
"@caseyweederman@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2091 …}
+nested: Doctrine\ORM\PersistentCollection {#2090 …}
+votes: Doctrine\ORM\PersistentCollection {#2092 …}
+reports: Doctrine\ORM\PersistentCollection {#2241 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2129 …}
-id: 255267
-bodyTs: "'hierarch':7 'hm':10 'like':2 'look':1 'mere':4 'share':5 'still':9 'structur':8 'xfconf':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5900461"
+editedAt: null
+createdAt: DateTimeImmutable @1703639101 {#2089
date: 2023-12-27 02:05:01.0 +01:00
}
+"title": 255267
}
]
-id: 24805
-titleTs: "'bus':3 'd':2 'd-bus':1 'overview':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703619936
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/8303755"
+editedAt: null
+createdAt: DateTimeImmutable @1703533536 {#2576
date: 2023-12-25 20:45:36.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 121 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 122 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2088
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2095
+user: Proxies\__CG__\App\Entity\User {#2552 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#2671 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2672 …}
+slug: "D-Bus-overview"
+title: "D-Bus overview"
+url: "https://fedoramagazine.org/d-bus-overview/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 5
+favouriteCount: 129
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708182606 {#2666
date: 2024-02-17 16:10:06.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2681 …}
+votes: Doctrine\ORM\PersistentCollection {#2683 …}
+reports: Doctrine\ORM\PersistentCollection {#2685 …}
+favourites: Doctrine\ORM\PersistentCollection {#2687 …}
+notifications: Doctrine\ORM\PersistentCollection {#2689 …}
+badges: Doctrine\ORM\PersistentCollection {#2691 …}
+children: [
App\Entity\EntryComment {#2088}
]
-id: 24805
-titleTs: "'bus':3 'd':2 'd-bus':1 'overview':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703619936
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/8303755"
+editedAt: null
+createdAt: DateTimeImmutable @1703533536 {#2576
date: 2023-12-25 20:45:36.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
+body: "Looks like xfconf merely shares the hierarchical structure. Still… Hm."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703639101 {#2064
date: 2023-12-27 02:05:01.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Chewy7324@discuss.tchncs.de"
"@caseyweederman@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2091 …}
+nested: Doctrine\ORM\PersistentCollection {#2090 …}
+votes: Doctrine\ORM\PersistentCollection {#2092 …}
+reports: Doctrine\ORM\PersistentCollection {#2241 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2129 …}
-id: 255267
-bodyTs: "'hierarch':7 'hm':10 'like':2 'look':1 'mere':4 'share':5 'still':9 'structur':8 'xfconf':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5900461"
+editedAt: null
+createdAt: DateTimeImmutable @1703639101 {#2089
date: 2023-12-27 02:05:01.0 +01:00
}
+"title": 255267
} |
|
Show voter details
|
| 123 |
DENIED
|
edit
|
App\Entity\EntryComment {#2088
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2095
+user: Proxies\__CG__\App\Entity\User {#2552 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#2671 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2672 …}
+slug: "D-Bus-overview"
+title: "D-Bus overview"
+url: "https://fedoramagazine.org/d-bus-overview/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 5
+favouriteCount: 129
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708182606 {#2666
date: 2024-02-17 16:10:06.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2681 …}
+votes: Doctrine\ORM\PersistentCollection {#2683 …}
+reports: Doctrine\ORM\PersistentCollection {#2685 …}
+favourites: Doctrine\ORM\PersistentCollection {#2687 …}
+notifications: Doctrine\ORM\PersistentCollection {#2689 …}
+badges: Doctrine\ORM\PersistentCollection {#2691 …}
+children: [
App\Entity\EntryComment {#2088}
]
-id: 24805
-titleTs: "'bus':3 'd':2 'd-bus':1 'overview':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703619936
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/8303755"
+editedAt: null
+createdAt: DateTimeImmutable @1703533536 {#2576
date: 2023-12-25 20:45:36.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
+body: "Looks like xfconf merely shares the hierarchical structure. Still… Hm."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703639101 {#2064
date: 2023-12-27 02:05:01.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Chewy7324@discuss.tchncs.de"
"@caseyweederman@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2091 …}
+nested: Doctrine\ORM\PersistentCollection {#2090 …}
+votes: Doctrine\ORM\PersistentCollection {#2092 …}
+reports: Doctrine\ORM\PersistentCollection {#2241 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2129 …}
-id: 255267
-bodyTs: "'hierarch':7 'hm':10 'like':2 'look':1 'mere':4 'share':5 'still':9 'structur':8 'xfconf':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5900461"
+editedAt: null
+createdAt: DateTimeImmutable @1703639101 {#2089
date: 2023-12-27 02:05:01.0 +01:00
}
+"title": 255267
} |
|
Show voter details
|
| 124 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2088
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2095
+user: Proxies\__CG__\App\Entity\User {#2552 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#2671 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2672 …}
+slug: "D-Bus-overview"
+title: "D-Bus overview"
+url: "https://fedoramagazine.org/d-bus-overview/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 5
+favouriteCount: 129
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708182606 {#2666
date: 2024-02-17 16:10:06.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2681 …}
+votes: Doctrine\ORM\PersistentCollection {#2683 …}
+reports: Doctrine\ORM\PersistentCollection {#2685 …}
+favourites: Doctrine\ORM\PersistentCollection {#2687 …}
+notifications: Doctrine\ORM\PersistentCollection {#2689 …}
+badges: Doctrine\ORM\PersistentCollection {#2691 …}
+children: [
App\Entity\EntryComment {#2088}
]
-id: 24805
-titleTs: "'bus':3 'd':2 'd-bus':1 'overview':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703619936
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/8303755"
+editedAt: null
+createdAt: DateTimeImmutable @1703533536 {#2576
date: 2023-12-25 20:45:36.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
+body: "Looks like xfconf merely shares the hierarchical structure. Still… Hm."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703639101 {#2064
date: 2023-12-27 02:05:01.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Chewy7324@discuss.tchncs.de"
"@caseyweederman@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2091 …}
+nested: Doctrine\ORM\PersistentCollection {#2090 …}
+votes: Doctrine\ORM\PersistentCollection {#2092 …}
+reports: Doctrine\ORM\PersistentCollection {#2241 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2129 …}
-id: 255267
-bodyTs: "'hierarch':7 'hm':10 'like':2 'look':1 'mere':4 'share':5 'still':9 'structur':8 'xfconf':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5900461"
+editedAt: null
+createdAt: DateTimeImmutable @1703639101 {#2089
date: 2023-12-27 02:05:01.0 +01:00
}
+"title": 255267
} |
|
Show voter details
|
| 125 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 126 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1739
+user: Proxies\__CG__\App\Entity\User {#2947 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1741 …}
+image: Proxies\__CG__\App\Entity\Image {#2988 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "Trig"
+title: "Trig"
+url: "https://lemmy.world/pictrs/image/390f721e-5814-4fe9-ae3a-f181b704e962.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 170
+favouriteCount: 952
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1704124798 {#2983
date: 2024-01-01 16:59:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2990 …}
+votes: Doctrine\ORM\PersistentCollection {#2992 …}
+reports: Doctrine\ORM\PersistentCollection {#2994 …}
+favourites: Doctrine\ORM\PersistentCollection {#2996 …}
+notifications: Doctrine\ORM\PersistentCollection {#2998 …}
+badges: Doctrine\ORM\PersistentCollection {#3000 …}
+children: [
App\Entity\EntryComment {#1717
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1739 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1741 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
+body: "Woah. I was really expecting the “will we ever use this in life”/“you won’t but some of the smarter kids might” strip, which is also SMBC."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703093670 {#1720
date: 2023-12-20 18:34:30.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@themaninblack@lemmy.world"
"@blind3rdeye@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1707 …}
+nested: Doctrine\ORM\PersistentCollection {#2464 …}
+votes: Doctrine\ORM\PersistentCollection {#2448 …}
+reports: Doctrine\ORM\PersistentCollection {#2447 …}
+favourites: Doctrine\ORM\PersistentCollection {#2462 …}
+notifications: Doctrine\ORM\PersistentCollection {#2461 …}
-id: 238182
-bodyTs: "'also':27 'ever':9 'expect':5 'kid':22 'life':13 'might':23 'realli':4 'smarter':21 'smbc':28 'strip':24 'use':10 'woah':1 'won':15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5791536"
+editedAt: null
+createdAt: DateTimeImmutable @1703093670 {#1716
date: 2023-12-20 18:34:30.0 +01:00
}
+"title": 238182
}
]
-id: 23248
-titleTs: "'trig':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703057755
+visibility: "visible "
+apId: "https://lemmy.world/post/9741619"
+editedAt: null
+createdAt: DateTimeImmutable @1702971355 {#2969
date: 2023-12-19 08:35:55.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 127 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1739
+user: Proxies\__CG__\App\Entity\User {#2947 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1741 …}
+image: Proxies\__CG__\App\Entity\Image {#2988 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "Trig"
+title: "Trig"
+url: "https://lemmy.world/pictrs/image/390f721e-5814-4fe9-ae3a-f181b704e962.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 170
+favouriteCount: 952
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1704124798 {#2983
date: 2024-01-01 16:59:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2990 …}
+votes: Doctrine\ORM\PersistentCollection {#2992 …}
+reports: Doctrine\ORM\PersistentCollection {#2994 …}
+favourites: Doctrine\ORM\PersistentCollection {#2996 …}
+notifications: Doctrine\ORM\PersistentCollection {#2998 …}
+badges: Doctrine\ORM\PersistentCollection {#3000 …}
+children: [
App\Entity\EntryComment {#1717
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1739 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1741 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
+body: "Woah. I was really expecting the “will we ever use this in life”/“you won’t but some of the smarter kids might” strip, which is also SMBC."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703093670 {#1720
date: 2023-12-20 18:34:30.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@themaninblack@lemmy.world"
"@blind3rdeye@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1707 …}
+nested: Doctrine\ORM\PersistentCollection {#2464 …}
+votes: Doctrine\ORM\PersistentCollection {#2448 …}
+reports: Doctrine\ORM\PersistentCollection {#2447 …}
+favourites: Doctrine\ORM\PersistentCollection {#2462 …}
+notifications: Doctrine\ORM\PersistentCollection {#2461 …}
-id: 238182
-bodyTs: "'also':27 'ever':9 'expect':5 'kid':22 'life':13 'might':23 'realli':4 'smarter':21 'smbc':28 'strip':24 'use':10 'woah':1 'won':15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5791536"
+editedAt: null
+createdAt: DateTimeImmutable @1703093670 {#1716
date: 2023-12-20 18:34:30.0 +01:00
}
+"title": 238182
}
]
-id: 23248
-titleTs: "'trig':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703057755
+visibility: "visible "
+apId: "https://lemmy.world/post/9741619"
+editedAt: null
+createdAt: DateTimeImmutable @1702971355 {#2969
date: 2023-12-19 08:35:55.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 128 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1739
+user: Proxies\__CG__\App\Entity\User {#2947 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1741 …}
+image: Proxies\__CG__\App\Entity\Image {#2988 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "Trig"
+title: "Trig"
+url: "https://lemmy.world/pictrs/image/390f721e-5814-4fe9-ae3a-f181b704e962.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 170
+favouriteCount: 952
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1704124798 {#2983
date: 2024-01-01 16:59:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2990 …}
+votes: Doctrine\ORM\PersistentCollection {#2992 …}
+reports: Doctrine\ORM\PersistentCollection {#2994 …}
+favourites: Doctrine\ORM\PersistentCollection {#2996 …}
+notifications: Doctrine\ORM\PersistentCollection {#2998 …}
+badges: Doctrine\ORM\PersistentCollection {#3000 …}
+children: [
App\Entity\EntryComment {#1717
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1739 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1741 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
+body: "Woah. I was really expecting the “will we ever use this in life”/“you won’t but some of the smarter kids might” strip, which is also SMBC."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703093670 {#1720
date: 2023-12-20 18:34:30.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@themaninblack@lemmy.world"
"@blind3rdeye@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1707 …}
+nested: Doctrine\ORM\PersistentCollection {#2464 …}
+votes: Doctrine\ORM\PersistentCollection {#2448 …}
+reports: Doctrine\ORM\PersistentCollection {#2447 …}
+favourites: Doctrine\ORM\PersistentCollection {#2462 …}
+notifications: Doctrine\ORM\PersistentCollection {#2461 …}
-id: 238182
-bodyTs: "'also':27 'ever':9 'expect':5 'kid':22 'life':13 'might':23 'realli':4 'smarter':21 'smbc':28 'strip':24 'use':10 'woah':1 'won':15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5791536"
+editedAt: null
+createdAt: DateTimeImmutable @1703093670 {#1716
date: 2023-12-20 18:34:30.0 +01:00
}
+"title": 238182
}
]
-id: 23248
-titleTs: "'trig':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703057755
+visibility: "visible "
+apId: "https://lemmy.world/post/9741619"
+editedAt: null
+createdAt: DateTimeImmutable @1702971355 {#2969
date: 2023-12-19 08:35:55.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 129 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 130 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1717
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1739
+user: Proxies\__CG__\App\Entity\User {#2947 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1741 …}
+image: Proxies\__CG__\App\Entity\Image {#2988 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "Trig"
+title: "Trig"
+url: "https://lemmy.world/pictrs/image/390f721e-5814-4fe9-ae3a-f181b704e962.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 170
+favouriteCount: 952
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1704124798 {#2983
date: 2024-01-01 16:59:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2990 …}
+votes: Doctrine\ORM\PersistentCollection {#2992 …}
+reports: Doctrine\ORM\PersistentCollection {#2994 …}
+favourites: Doctrine\ORM\PersistentCollection {#2996 …}
+notifications: Doctrine\ORM\PersistentCollection {#2998 …}
+badges: Doctrine\ORM\PersistentCollection {#3000 …}
+children: [
App\Entity\EntryComment {#1717}
]
-id: 23248
-titleTs: "'trig':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703057755
+visibility: "visible "
+apId: "https://lemmy.world/post/9741619"
+editedAt: null
+createdAt: DateTimeImmutable @1702971355 {#2969
date: 2023-12-19 08:35:55.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1741 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
+body: "Woah. I was really expecting the “will we ever use this in life”/“you won’t but some of the smarter kids might” strip, which is also SMBC."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703093670 {#1720
date: 2023-12-20 18:34:30.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@themaninblack@lemmy.world"
"@blind3rdeye@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1707 …}
+nested: Doctrine\ORM\PersistentCollection {#2464 …}
+votes: Doctrine\ORM\PersistentCollection {#2448 …}
+reports: Doctrine\ORM\PersistentCollection {#2447 …}
+favourites: Doctrine\ORM\PersistentCollection {#2462 …}
+notifications: Doctrine\ORM\PersistentCollection {#2461 …}
-id: 238182
-bodyTs: "'also':27 'ever':9 'expect':5 'kid':22 'life':13 'might':23 'realli':4 'smarter':21 'smbc':28 'strip':24 'use':10 'woah':1 'won':15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5791536"
+editedAt: null
+createdAt: DateTimeImmutable @1703093670 {#1716
date: 2023-12-20 18:34:30.0 +01:00
}
+"title": 238182
} |
|
Show voter details
|
| 131 |
DENIED
|
edit
|
App\Entity\EntryComment {#1717
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1739
+user: Proxies\__CG__\App\Entity\User {#2947 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1741 …}
+image: Proxies\__CG__\App\Entity\Image {#2988 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "Trig"
+title: "Trig"
+url: "https://lemmy.world/pictrs/image/390f721e-5814-4fe9-ae3a-f181b704e962.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 170
+favouriteCount: 952
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1704124798 {#2983
date: 2024-01-01 16:59:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2990 …}
+votes: Doctrine\ORM\PersistentCollection {#2992 …}
+reports: Doctrine\ORM\PersistentCollection {#2994 …}
+favourites: Doctrine\ORM\PersistentCollection {#2996 …}
+notifications: Doctrine\ORM\PersistentCollection {#2998 …}
+badges: Doctrine\ORM\PersistentCollection {#3000 …}
+children: [
App\Entity\EntryComment {#1717}
]
-id: 23248
-titleTs: "'trig':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703057755
+visibility: "visible "
+apId: "https://lemmy.world/post/9741619"
+editedAt: null
+createdAt: DateTimeImmutable @1702971355 {#2969
date: 2023-12-19 08:35:55.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1741 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
+body: "Woah. I was really expecting the “will we ever use this in life”/“you won’t but some of the smarter kids might” strip, which is also SMBC."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703093670 {#1720
date: 2023-12-20 18:34:30.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@themaninblack@lemmy.world"
"@blind3rdeye@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1707 …}
+nested: Doctrine\ORM\PersistentCollection {#2464 …}
+votes: Doctrine\ORM\PersistentCollection {#2448 …}
+reports: Doctrine\ORM\PersistentCollection {#2447 …}
+favourites: Doctrine\ORM\PersistentCollection {#2462 …}
+notifications: Doctrine\ORM\PersistentCollection {#2461 …}
-id: 238182
-bodyTs: "'also':27 'ever':9 'expect':5 'kid':22 'life':13 'might':23 'realli':4 'smarter':21 'smbc':28 'strip':24 'use':10 'woah':1 'won':15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5791536"
+editedAt: null
+createdAt: DateTimeImmutable @1703093670 {#1716
date: 2023-12-20 18:34:30.0 +01:00
}
+"title": 238182
} |
|
Show voter details
|
| 132 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1717
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1739
+user: Proxies\__CG__\App\Entity\User {#2947 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1741 …}
+image: Proxies\__CG__\App\Entity\Image {#2988 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "Trig"
+title: "Trig"
+url: "https://lemmy.world/pictrs/image/390f721e-5814-4fe9-ae3a-f181b704e962.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 170
+favouriteCount: 952
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1704124798 {#2983
date: 2024-01-01 16:59:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2990 …}
+votes: Doctrine\ORM\PersistentCollection {#2992 …}
+reports: Doctrine\ORM\PersistentCollection {#2994 …}
+favourites: Doctrine\ORM\PersistentCollection {#2996 …}
+notifications: Doctrine\ORM\PersistentCollection {#2998 …}
+badges: Doctrine\ORM\PersistentCollection {#3000 …}
+children: [
App\Entity\EntryComment {#1717}
]
-id: 23248
-titleTs: "'trig':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703057755
+visibility: "visible "
+apId: "https://lemmy.world/post/9741619"
+editedAt: null
+createdAt: DateTimeImmutable @1702971355 {#2969
date: 2023-12-19 08:35:55.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1741 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
+body: "Woah. I was really expecting the “will we ever use this in life”/“you won’t but some of the smarter kids might” strip, which is also SMBC."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703093670 {#1720
date: 2023-12-20 18:34:30.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@themaninblack@lemmy.world"
"@blind3rdeye@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1707 …}
+nested: Doctrine\ORM\PersistentCollection {#2464 …}
+votes: Doctrine\ORM\PersistentCollection {#2448 …}
+reports: Doctrine\ORM\PersistentCollection {#2447 …}
+favourites: Doctrine\ORM\PersistentCollection {#2462 …}
+notifications: Doctrine\ORM\PersistentCollection {#2461 …}
-id: 238182
-bodyTs: "'also':27 'ever':9 'expect':5 'kid':22 'life':13 'might':23 'realli':4 'smarter':21 'smbc':28 'strip':24 'use':10 'woah':1 'won':15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5791536"
+editedAt: null
+createdAt: DateTimeImmutable @1703093670 {#1716
date: 2023-12-20 18:34:30.0 +01:00
}
+"title": 238182
} |
|
Show voter details
|
| 133 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 134 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1907
+user: Proxies\__CG__\App\Entity\User {#2986 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#3027 …}
+slug: "Lifehack-for-naive-schoolchildren"
+title: "Lifehack for naive schoolchildren"
+url: "https://i.imgflip.com/8a7pll.gif"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 57
+favouriteCount: 317
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703441781 {#3022
date: 2023-12-24 19:16:21.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3029 …}
+votes: Doctrine\ORM\PersistentCollection {#3031 …}
+reports: Doctrine\ORM\PersistentCollection {#3033 …}
+favourites: Doctrine\ORM\PersistentCollection {#3035 …}
+notifications: Doctrine\ORM\PersistentCollection {#3037 …}
+badges: Doctrine\ORM\PersistentCollection {#3039 …}
+children: [
App\Entity\EntryComment {#1874
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1908 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
+body: "New albumen! It’s out now!"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703342269 {#1926
date: 2023-12-23 15:37:49.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@funny@lemmus.org"
"@Annoyed_Crabby@monyet.cc"
"@idunnololz@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1883 …}
+nested: Doctrine\ORM\PersistentCollection {#2389 …}
+votes: Doctrine\ORM\PersistentCollection {#2387 …}
+reports: Doctrine\ORM\PersistentCollection {#2394 …}
+favourites: Doctrine\ORM\PersistentCollection {#2393 …}
+notifications: Doctrine\ORM\PersistentCollection {#1381 …}
-id: 245920
-bodyTs: "'albumen':2 'new':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5846904"
+editedAt: null
+createdAt: DateTimeImmutable @1703342269 {#1410
date: 2023-12-23 15:37:49.0 +01:00
}
+"title": 245920
}
]
-id: 24044
-titleTs: "'lifehack':1 'naiv':3 'schoolchildren':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703345778
+visibility: "visible "
+apId: "https://lemmus.org/post/2181709"
+editedAt: null
+createdAt: DateTimeImmutable @1703259378 {#3008
date: 2023-12-22 16:36:18.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 135 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1907
+user: Proxies\__CG__\App\Entity\User {#2986 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#3027 …}
+slug: "Lifehack-for-naive-schoolchildren"
+title: "Lifehack for naive schoolchildren"
+url: "https://i.imgflip.com/8a7pll.gif"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 57
+favouriteCount: 317
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703441781 {#3022
date: 2023-12-24 19:16:21.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3029 …}
+votes: Doctrine\ORM\PersistentCollection {#3031 …}
+reports: Doctrine\ORM\PersistentCollection {#3033 …}
+favourites: Doctrine\ORM\PersistentCollection {#3035 …}
+notifications: Doctrine\ORM\PersistentCollection {#3037 …}
+badges: Doctrine\ORM\PersistentCollection {#3039 …}
+children: [
App\Entity\EntryComment {#1874
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1908 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
+body: "New albumen! It’s out now!"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703342269 {#1926
date: 2023-12-23 15:37:49.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@funny@lemmus.org"
"@Annoyed_Crabby@monyet.cc"
"@idunnololz@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1883 …}
+nested: Doctrine\ORM\PersistentCollection {#2389 …}
+votes: Doctrine\ORM\PersistentCollection {#2387 …}
+reports: Doctrine\ORM\PersistentCollection {#2394 …}
+favourites: Doctrine\ORM\PersistentCollection {#2393 …}
+notifications: Doctrine\ORM\PersistentCollection {#1381 …}
-id: 245920
-bodyTs: "'albumen':2 'new':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5846904"
+editedAt: null
+createdAt: DateTimeImmutable @1703342269 {#1410
date: 2023-12-23 15:37:49.0 +01:00
}
+"title": 245920
}
]
-id: 24044
-titleTs: "'lifehack':1 'naiv':3 'schoolchildren':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703345778
+visibility: "visible "
+apId: "https://lemmus.org/post/2181709"
+editedAt: null
+createdAt: DateTimeImmutable @1703259378 {#3008
date: 2023-12-22 16:36:18.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 136 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1907
+user: Proxies\__CG__\App\Entity\User {#2986 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#3027 …}
+slug: "Lifehack-for-naive-schoolchildren"
+title: "Lifehack for naive schoolchildren"
+url: "https://i.imgflip.com/8a7pll.gif"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 57
+favouriteCount: 317
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703441781 {#3022
date: 2023-12-24 19:16:21.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3029 …}
+votes: Doctrine\ORM\PersistentCollection {#3031 …}
+reports: Doctrine\ORM\PersistentCollection {#3033 …}
+favourites: Doctrine\ORM\PersistentCollection {#3035 …}
+notifications: Doctrine\ORM\PersistentCollection {#3037 …}
+badges: Doctrine\ORM\PersistentCollection {#3039 …}
+children: [
App\Entity\EntryComment {#1874
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1908 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
+body: "New albumen! It’s out now!"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703342269 {#1926
date: 2023-12-23 15:37:49.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@funny@lemmus.org"
"@Annoyed_Crabby@monyet.cc"
"@idunnololz@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1883 …}
+nested: Doctrine\ORM\PersistentCollection {#2389 …}
+votes: Doctrine\ORM\PersistentCollection {#2387 …}
+reports: Doctrine\ORM\PersistentCollection {#2394 …}
+favourites: Doctrine\ORM\PersistentCollection {#2393 …}
+notifications: Doctrine\ORM\PersistentCollection {#1381 …}
-id: 245920
-bodyTs: "'albumen':2 'new':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5846904"
+editedAt: null
+createdAt: DateTimeImmutable @1703342269 {#1410
date: 2023-12-23 15:37:49.0 +01:00
}
+"title": 245920
}
]
-id: 24044
-titleTs: "'lifehack':1 'naiv':3 'schoolchildren':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703345778
+visibility: "visible "
+apId: "https://lemmus.org/post/2181709"
+editedAt: null
+createdAt: DateTimeImmutable @1703259378 {#3008
date: 2023-12-22 16:36:18.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 137 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 138 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1874
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1907
+user: Proxies\__CG__\App\Entity\User {#2986 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#3027 …}
+slug: "Lifehack-for-naive-schoolchildren"
+title: "Lifehack for naive schoolchildren"
+url: "https://i.imgflip.com/8a7pll.gif"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 57
+favouriteCount: 317
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703441781 {#3022
date: 2023-12-24 19:16:21.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3029 …}
+votes: Doctrine\ORM\PersistentCollection {#3031 …}
+reports: Doctrine\ORM\PersistentCollection {#3033 …}
+favourites: Doctrine\ORM\PersistentCollection {#3035 …}
+notifications: Doctrine\ORM\PersistentCollection {#3037 …}
+badges: Doctrine\ORM\PersistentCollection {#3039 …}
+children: [
App\Entity\EntryComment {#1874}
]
-id: 24044
-titleTs: "'lifehack':1 'naiv':3 'schoolchildren':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703345778
+visibility: "visible "
+apId: "https://lemmus.org/post/2181709"
+editedAt: null
+createdAt: DateTimeImmutable @1703259378 {#3008
date: 2023-12-22 16:36:18.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1908 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
+body: "New albumen! It’s out now!"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703342269 {#1926
date: 2023-12-23 15:37:49.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@funny@lemmus.org"
"@Annoyed_Crabby@monyet.cc"
"@idunnololz@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1883 …}
+nested: Doctrine\ORM\PersistentCollection {#2389 …}
+votes: Doctrine\ORM\PersistentCollection {#2387 …}
+reports: Doctrine\ORM\PersistentCollection {#2394 …}
+favourites: Doctrine\ORM\PersistentCollection {#2393 …}
+notifications: Doctrine\ORM\PersistentCollection {#1381 …}
-id: 245920
-bodyTs: "'albumen':2 'new':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5846904"
+editedAt: null
+createdAt: DateTimeImmutable @1703342269 {#1410
date: 2023-12-23 15:37:49.0 +01:00
}
+"title": 245920
} |
|
Show voter details
|
| 139 |
DENIED
|
edit
|
App\Entity\EntryComment {#1874
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1907
+user: Proxies\__CG__\App\Entity\User {#2986 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#3027 …}
+slug: "Lifehack-for-naive-schoolchildren"
+title: "Lifehack for naive schoolchildren"
+url: "https://i.imgflip.com/8a7pll.gif"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 57
+favouriteCount: 317
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703441781 {#3022
date: 2023-12-24 19:16:21.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3029 …}
+votes: Doctrine\ORM\PersistentCollection {#3031 …}
+reports: Doctrine\ORM\PersistentCollection {#3033 …}
+favourites: Doctrine\ORM\PersistentCollection {#3035 …}
+notifications: Doctrine\ORM\PersistentCollection {#3037 …}
+badges: Doctrine\ORM\PersistentCollection {#3039 …}
+children: [
App\Entity\EntryComment {#1874}
]
-id: 24044
-titleTs: "'lifehack':1 'naiv':3 'schoolchildren':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703345778
+visibility: "visible "
+apId: "https://lemmus.org/post/2181709"
+editedAt: null
+createdAt: DateTimeImmutable @1703259378 {#3008
date: 2023-12-22 16:36:18.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1908 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
+body: "New albumen! It’s out now!"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703342269 {#1926
date: 2023-12-23 15:37:49.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@funny@lemmus.org"
"@Annoyed_Crabby@monyet.cc"
"@idunnololz@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1883 …}
+nested: Doctrine\ORM\PersistentCollection {#2389 …}
+votes: Doctrine\ORM\PersistentCollection {#2387 …}
+reports: Doctrine\ORM\PersistentCollection {#2394 …}
+favourites: Doctrine\ORM\PersistentCollection {#2393 …}
+notifications: Doctrine\ORM\PersistentCollection {#1381 …}
-id: 245920
-bodyTs: "'albumen':2 'new':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5846904"
+editedAt: null
+createdAt: DateTimeImmutable @1703342269 {#1410
date: 2023-12-23 15:37:49.0 +01:00
}
+"title": 245920
} |
|
Show voter details
|
| 140 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1874
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1907
+user: Proxies\__CG__\App\Entity\User {#2986 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#3027 …}
+slug: "Lifehack-for-naive-schoolchildren"
+title: "Lifehack for naive schoolchildren"
+url: "https://i.imgflip.com/8a7pll.gif"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 57
+favouriteCount: 317
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703441781 {#3022
date: 2023-12-24 19:16:21.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3029 …}
+votes: Doctrine\ORM\PersistentCollection {#3031 …}
+reports: Doctrine\ORM\PersistentCollection {#3033 …}
+favourites: Doctrine\ORM\PersistentCollection {#3035 …}
+notifications: Doctrine\ORM\PersistentCollection {#3037 …}
+badges: Doctrine\ORM\PersistentCollection {#3039 …}
+children: [
App\Entity\EntryComment {#1874}
]
-id: 24044
-titleTs: "'lifehack':1 'naiv':3 'schoolchildren':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703345778
+visibility: "visible "
+apId: "https://lemmus.org/post/2181709"
+editedAt: null
+createdAt: DateTimeImmutable @1703259378 {#3008
date: 2023-12-22 16:36:18.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1908 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
+body: "New albumen! It’s out now!"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703342269 {#1926
date: 2023-12-23 15:37:49.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@funny@lemmus.org"
"@Annoyed_Crabby@monyet.cc"
"@idunnololz@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1883 …}
+nested: Doctrine\ORM\PersistentCollection {#2389 …}
+votes: Doctrine\ORM\PersistentCollection {#2387 …}
+reports: Doctrine\ORM\PersistentCollection {#2394 …}
+favourites: Doctrine\ORM\PersistentCollection {#2393 …}
+notifications: Doctrine\ORM\PersistentCollection {#1381 …}
-id: 245920
-bodyTs: "'albumen':2 'new':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5846904"
+editedAt: null
+createdAt: DateTimeImmutable @1703342269 {#1410
date: 2023-12-23 15:37:49.0 +01:00
}
+"title": 245920
} |
|
Show voter details
|
| 141 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 142 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2457
+user: Proxies\__CG__\App\Entity\User {#2966 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#3007 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3009 …}
+slug: "Canonical-changes-the-license-of-LXD-to-AGPL"
+title: "Canonical changes the license of LXD to AGPL"
+url: "https://discourse.ubuntu.com/t/lxd-5-20-has-been-released/40865"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 34
+favouriteCount: 74
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703342592 {#3002
date: 2023-12-23 15:43:12.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3010 …}
+votes: Doctrine\ORM\PersistentCollection {#3012 …}
+reports: Doctrine\ORM\PersistentCollection {#3014 …}
+favourites: Doctrine\ORM\PersistentCollection {#3016 …}
+notifications: Doctrine\ORM\PersistentCollection {#3018 …}
+badges: Doctrine\ORM\PersistentCollection {#3020 …}
+children: [
1 => App\Entity\EntryComment {#2452
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2457 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
+body: "Could you expand on that? What is it that makes that possible?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703099495 {#2460
date: 2023-12-20 20:11:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@wiki_me@lemmy.ml"
"@woelkchen@lemmy.world"
"@juli@programming.dev"
]
+children: Doctrine\ORM\PersistentCollection {#2459 …}
+nested: Doctrine\ORM\PersistentCollection {#2470 …}
+votes: Doctrine\ORM\PersistentCollection {#2467 …}
+reports: Doctrine\ORM\PersistentCollection {#2371 …}
+favourites: Doctrine\ORM\PersistentCollection {#2370 …}
+notifications: Doctrine\ORM\PersistentCollection {#2360 …}
-id: 238392
-bodyTs: "'could':1 'expand':3 'make':10 'possibl':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5793249"
+editedAt: null
+createdAt: DateTimeImmutable @1703099495 {#2453
date: 2023-12-20 20:11:35.0 +01:00
}
+"title": 238392
}
0 => App\Entity\EntryComment {#2372
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2457 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
+body: "That’s very informative, thank you."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703111892 {#2361
date: 2023-12-20 23:38:12.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@wiki_me@lemmy.ml"
"@woelkchen@lemmy.world"
"@juli@programming.dev"
"@caseyweederman@lemmy.ca"
"@DampCanary@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2386 …}
+nested: Doctrine\ORM\PersistentCollection {#2385 …}
+votes: Doctrine\ORM\PersistentCollection {#2378 …}
+reports: Doctrine\ORM\PersistentCollection {#2381 …}
+favourites: Doctrine\ORM\PersistentCollection {#1910 …}
+notifications: Doctrine\ORM\PersistentCollection {#1909 …}
-id: 238899
-bodyTs: "'inform':4 'thank':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5796786"
+editedAt: null
+createdAt: DateTimeImmutable @1703111892 {#2364
date: 2023-12-20 23:38:12.0 +01:00
}
+"title": 238899
}
]
-id: 23586
-titleTs: "'agpl':8 'canon':1 'chang':2 'licens':4 'lxd':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703169608
+visibility: "visible "
+apId: "https://lemmy.ml/post/9549624"
+editedAt: null
+createdAt: DateTimeImmutable @1703083208 {#2989
date: 2023-12-20 15:40:08.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 143 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2457
+user: Proxies\__CG__\App\Entity\User {#2966 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#3007 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3009 …}
+slug: "Canonical-changes-the-license-of-LXD-to-AGPL"
+title: "Canonical changes the license of LXD to AGPL"
+url: "https://discourse.ubuntu.com/t/lxd-5-20-has-been-released/40865"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 34
+favouriteCount: 74
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703342592 {#3002
date: 2023-12-23 15:43:12.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3010 …}
+votes: Doctrine\ORM\PersistentCollection {#3012 …}
+reports: Doctrine\ORM\PersistentCollection {#3014 …}
+favourites: Doctrine\ORM\PersistentCollection {#3016 …}
+notifications: Doctrine\ORM\PersistentCollection {#3018 …}
+badges: Doctrine\ORM\PersistentCollection {#3020 …}
+children: [
1 => App\Entity\EntryComment {#2452
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2457 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
+body: "Could you expand on that? What is it that makes that possible?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703099495 {#2460
date: 2023-12-20 20:11:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@wiki_me@lemmy.ml"
"@woelkchen@lemmy.world"
"@juli@programming.dev"
]
+children: Doctrine\ORM\PersistentCollection {#2459 …}
+nested: Doctrine\ORM\PersistentCollection {#2470 …}
+votes: Doctrine\ORM\PersistentCollection {#2467 …}
+reports: Doctrine\ORM\PersistentCollection {#2371 …}
+favourites: Doctrine\ORM\PersistentCollection {#2370 …}
+notifications: Doctrine\ORM\PersistentCollection {#2360 …}
-id: 238392
-bodyTs: "'could':1 'expand':3 'make':10 'possibl':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5793249"
+editedAt: null
+createdAt: DateTimeImmutable @1703099495 {#2453
date: 2023-12-20 20:11:35.0 +01:00
}
+"title": 238392
}
0 => App\Entity\EntryComment {#2372
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2457 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
+body: "That’s very informative, thank you."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703111892 {#2361
date: 2023-12-20 23:38:12.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@wiki_me@lemmy.ml"
"@woelkchen@lemmy.world"
"@juli@programming.dev"
"@caseyweederman@lemmy.ca"
"@DampCanary@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2386 …}
+nested: Doctrine\ORM\PersistentCollection {#2385 …}
+votes: Doctrine\ORM\PersistentCollection {#2378 …}
+reports: Doctrine\ORM\PersistentCollection {#2381 …}
+favourites: Doctrine\ORM\PersistentCollection {#1910 …}
+notifications: Doctrine\ORM\PersistentCollection {#1909 …}
-id: 238899
-bodyTs: "'inform':4 'thank':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5796786"
+editedAt: null
+createdAt: DateTimeImmutable @1703111892 {#2364
date: 2023-12-20 23:38:12.0 +01:00
}
+"title": 238899
}
]
-id: 23586
-titleTs: "'agpl':8 'canon':1 'chang':2 'licens':4 'lxd':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703169608
+visibility: "visible "
+apId: "https://lemmy.ml/post/9549624"
+editedAt: null
+createdAt: DateTimeImmutable @1703083208 {#2989
date: 2023-12-20 15:40:08.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 144 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2457
+user: Proxies\__CG__\App\Entity\User {#2966 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#3007 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3009 …}
+slug: "Canonical-changes-the-license-of-LXD-to-AGPL"
+title: "Canonical changes the license of LXD to AGPL"
+url: "https://discourse.ubuntu.com/t/lxd-5-20-has-been-released/40865"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 34
+favouriteCount: 74
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703342592 {#3002
date: 2023-12-23 15:43:12.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3010 …}
+votes: Doctrine\ORM\PersistentCollection {#3012 …}
+reports: Doctrine\ORM\PersistentCollection {#3014 …}
+favourites: Doctrine\ORM\PersistentCollection {#3016 …}
+notifications: Doctrine\ORM\PersistentCollection {#3018 …}
+badges: Doctrine\ORM\PersistentCollection {#3020 …}
+children: [
1 => App\Entity\EntryComment {#2452
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2457 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
+body: "Could you expand on that? What is it that makes that possible?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703099495 {#2460
date: 2023-12-20 20:11:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@wiki_me@lemmy.ml"
"@woelkchen@lemmy.world"
"@juli@programming.dev"
]
+children: Doctrine\ORM\PersistentCollection {#2459 …}
+nested: Doctrine\ORM\PersistentCollection {#2470 …}
+votes: Doctrine\ORM\PersistentCollection {#2467 …}
+reports: Doctrine\ORM\PersistentCollection {#2371 …}
+favourites: Doctrine\ORM\PersistentCollection {#2370 …}
+notifications: Doctrine\ORM\PersistentCollection {#2360 …}
-id: 238392
-bodyTs: "'could':1 'expand':3 'make':10 'possibl':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5793249"
+editedAt: null
+createdAt: DateTimeImmutable @1703099495 {#2453
date: 2023-12-20 20:11:35.0 +01:00
}
+"title": 238392
}
0 => App\Entity\EntryComment {#2372
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2457 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
+body: "That’s very informative, thank you."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703111892 {#2361
date: 2023-12-20 23:38:12.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@wiki_me@lemmy.ml"
"@woelkchen@lemmy.world"
"@juli@programming.dev"
"@caseyweederman@lemmy.ca"
"@DampCanary@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2386 …}
+nested: Doctrine\ORM\PersistentCollection {#2385 …}
+votes: Doctrine\ORM\PersistentCollection {#2378 …}
+reports: Doctrine\ORM\PersistentCollection {#2381 …}
+favourites: Doctrine\ORM\PersistentCollection {#1910 …}
+notifications: Doctrine\ORM\PersistentCollection {#1909 …}
-id: 238899
-bodyTs: "'inform':4 'thank':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5796786"
+editedAt: null
+createdAt: DateTimeImmutable @1703111892 {#2364
date: 2023-12-20 23:38:12.0 +01:00
}
+"title": 238899
}
]
-id: 23586
-titleTs: "'agpl':8 'canon':1 'chang':2 'licens':4 'lxd':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703169608
+visibility: "visible "
+apId: "https://lemmy.ml/post/9549624"
+editedAt: null
+createdAt: DateTimeImmutable @1703083208 {#2989
date: 2023-12-20 15:40:08.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 145 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 146 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2452
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2457
+user: Proxies\__CG__\App\Entity\User {#2966 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#3007 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3009 …}
+slug: "Canonical-changes-the-license-of-LXD-to-AGPL"
+title: "Canonical changes the license of LXD to AGPL"
+url: "https://discourse.ubuntu.com/t/lxd-5-20-has-been-released/40865"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 34
+favouriteCount: 74
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703342592 {#3002
date: 2023-12-23 15:43:12.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3010 …}
+votes: Doctrine\ORM\PersistentCollection {#3012 …}
+reports: Doctrine\ORM\PersistentCollection {#3014 …}
+favourites: Doctrine\ORM\PersistentCollection {#3016 …}
+notifications: Doctrine\ORM\PersistentCollection {#3018 …}
+badges: Doctrine\ORM\PersistentCollection {#3020 …}
+children: [
1 => App\Entity\EntryComment {#2452}
0 => App\Entity\EntryComment {#2372
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2457 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
+body: "That’s very informative, thank you."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703111892 {#2361
date: 2023-12-20 23:38:12.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@wiki_me@lemmy.ml"
"@woelkchen@lemmy.world"
"@juli@programming.dev"
"@caseyweederman@lemmy.ca"
"@DampCanary@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2386 …}
+nested: Doctrine\ORM\PersistentCollection {#2385 …}
+votes: Doctrine\ORM\PersistentCollection {#2378 …}
+reports: Doctrine\ORM\PersistentCollection {#2381 …}
+favourites: Doctrine\ORM\PersistentCollection {#1910 …}
+notifications: Doctrine\ORM\PersistentCollection {#1909 …}
-id: 238899
-bodyTs: "'inform':4 'thank':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5796786"
+editedAt: null
+createdAt: DateTimeImmutable @1703111892 {#2364
date: 2023-12-20 23:38:12.0 +01:00
}
+"title": 238899
}
]
-id: 23586
-titleTs: "'agpl':8 'canon':1 'chang':2 'licens':4 'lxd':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703169608
+visibility: "visible "
+apId: "https://lemmy.ml/post/9549624"
+editedAt: null
+createdAt: DateTimeImmutable @1703083208 {#2989
date: 2023-12-20 15:40:08.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
+body: "Could you expand on that? What is it that makes that possible?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703099495 {#2460
date: 2023-12-20 20:11:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@wiki_me@lemmy.ml"
"@woelkchen@lemmy.world"
"@juli@programming.dev"
]
+children: Doctrine\ORM\PersistentCollection {#2459 …}
+nested: Doctrine\ORM\PersistentCollection {#2470 …}
+votes: Doctrine\ORM\PersistentCollection {#2467 …}
+reports: Doctrine\ORM\PersistentCollection {#2371 …}
+favourites: Doctrine\ORM\PersistentCollection {#2370 …}
+notifications: Doctrine\ORM\PersistentCollection {#2360 …}
-id: 238392
-bodyTs: "'could':1 'expand':3 'make':10 'possibl':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5793249"
+editedAt: null
+createdAt: DateTimeImmutable @1703099495 {#2453
date: 2023-12-20 20:11:35.0 +01:00
}
+"title": 238392
} |
|
Show voter details
|
| 147 |
DENIED
|
edit
|
App\Entity\EntryComment {#2452
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2457
+user: Proxies\__CG__\App\Entity\User {#2966 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#3007 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3009 …}
+slug: "Canonical-changes-the-license-of-LXD-to-AGPL"
+title: "Canonical changes the license of LXD to AGPL"
+url: "https://discourse.ubuntu.com/t/lxd-5-20-has-been-released/40865"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 34
+favouriteCount: 74
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703342592 {#3002
date: 2023-12-23 15:43:12.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3010 …}
+votes: Doctrine\ORM\PersistentCollection {#3012 …}
+reports: Doctrine\ORM\PersistentCollection {#3014 …}
+favourites: Doctrine\ORM\PersistentCollection {#3016 …}
+notifications: Doctrine\ORM\PersistentCollection {#3018 …}
+badges: Doctrine\ORM\PersistentCollection {#3020 …}
+children: [
1 => App\Entity\EntryComment {#2452}
0 => App\Entity\EntryComment {#2372
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2457 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
+body: "That’s very informative, thank you."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703111892 {#2361
date: 2023-12-20 23:38:12.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@wiki_me@lemmy.ml"
"@woelkchen@lemmy.world"
"@juli@programming.dev"
"@caseyweederman@lemmy.ca"
"@DampCanary@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2386 …}
+nested: Doctrine\ORM\PersistentCollection {#2385 …}
+votes: Doctrine\ORM\PersistentCollection {#2378 …}
+reports: Doctrine\ORM\PersistentCollection {#2381 …}
+favourites: Doctrine\ORM\PersistentCollection {#1910 …}
+notifications: Doctrine\ORM\PersistentCollection {#1909 …}
-id: 238899
-bodyTs: "'inform':4 'thank':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5796786"
+editedAt: null
+createdAt: DateTimeImmutable @1703111892 {#2364
date: 2023-12-20 23:38:12.0 +01:00
}
+"title": 238899
}
]
-id: 23586
-titleTs: "'agpl':8 'canon':1 'chang':2 'licens':4 'lxd':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703169608
+visibility: "visible "
+apId: "https://lemmy.ml/post/9549624"
+editedAt: null
+createdAt: DateTimeImmutable @1703083208 {#2989
date: 2023-12-20 15:40:08.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
+body: "Could you expand on that? What is it that makes that possible?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703099495 {#2460
date: 2023-12-20 20:11:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@wiki_me@lemmy.ml"
"@woelkchen@lemmy.world"
"@juli@programming.dev"
]
+children: Doctrine\ORM\PersistentCollection {#2459 …}
+nested: Doctrine\ORM\PersistentCollection {#2470 …}
+votes: Doctrine\ORM\PersistentCollection {#2467 …}
+reports: Doctrine\ORM\PersistentCollection {#2371 …}
+favourites: Doctrine\ORM\PersistentCollection {#2370 …}
+notifications: Doctrine\ORM\PersistentCollection {#2360 …}
-id: 238392
-bodyTs: "'could':1 'expand':3 'make':10 'possibl':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5793249"
+editedAt: null
+createdAt: DateTimeImmutable @1703099495 {#2453
date: 2023-12-20 20:11:35.0 +01:00
}
+"title": 238392
} |
|
Show voter details
|
| 148 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2452
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2457
+user: Proxies\__CG__\App\Entity\User {#2966 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#3007 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3009 …}
+slug: "Canonical-changes-the-license-of-LXD-to-AGPL"
+title: "Canonical changes the license of LXD to AGPL"
+url: "https://discourse.ubuntu.com/t/lxd-5-20-has-been-released/40865"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 34
+favouriteCount: 74
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703342592 {#3002
date: 2023-12-23 15:43:12.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3010 …}
+votes: Doctrine\ORM\PersistentCollection {#3012 …}
+reports: Doctrine\ORM\PersistentCollection {#3014 …}
+favourites: Doctrine\ORM\PersistentCollection {#3016 …}
+notifications: Doctrine\ORM\PersistentCollection {#3018 …}
+badges: Doctrine\ORM\PersistentCollection {#3020 …}
+children: [
1 => App\Entity\EntryComment {#2452}
0 => App\Entity\EntryComment {#2372
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2457 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
+body: "That’s very informative, thank you."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703111892 {#2361
date: 2023-12-20 23:38:12.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@wiki_me@lemmy.ml"
"@woelkchen@lemmy.world"
"@juli@programming.dev"
"@caseyweederman@lemmy.ca"
"@DampCanary@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2386 …}
+nested: Doctrine\ORM\PersistentCollection {#2385 …}
+votes: Doctrine\ORM\PersistentCollection {#2378 …}
+reports: Doctrine\ORM\PersistentCollection {#2381 …}
+favourites: Doctrine\ORM\PersistentCollection {#1910 …}
+notifications: Doctrine\ORM\PersistentCollection {#1909 …}
-id: 238899
-bodyTs: "'inform':4 'thank':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5796786"
+editedAt: null
+createdAt: DateTimeImmutable @1703111892 {#2364
date: 2023-12-20 23:38:12.0 +01:00
}
+"title": 238899
}
]
-id: 23586
-titleTs: "'agpl':8 'canon':1 'chang':2 'licens':4 'lxd':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703169608
+visibility: "visible "
+apId: "https://lemmy.ml/post/9549624"
+editedAt: null
+createdAt: DateTimeImmutable @1703083208 {#2989
date: 2023-12-20 15:40:08.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
+body: "Could you expand on that? What is it that makes that possible?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703099495 {#2460
date: 2023-12-20 20:11:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@wiki_me@lemmy.ml"
"@woelkchen@lemmy.world"
"@juli@programming.dev"
]
+children: Doctrine\ORM\PersistentCollection {#2459 …}
+nested: Doctrine\ORM\PersistentCollection {#2470 …}
+votes: Doctrine\ORM\PersistentCollection {#2467 …}
+reports: Doctrine\ORM\PersistentCollection {#2371 …}
+favourites: Doctrine\ORM\PersistentCollection {#2370 …}
+notifications: Doctrine\ORM\PersistentCollection {#2360 …}
-id: 238392
-bodyTs: "'could':1 'expand':3 'make':10 'possibl':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5793249"
+editedAt: null
+createdAt: DateTimeImmutable @1703099495 {#2453
date: 2023-12-20 20:11:35.0 +01:00
}
+"title": 238392
} |
|
Show voter details
|
| 149 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 150 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2372
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2457
+user: Proxies\__CG__\App\Entity\User {#2966 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#3007 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3009 …}
+slug: "Canonical-changes-the-license-of-LXD-to-AGPL"
+title: "Canonical changes the license of LXD to AGPL"
+url: "https://discourse.ubuntu.com/t/lxd-5-20-has-been-released/40865"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 34
+favouriteCount: 74
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703342592 {#3002
date: 2023-12-23 15:43:12.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3010 …}
+votes: Doctrine\ORM\PersistentCollection {#3012 …}
+reports: Doctrine\ORM\PersistentCollection {#3014 …}
+favourites: Doctrine\ORM\PersistentCollection {#3016 …}
+notifications: Doctrine\ORM\PersistentCollection {#3018 …}
+badges: Doctrine\ORM\PersistentCollection {#3020 …}
+children: [
1 => App\Entity\EntryComment {#2452
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2457 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
+body: "Could you expand on that? What is it that makes that possible?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703099495 {#2460
date: 2023-12-20 20:11:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@wiki_me@lemmy.ml"
"@woelkchen@lemmy.world"
"@juli@programming.dev"
]
+children: Doctrine\ORM\PersistentCollection {#2459 …}
+nested: Doctrine\ORM\PersistentCollection {#2470 …}
+votes: Doctrine\ORM\PersistentCollection {#2467 …}
+reports: Doctrine\ORM\PersistentCollection {#2371 …}
+favourites: Doctrine\ORM\PersistentCollection {#2370 …}
+notifications: Doctrine\ORM\PersistentCollection {#2360 …}
-id: 238392
-bodyTs: "'could':1 'expand':3 'make':10 'possibl':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5793249"
+editedAt: null
+createdAt: DateTimeImmutable @1703099495 {#2453
date: 2023-12-20 20:11:35.0 +01:00
}
+"title": 238392
}
0 => App\Entity\EntryComment {#2372}
]
-id: 23586
-titleTs: "'agpl':8 'canon':1 'chang':2 'licens':4 'lxd':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703169608
+visibility: "visible "
+apId: "https://lemmy.ml/post/9549624"
+editedAt: null
+createdAt: DateTimeImmutable @1703083208 {#2989
date: 2023-12-20 15:40:08.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
+body: "That’s very informative, thank you."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703111892 {#2361
date: 2023-12-20 23:38:12.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@wiki_me@lemmy.ml"
"@woelkchen@lemmy.world"
"@juli@programming.dev"
"@caseyweederman@lemmy.ca"
"@DampCanary@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2386 …}
+nested: Doctrine\ORM\PersistentCollection {#2385 …}
+votes: Doctrine\ORM\PersistentCollection {#2378 …}
+reports: Doctrine\ORM\PersistentCollection {#2381 …}
+favourites: Doctrine\ORM\PersistentCollection {#1910 …}
+notifications: Doctrine\ORM\PersistentCollection {#1909 …}
-id: 238899
-bodyTs: "'inform':4 'thank':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5796786"
+editedAt: null
+createdAt: DateTimeImmutable @1703111892 {#2364
date: 2023-12-20 23:38:12.0 +01:00
}
+"title": 238899
} |
|
Show voter details
|
| 151 |
DENIED
|
edit
|
App\Entity\EntryComment {#2372
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2457
+user: Proxies\__CG__\App\Entity\User {#2966 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#3007 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3009 …}
+slug: "Canonical-changes-the-license-of-LXD-to-AGPL"
+title: "Canonical changes the license of LXD to AGPL"
+url: "https://discourse.ubuntu.com/t/lxd-5-20-has-been-released/40865"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 34
+favouriteCount: 74
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703342592 {#3002
date: 2023-12-23 15:43:12.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3010 …}
+votes: Doctrine\ORM\PersistentCollection {#3012 …}
+reports: Doctrine\ORM\PersistentCollection {#3014 …}
+favourites: Doctrine\ORM\PersistentCollection {#3016 …}
+notifications: Doctrine\ORM\PersistentCollection {#3018 …}
+badges: Doctrine\ORM\PersistentCollection {#3020 …}
+children: [
1 => App\Entity\EntryComment {#2452
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2457 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
+body: "Could you expand on that? What is it that makes that possible?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703099495 {#2460
date: 2023-12-20 20:11:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@wiki_me@lemmy.ml"
"@woelkchen@lemmy.world"
"@juli@programming.dev"
]
+children: Doctrine\ORM\PersistentCollection {#2459 …}
+nested: Doctrine\ORM\PersistentCollection {#2470 …}
+votes: Doctrine\ORM\PersistentCollection {#2467 …}
+reports: Doctrine\ORM\PersistentCollection {#2371 …}
+favourites: Doctrine\ORM\PersistentCollection {#2370 …}
+notifications: Doctrine\ORM\PersistentCollection {#2360 …}
-id: 238392
-bodyTs: "'could':1 'expand':3 'make':10 'possibl':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5793249"
+editedAt: null
+createdAt: DateTimeImmutable @1703099495 {#2453
date: 2023-12-20 20:11:35.0 +01:00
}
+"title": 238392
}
0 => App\Entity\EntryComment {#2372}
]
-id: 23586
-titleTs: "'agpl':8 'canon':1 'chang':2 'licens':4 'lxd':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703169608
+visibility: "visible "
+apId: "https://lemmy.ml/post/9549624"
+editedAt: null
+createdAt: DateTimeImmutable @1703083208 {#2989
date: 2023-12-20 15:40:08.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
+body: "That’s very informative, thank you."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703111892 {#2361
date: 2023-12-20 23:38:12.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@wiki_me@lemmy.ml"
"@woelkchen@lemmy.world"
"@juli@programming.dev"
"@caseyweederman@lemmy.ca"
"@DampCanary@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2386 …}
+nested: Doctrine\ORM\PersistentCollection {#2385 …}
+votes: Doctrine\ORM\PersistentCollection {#2378 …}
+reports: Doctrine\ORM\PersistentCollection {#2381 …}
+favourites: Doctrine\ORM\PersistentCollection {#1910 …}
+notifications: Doctrine\ORM\PersistentCollection {#1909 …}
-id: 238899
-bodyTs: "'inform':4 'thank':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5796786"
+editedAt: null
+createdAt: DateTimeImmutable @1703111892 {#2364
date: 2023-12-20 23:38:12.0 +01:00
}
+"title": 238899
} |
|
Show voter details
|
| 152 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2372
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2457
+user: Proxies\__CG__\App\Entity\User {#2966 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#3007 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3009 …}
+slug: "Canonical-changes-the-license-of-LXD-to-AGPL"
+title: "Canonical changes the license of LXD to AGPL"
+url: "https://discourse.ubuntu.com/t/lxd-5-20-has-been-released/40865"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 34
+favouriteCount: 74
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703342592 {#3002
date: 2023-12-23 15:43:12.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3010 …}
+votes: Doctrine\ORM\PersistentCollection {#3012 …}
+reports: Doctrine\ORM\PersistentCollection {#3014 …}
+favourites: Doctrine\ORM\PersistentCollection {#3016 …}
+notifications: Doctrine\ORM\PersistentCollection {#3018 …}
+badges: Doctrine\ORM\PersistentCollection {#3020 …}
+children: [
1 => App\Entity\EntryComment {#2452
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2457 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
+body: "Could you expand on that? What is it that makes that possible?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703099495 {#2460
date: 2023-12-20 20:11:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@wiki_me@lemmy.ml"
"@woelkchen@lemmy.world"
"@juli@programming.dev"
]
+children: Doctrine\ORM\PersistentCollection {#2459 …}
+nested: Doctrine\ORM\PersistentCollection {#2470 …}
+votes: Doctrine\ORM\PersistentCollection {#2467 …}
+reports: Doctrine\ORM\PersistentCollection {#2371 …}
+favourites: Doctrine\ORM\PersistentCollection {#2370 …}
+notifications: Doctrine\ORM\PersistentCollection {#2360 …}
-id: 238392
-bodyTs: "'could':1 'expand':3 'make':10 'possibl':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5793249"
+editedAt: null
+createdAt: DateTimeImmutable @1703099495 {#2453
date: 2023-12-20 20:11:35.0 +01:00
}
+"title": 238392
}
0 => App\Entity\EntryComment {#2372}
]
-id: 23586
-titleTs: "'agpl':8 'canon':1 'chang':2 'licens':4 'lxd':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703169608
+visibility: "visible "
+apId: "https://lemmy.ml/post/9549624"
+editedAt: null
+createdAt: DateTimeImmutable @1703083208 {#2989
date: 2023-12-20 15:40:08.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
+body: "That’s very informative, thank you."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703111892 {#2361
date: 2023-12-20 23:38:12.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@wiki_me@lemmy.ml"
"@woelkchen@lemmy.world"
"@juli@programming.dev"
"@caseyweederman@lemmy.ca"
"@DampCanary@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2386 …}
+nested: Doctrine\ORM\PersistentCollection {#2385 …}
+votes: Doctrine\ORM\PersistentCollection {#2378 …}
+reports: Doctrine\ORM\PersistentCollection {#2381 …}
+favourites: Doctrine\ORM\PersistentCollection {#1910 …}
+notifications: Doctrine\ORM\PersistentCollection {#1909 …}
-id: 238899
-bodyTs: "'inform':4 'thank':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5796786"
+editedAt: null
+createdAt: DateTimeImmutable @1703111892 {#2364
date: 2023-12-20 23:38:12.0 +01:00
}
+"title": 238899
} |
|
Show voter details
|
| 153 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 154 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1711
+user: Proxies\__CG__\App\Entity\User {#2891 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2930 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "Merr-Crimas"
+title: "Merr Crimas"
+url: "https://lemmy.world/pictrs/image/39100db3-3307-4bed-88b7-0c793b16d9c1.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 8
+favouriteCount: 192
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703097456 {#2925
date: 2023-12-20 19:37:36.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2932 …}
+votes: Doctrine\ORM\PersistentCollection {#2934 …}
+reports: Doctrine\ORM\PersistentCollection {#2936 …}
+favourites: Doctrine\ORM\PersistentCollection {#2938 …}
+notifications: Doctrine\ORM\PersistentCollection {#2940 …}
+badges: Doctrine\ORM\PersistentCollection {#2942 …}
+children: [
App\Entity\EntryComment {#1616
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1711 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "I see they’re exploring their roots."
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1703088993 {#1598
date: 2023-12-20 17:16:33.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Exusia@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1705 …}
+nested: Doctrine\ORM\PersistentCollection {#1692 …}
+votes: Doctrine\ORM\PersistentCollection {#1686 …}
+reports: Doctrine\ORM\PersistentCollection {#1680 …}
+favourites: Doctrine\ORM\PersistentCollection {#1683 …}
+notifications: Doctrine\ORM\PersistentCollection {#1702 …}
-id: 237993
-bodyTs: "'explor':5 're':4 'root':7 'see':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5790064"
+editedAt: null
+createdAt: DateTimeImmutable @1703088993 {#1611
date: 2023-12-20 17:16:33.0 +01:00
}
+"title": 237993
}
]
-id: 23527
-titleTs: "'crima':2 'merr':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703141291
+visibility: "visible "
+apId: "https://lemmy.world/post/9781074"
+editedAt: null
+createdAt: DateTimeImmutable @1703054891 {#2913
date: 2023-12-20 07:48:11.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 155 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1711
+user: Proxies\__CG__\App\Entity\User {#2891 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2930 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "Merr-Crimas"
+title: "Merr Crimas"
+url: "https://lemmy.world/pictrs/image/39100db3-3307-4bed-88b7-0c793b16d9c1.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 8
+favouriteCount: 192
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703097456 {#2925
date: 2023-12-20 19:37:36.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2932 …}
+votes: Doctrine\ORM\PersistentCollection {#2934 …}
+reports: Doctrine\ORM\PersistentCollection {#2936 …}
+favourites: Doctrine\ORM\PersistentCollection {#2938 …}
+notifications: Doctrine\ORM\PersistentCollection {#2940 …}
+badges: Doctrine\ORM\PersistentCollection {#2942 …}
+children: [
App\Entity\EntryComment {#1616
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1711 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "I see they’re exploring their roots."
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1703088993 {#1598
date: 2023-12-20 17:16:33.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Exusia@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1705 …}
+nested: Doctrine\ORM\PersistentCollection {#1692 …}
+votes: Doctrine\ORM\PersistentCollection {#1686 …}
+reports: Doctrine\ORM\PersistentCollection {#1680 …}
+favourites: Doctrine\ORM\PersistentCollection {#1683 …}
+notifications: Doctrine\ORM\PersistentCollection {#1702 …}
-id: 237993
-bodyTs: "'explor':5 're':4 'root':7 'see':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5790064"
+editedAt: null
+createdAt: DateTimeImmutable @1703088993 {#1611
date: 2023-12-20 17:16:33.0 +01:00
}
+"title": 237993
}
]
-id: 23527
-titleTs: "'crima':2 'merr':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703141291
+visibility: "visible "
+apId: "https://lemmy.world/post/9781074"
+editedAt: null
+createdAt: DateTimeImmutable @1703054891 {#2913
date: 2023-12-20 07:48:11.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 156 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1711
+user: Proxies\__CG__\App\Entity\User {#2891 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2930 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "Merr-Crimas"
+title: "Merr Crimas"
+url: "https://lemmy.world/pictrs/image/39100db3-3307-4bed-88b7-0c793b16d9c1.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 8
+favouriteCount: 192
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703097456 {#2925
date: 2023-12-20 19:37:36.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2932 …}
+votes: Doctrine\ORM\PersistentCollection {#2934 …}
+reports: Doctrine\ORM\PersistentCollection {#2936 …}
+favourites: Doctrine\ORM\PersistentCollection {#2938 …}
+notifications: Doctrine\ORM\PersistentCollection {#2940 …}
+badges: Doctrine\ORM\PersistentCollection {#2942 …}
+children: [
App\Entity\EntryComment {#1616
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1711 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "I see they’re exploring their roots."
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1703088993 {#1598
date: 2023-12-20 17:16:33.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Exusia@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1705 …}
+nested: Doctrine\ORM\PersistentCollection {#1692 …}
+votes: Doctrine\ORM\PersistentCollection {#1686 …}
+reports: Doctrine\ORM\PersistentCollection {#1680 …}
+favourites: Doctrine\ORM\PersistentCollection {#1683 …}
+notifications: Doctrine\ORM\PersistentCollection {#1702 …}
-id: 237993
-bodyTs: "'explor':5 're':4 'root':7 'see':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5790064"
+editedAt: null
+createdAt: DateTimeImmutable @1703088993 {#1611
date: 2023-12-20 17:16:33.0 +01:00
}
+"title": 237993
}
]
-id: 23527
-titleTs: "'crima':2 'merr':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703141291
+visibility: "visible "
+apId: "https://lemmy.world/post/9781074"
+editedAt: null
+createdAt: DateTimeImmutable @1703054891 {#2913
date: 2023-12-20 07:48:11.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 157 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 158 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1616
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1711
+user: Proxies\__CG__\App\Entity\User {#2891 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2930 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "Merr-Crimas"
+title: "Merr Crimas"
+url: "https://lemmy.world/pictrs/image/39100db3-3307-4bed-88b7-0c793b16d9c1.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 8
+favouriteCount: 192
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703097456 {#2925
date: 2023-12-20 19:37:36.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2932 …}
+votes: Doctrine\ORM\PersistentCollection {#2934 …}
+reports: Doctrine\ORM\PersistentCollection {#2936 …}
+favourites: Doctrine\ORM\PersistentCollection {#2938 …}
+notifications: Doctrine\ORM\PersistentCollection {#2940 …}
+badges: Doctrine\ORM\PersistentCollection {#2942 …}
+children: [
App\Entity\EntryComment {#1616}
]
-id: 23527
-titleTs: "'crima':2 'merr':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703141291
+visibility: "visible "
+apId: "https://lemmy.world/post/9781074"
+editedAt: null
+createdAt: DateTimeImmutable @1703054891 {#2913
date: 2023-12-20 07:48:11.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "I see they’re exploring their roots."
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1703088993 {#1598
date: 2023-12-20 17:16:33.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Exusia@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1705 …}
+nested: Doctrine\ORM\PersistentCollection {#1692 …}
+votes: Doctrine\ORM\PersistentCollection {#1686 …}
+reports: Doctrine\ORM\PersistentCollection {#1680 …}
+favourites: Doctrine\ORM\PersistentCollection {#1683 …}
+notifications: Doctrine\ORM\PersistentCollection {#1702 …}
-id: 237993
-bodyTs: "'explor':5 're':4 'root':7 'see':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5790064"
+editedAt: null
+createdAt: DateTimeImmutable @1703088993 {#1611
date: 2023-12-20 17:16:33.0 +01:00
}
+"title": 237993
} |
|
Show voter details
|
| 159 |
DENIED
|
edit
|
App\Entity\EntryComment {#1616
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1711
+user: Proxies\__CG__\App\Entity\User {#2891 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2930 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "Merr-Crimas"
+title: "Merr Crimas"
+url: "https://lemmy.world/pictrs/image/39100db3-3307-4bed-88b7-0c793b16d9c1.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 8
+favouriteCount: 192
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703097456 {#2925
date: 2023-12-20 19:37:36.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2932 …}
+votes: Doctrine\ORM\PersistentCollection {#2934 …}
+reports: Doctrine\ORM\PersistentCollection {#2936 …}
+favourites: Doctrine\ORM\PersistentCollection {#2938 …}
+notifications: Doctrine\ORM\PersistentCollection {#2940 …}
+badges: Doctrine\ORM\PersistentCollection {#2942 …}
+children: [
App\Entity\EntryComment {#1616}
]
-id: 23527
-titleTs: "'crima':2 'merr':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703141291
+visibility: "visible "
+apId: "https://lemmy.world/post/9781074"
+editedAt: null
+createdAt: DateTimeImmutable @1703054891 {#2913
date: 2023-12-20 07:48:11.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "I see they’re exploring their roots."
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1703088993 {#1598
date: 2023-12-20 17:16:33.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Exusia@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1705 …}
+nested: Doctrine\ORM\PersistentCollection {#1692 …}
+votes: Doctrine\ORM\PersistentCollection {#1686 …}
+reports: Doctrine\ORM\PersistentCollection {#1680 …}
+favourites: Doctrine\ORM\PersistentCollection {#1683 …}
+notifications: Doctrine\ORM\PersistentCollection {#1702 …}
-id: 237993
-bodyTs: "'explor':5 're':4 'root':7 'see':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5790064"
+editedAt: null
+createdAt: DateTimeImmutable @1703088993 {#1611
date: 2023-12-20 17:16:33.0 +01:00
}
+"title": 237993
} |
|
Show voter details
|
| 160 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1616
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1711
+user: Proxies\__CG__\App\Entity\User {#2891 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2930 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "Merr-Crimas"
+title: "Merr Crimas"
+url: "https://lemmy.world/pictrs/image/39100db3-3307-4bed-88b7-0c793b16d9c1.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 8
+favouriteCount: 192
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703097456 {#2925
date: 2023-12-20 19:37:36.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2932 …}
+votes: Doctrine\ORM\PersistentCollection {#2934 …}
+reports: Doctrine\ORM\PersistentCollection {#2936 …}
+favourites: Doctrine\ORM\PersistentCollection {#2938 …}
+notifications: Doctrine\ORM\PersistentCollection {#2940 …}
+badges: Doctrine\ORM\PersistentCollection {#2942 …}
+children: [
App\Entity\EntryComment {#1616}
]
-id: 23527
-titleTs: "'crima':2 'merr':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703141291
+visibility: "visible "
+apId: "https://lemmy.world/post/9781074"
+editedAt: null
+createdAt: DateTimeImmutable @1703054891 {#2913
date: 2023-12-20 07:48:11.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "I see they’re exploring their roots."
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1703088993 {#1598
date: 2023-12-20 17:16:33.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Exusia@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1705 …}
+nested: Doctrine\ORM\PersistentCollection {#1692 …}
+votes: Doctrine\ORM\PersistentCollection {#1686 …}
+reports: Doctrine\ORM\PersistentCollection {#1680 …}
+favourites: Doctrine\ORM\PersistentCollection {#1683 …}
+notifications: Doctrine\ORM\PersistentCollection {#1702 …}
-id: 237993
-bodyTs: "'explor':5 're':4 'root':7 'see':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5790064"
+editedAt: null
+createdAt: DateTimeImmutable @1703088993 {#1611
date: 2023-12-20 17:16:33.0 +01:00
}
+"title": 237993
} |
|
Show voter details
|
| 161 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 162 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1557
+user: Proxies\__CG__\App\Entity\User {#2579 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2698 …}
+slug: "NixOS-on-OnePlus-6-with-Extra-Steps-or-the-Diary"
+title: "NixOS on OnePlus 6 with Extra Steps, or the Diary of my Descent into Madness"
+url: "https://pavluk.org/blog/2023/12/19/oneplus_6.html"
+body: """
My biggest blog post yet, and it’s about running (almost) vanilla NixOS on a (formerly) Android phone! This was 50% fun and 50% exhausting… you solve one issue and another one crops up right away… it was certainly an interesting educational experience.\n
\n
I’m not explaining any basic technical concepts here, as I’m not a complete noob in phone ROMs and Linux.\n
\n
Ask me any questions if you have them!
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 17
+favouriteCount: 102
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703056348 {#2693
date: 2023-12-20 08:12:28.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2700 …}
+votes: Doctrine\ORM\PersistentCollection {#2702 …}
+reports: Doctrine\ORM\PersistentCollection {#2704 …}
+favourites: Doctrine\ORM\PersistentCollection {#2706 …}
+notifications: Doctrine\ORM\PersistentCollection {#2708 …}
+badges: Doctrine\ORM\PersistentCollection {#2710 …}
+children: [
App\Entity\EntryComment {#1556
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1557 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
+body: "Why not rebrand? Why continue to use Ubuntu and Canonical trademarks?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703008398 {#1554
date: 2023-12-19 18:53:18.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@chayleaf@lemmy.ml"
"@GustavoM@lemmy.world"
"@caseyweederman@lemmy.ca"
"@Euphoma@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1723 …}
+nested: Doctrine\ORM\PersistentCollection {#1731 …}
+votes: Doctrine\ORM\PersistentCollection {#1597 …}
+reports: Doctrine\ORM\PersistentCollection {#1618 …}
+favourites: Doctrine\ORM\PersistentCollection {#1626 …}
+notifications: Doctrine\ORM\PersistentCollection {#1629 …}
-id: 235585
-bodyTs: "'canon':10 'continu':5 'rebrand':3 'trademark':11 'ubuntu':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5770601"
+editedAt: null
+createdAt: DateTimeImmutable @1703008398 {#1558
date: 2023-12-19 18:53:18.0 +01:00
}
+"title": 235585
}
]
-id: 23329
-titleTs: "'6':4 'descent':13 'diari':10 'extra':6 'mad':15 'nixo':1 'oneplus':3 'step':7"
-bodyTs: "'50':21,24 'almost':11 'android':17 'anoth':31 'ask':65 'away':36 'basic':49 'biggest':2 'blog':3 'certain':39 'complet':58 'concept':51 'crop':33 'educ':42 'exhaust':25 'experi':43 'explain':47 'former':16 'fun':22 'interest':41 'issu':29 'linux':64 'm':45,55 'nixo':13 'noob':59 'one':28,32 'phone':18,61 'post':4 'question':68 'right':35 'rom':62 'run':10 'solv':27 'technic':50 'vanilla':12 'yet':5"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703077687
+visibility: "visible "
+apId: "https://lemmy.ml/post/9508004"
+editedAt: null
+createdAt: DateTimeImmutable @1702991287 {#2674
date: 2023-12-19 14:08:07.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 163 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1557
+user: Proxies\__CG__\App\Entity\User {#2579 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2698 …}
+slug: "NixOS-on-OnePlus-6-with-Extra-Steps-or-the-Diary"
+title: "NixOS on OnePlus 6 with Extra Steps, or the Diary of my Descent into Madness"
+url: "https://pavluk.org/blog/2023/12/19/oneplus_6.html"
+body: """
My biggest blog post yet, and it’s about running (almost) vanilla NixOS on a (formerly) Android phone! This was 50% fun and 50% exhausting… you solve one issue and another one crops up right away… it was certainly an interesting educational experience.\n
\n
I’m not explaining any basic technical concepts here, as I’m not a complete noob in phone ROMs and Linux.\n
\n
Ask me any questions if you have them!
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 17
+favouriteCount: 102
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703056348 {#2693
date: 2023-12-20 08:12:28.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2700 …}
+votes: Doctrine\ORM\PersistentCollection {#2702 …}
+reports: Doctrine\ORM\PersistentCollection {#2704 …}
+favourites: Doctrine\ORM\PersistentCollection {#2706 …}
+notifications: Doctrine\ORM\PersistentCollection {#2708 …}
+badges: Doctrine\ORM\PersistentCollection {#2710 …}
+children: [
App\Entity\EntryComment {#1556
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1557 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
+body: "Why not rebrand? Why continue to use Ubuntu and Canonical trademarks?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703008398 {#1554
date: 2023-12-19 18:53:18.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@chayleaf@lemmy.ml"
"@GustavoM@lemmy.world"
"@caseyweederman@lemmy.ca"
"@Euphoma@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1723 …}
+nested: Doctrine\ORM\PersistentCollection {#1731 …}
+votes: Doctrine\ORM\PersistentCollection {#1597 …}
+reports: Doctrine\ORM\PersistentCollection {#1618 …}
+favourites: Doctrine\ORM\PersistentCollection {#1626 …}
+notifications: Doctrine\ORM\PersistentCollection {#1629 …}
-id: 235585
-bodyTs: "'canon':10 'continu':5 'rebrand':3 'trademark':11 'ubuntu':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5770601"
+editedAt: null
+createdAt: DateTimeImmutable @1703008398 {#1558
date: 2023-12-19 18:53:18.0 +01:00
}
+"title": 235585
}
]
-id: 23329
-titleTs: "'6':4 'descent':13 'diari':10 'extra':6 'mad':15 'nixo':1 'oneplus':3 'step':7"
-bodyTs: "'50':21,24 'almost':11 'android':17 'anoth':31 'ask':65 'away':36 'basic':49 'biggest':2 'blog':3 'certain':39 'complet':58 'concept':51 'crop':33 'educ':42 'exhaust':25 'experi':43 'explain':47 'former':16 'fun':22 'interest':41 'issu':29 'linux':64 'm':45,55 'nixo':13 'noob':59 'one':28,32 'phone':18,61 'post':4 'question':68 'right':35 'rom':62 'run':10 'solv':27 'technic':50 'vanilla':12 'yet':5"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703077687
+visibility: "visible "
+apId: "https://lemmy.ml/post/9508004"
+editedAt: null
+createdAt: DateTimeImmutable @1702991287 {#2674
date: 2023-12-19 14:08:07.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 164 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1557
+user: Proxies\__CG__\App\Entity\User {#2579 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2698 …}
+slug: "NixOS-on-OnePlus-6-with-Extra-Steps-or-the-Diary"
+title: "NixOS on OnePlus 6 with Extra Steps, or the Diary of my Descent into Madness"
+url: "https://pavluk.org/blog/2023/12/19/oneplus_6.html"
+body: """
My biggest blog post yet, and it’s about running (almost) vanilla NixOS on a (formerly) Android phone! This was 50% fun and 50% exhausting… you solve one issue and another one crops up right away… it was certainly an interesting educational experience.\n
\n
I’m not explaining any basic technical concepts here, as I’m not a complete noob in phone ROMs and Linux.\n
\n
Ask me any questions if you have them!
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 17
+favouriteCount: 102
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703056348 {#2693
date: 2023-12-20 08:12:28.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2700 …}
+votes: Doctrine\ORM\PersistentCollection {#2702 …}
+reports: Doctrine\ORM\PersistentCollection {#2704 …}
+favourites: Doctrine\ORM\PersistentCollection {#2706 …}
+notifications: Doctrine\ORM\PersistentCollection {#2708 …}
+badges: Doctrine\ORM\PersistentCollection {#2710 …}
+children: [
App\Entity\EntryComment {#1556
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1557 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
+body: "Why not rebrand? Why continue to use Ubuntu and Canonical trademarks?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703008398 {#1554
date: 2023-12-19 18:53:18.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@chayleaf@lemmy.ml"
"@GustavoM@lemmy.world"
"@caseyweederman@lemmy.ca"
"@Euphoma@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1723 …}
+nested: Doctrine\ORM\PersistentCollection {#1731 …}
+votes: Doctrine\ORM\PersistentCollection {#1597 …}
+reports: Doctrine\ORM\PersistentCollection {#1618 …}
+favourites: Doctrine\ORM\PersistentCollection {#1626 …}
+notifications: Doctrine\ORM\PersistentCollection {#1629 …}
-id: 235585
-bodyTs: "'canon':10 'continu':5 'rebrand':3 'trademark':11 'ubuntu':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5770601"
+editedAt: null
+createdAt: DateTimeImmutable @1703008398 {#1558
date: 2023-12-19 18:53:18.0 +01:00
}
+"title": 235585
}
]
-id: 23329
-titleTs: "'6':4 'descent':13 'diari':10 'extra':6 'mad':15 'nixo':1 'oneplus':3 'step':7"
-bodyTs: "'50':21,24 'almost':11 'android':17 'anoth':31 'ask':65 'away':36 'basic':49 'biggest':2 'blog':3 'certain':39 'complet':58 'concept':51 'crop':33 'educ':42 'exhaust':25 'experi':43 'explain':47 'former':16 'fun':22 'interest':41 'issu':29 'linux':64 'm':45,55 'nixo':13 'noob':59 'one':28,32 'phone':18,61 'post':4 'question':68 'right':35 'rom':62 'run':10 'solv':27 'technic':50 'vanilla':12 'yet':5"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703077687
+visibility: "visible "
+apId: "https://lemmy.ml/post/9508004"
+editedAt: null
+createdAt: DateTimeImmutable @1702991287 {#2674
date: 2023-12-19 14:08:07.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 165 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 166 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1556
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1557
+user: Proxies\__CG__\App\Entity\User {#2579 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2698 …}
+slug: "NixOS-on-OnePlus-6-with-Extra-Steps-or-the-Diary"
+title: "NixOS on OnePlus 6 with Extra Steps, or the Diary of my Descent into Madness"
+url: "https://pavluk.org/blog/2023/12/19/oneplus_6.html"
+body: """
My biggest blog post yet, and it’s about running (almost) vanilla NixOS on a (formerly) Android phone! This was 50% fun and 50% exhausting… you solve one issue and another one crops up right away… it was certainly an interesting educational experience.\n
\n
I’m not explaining any basic technical concepts here, as I’m not a complete noob in phone ROMs and Linux.\n
\n
Ask me any questions if you have them!
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 17
+favouriteCount: 102
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703056348 {#2693
date: 2023-12-20 08:12:28.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2700 …}
+votes: Doctrine\ORM\PersistentCollection {#2702 …}
+reports: Doctrine\ORM\PersistentCollection {#2704 …}
+favourites: Doctrine\ORM\PersistentCollection {#2706 …}
+notifications: Doctrine\ORM\PersistentCollection {#2708 …}
+badges: Doctrine\ORM\PersistentCollection {#2710 …}
+children: [
App\Entity\EntryComment {#1556}
]
-id: 23329
-titleTs: "'6':4 'descent':13 'diari':10 'extra':6 'mad':15 'nixo':1 'oneplus':3 'step':7"
-bodyTs: "'50':21,24 'almost':11 'android':17 'anoth':31 'ask':65 'away':36 'basic':49 'biggest':2 'blog':3 'certain':39 'complet':58 'concept':51 'crop':33 'educ':42 'exhaust':25 'experi':43 'explain':47 'former':16 'fun':22 'interest':41 'issu':29 'linux':64 'm':45,55 'nixo':13 'noob':59 'one':28,32 'phone':18,61 'post':4 'question':68 'right':35 'rom':62 'run':10 'solv':27 'technic':50 'vanilla':12 'yet':5"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703077687
+visibility: "visible "
+apId: "https://lemmy.ml/post/9508004"
+editedAt: null
+createdAt: DateTimeImmutable @1702991287 {#2674
date: 2023-12-19 14:08:07.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
+body: "Why not rebrand? Why continue to use Ubuntu and Canonical trademarks?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703008398 {#1554
date: 2023-12-19 18:53:18.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@chayleaf@lemmy.ml"
"@GustavoM@lemmy.world"
"@caseyweederman@lemmy.ca"
"@Euphoma@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1723 …}
+nested: Doctrine\ORM\PersistentCollection {#1731 …}
+votes: Doctrine\ORM\PersistentCollection {#1597 …}
+reports: Doctrine\ORM\PersistentCollection {#1618 …}
+favourites: Doctrine\ORM\PersistentCollection {#1626 …}
+notifications: Doctrine\ORM\PersistentCollection {#1629 …}
-id: 235585
-bodyTs: "'canon':10 'continu':5 'rebrand':3 'trademark':11 'ubuntu':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5770601"
+editedAt: null
+createdAt: DateTimeImmutable @1703008398 {#1558
date: 2023-12-19 18:53:18.0 +01:00
}
+"title": 235585
} |
|
Show voter details
|
| 167 |
DENIED
|
edit
|
App\Entity\EntryComment {#1556
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1557
+user: Proxies\__CG__\App\Entity\User {#2579 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2698 …}
+slug: "NixOS-on-OnePlus-6-with-Extra-Steps-or-the-Diary"
+title: "NixOS on OnePlus 6 with Extra Steps, or the Diary of my Descent into Madness"
+url: "https://pavluk.org/blog/2023/12/19/oneplus_6.html"
+body: """
My biggest blog post yet, and it’s about running (almost) vanilla NixOS on a (formerly) Android phone! This was 50% fun and 50% exhausting… you solve one issue and another one crops up right away… it was certainly an interesting educational experience.\n
\n
I’m not explaining any basic technical concepts here, as I’m not a complete noob in phone ROMs and Linux.\n
\n
Ask me any questions if you have them!
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 17
+favouriteCount: 102
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703056348 {#2693
date: 2023-12-20 08:12:28.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2700 …}
+votes: Doctrine\ORM\PersistentCollection {#2702 …}
+reports: Doctrine\ORM\PersistentCollection {#2704 …}
+favourites: Doctrine\ORM\PersistentCollection {#2706 …}
+notifications: Doctrine\ORM\PersistentCollection {#2708 …}
+badges: Doctrine\ORM\PersistentCollection {#2710 …}
+children: [
App\Entity\EntryComment {#1556}
]
-id: 23329
-titleTs: "'6':4 'descent':13 'diari':10 'extra':6 'mad':15 'nixo':1 'oneplus':3 'step':7"
-bodyTs: "'50':21,24 'almost':11 'android':17 'anoth':31 'ask':65 'away':36 'basic':49 'biggest':2 'blog':3 'certain':39 'complet':58 'concept':51 'crop':33 'educ':42 'exhaust':25 'experi':43 'explain':47 'former':16 'fun':22 'interest':41 'issu':29 'linux':64 'm':45,55 'nixo':13 'noob':59 'one':28,32 'phone':18,61 'post':4 'question':68 'right':35 'rom':62 'run':10 'solv':27 'technic':50 'vanilla':12 'yet':5"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703077687
+visibility: "visible "
+apId: "https://lemmy.ml/post/9508004"
+editedAt: null
+createdAt: DateTimeImmutable @1702991287 {#2674
date: 2023-12-19 14:08:07.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
+body: "Why not rebrand? Why continue to use Ubuntu and Canonical trademarks?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703008398 {#1554
date: 2023-12-19 18:53:18.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@chayleaf@lemmy.ml"
"@GustavoM@lemmy.world"
"@caseyweederman@lemmy.ca"
"@Euphoma@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1723 …}
+nested: Doctrine\ORM\PersistentCollection {#1731 …}
+votes: Doctrine\ORM\PersistentCollection {#1597 …}
+reports: Doctrine\ORM\PersistentCollection {#1618 …}
+favourites: Doctrine\ORM\PersistentCollection {#1626 …}
+notifications: Doctrine\ORM\PersistentCollection {#1629 …}
-id: 235585
-bodyTs: "'canon':10 'continu':5 'rebrand':3 'trademark':11 'ubuntu':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5770601"
+editedAt: null
+createdAt: DateTimeImmutable @1703008398 {#1558
date: 2023-12-19 18:53:18.0 +01:00
}
+"title": 235585
} |
|
Show voter details
|
| 168 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1556
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1557
+user: Proxies\__CG__\App\Entity\User {#2579 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2698 …}
+slug: "NixOS-on-OnePlus-6-with-Extra-Steps-or-the-Diary"
+title: "NixOS on OnePlus 6 with Extra Steps, or the Diary of my Descent into Madness"
+url: "https://pavluk.org/blog/2023/12/19/oneplus_6.html"
+body: """
My biggest blog post yet, and it’s about running (almost) vanilla NixOS on a (formerly) Android phone! This was 50% fun and 50% exhausting… you solve one issue and another one crops up right away… it was certainly an interesting educational experience.\n
\n
I’m not explaining any basic technical concepts here, as I’m not a complete noob in phone ROMs and Linux.\n
\n
Ask me any questions if you have them!
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 17
+favouriteCount: 102
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703056348 {#2693
date: 2023-12-20 08:12:28.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2700 …}
+votes: Doctrine\ORM\PersistentCollection {#2702 …}
+reports: Doctrine\ORM\PersistentCollection {#2704 …}
+favourites: Doctrine\ORM\PersistentCollection {#2706 …}
+notifications: Doctrine\ORM\PersistentCollection {#2708 …}
+badges: Doctrine\ORM\PersistentCollection {#2710 …}
+children: [
App\Entity\EntryComment {#1556}
]
-id: 23329
-titleTs: "'6':4 'descent':13 'diari':10 'extra':6 'mad':15 'nixo':1 'oneplus':3 'step':7"
-bodyTs: "'50':21,24 'almost':11 'android':17 'anoth':31 'ask':65 'away':36 'basic':49 'biggest':2 'blog':3 'certain':39 'complet':58 'concept':51 'crop':33 'educ':42 'exhaust':25 'experi':43 'explain':47 'former':16 'fun':22 'interest':41 'issu':29 'linux':64 'm':45,55 'nixo':13 'noob':59 'one':28,32 'phone':18,61 'post':4 'question':68 'right':35 'rom':62 'run':10 'solv':27 'technic':50 'vanilla':12 'yet':5"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703077687
+visibility: "visible "
+apId: "https://lemmy.ml/post/9508004"
+editedAt: null
+createdAt: DateTimeImmutable @1702991287 {#2674
date: 2023-12-19 14:08:07.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
+body: "Why not rebrand? Why continue to use Ubuntu and Canonical trademarks?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703008398 {#1554
date: 2023-12-19 18:53:18.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@chayleaf@lemmy.ml"
"@GustavoM@lemmy.world"
"@caseyweederman@lemmy.ca"
"@Euphoma@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1723 …}
+nested: Doctrine\ORM\PersistentCollection {#1731 …}
+votes: Doctrine\ORM\PersistentCollection {#1597 …}
+reports: Doctrine\ORM\PersistentCollection {#1618 …}
+favourites: Doctrine\ORM\PersistentCollection {#1626 …}
+notifications: Doctrine\ORM\PersistentCollection {#1629 …}
-id: 235585
-bodyTs: "'canon':10 'continu':5 'rebrand':3 'trademark':11 'ubuntu':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5770601"
+editedAt: null
+createdAt: DateTimeImmutable @1703008398 {#1558
date: 2023-12-19 18:53:18.0 +01:00
}
+"title": 235585
} |
|
Show voter details
|
| 169 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 170 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1582
+user: Proxies\__CG__\App\Entity\User {#2968 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2970 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "well-guess-what-else-is-yellow"
+title: "well guess what else is yellow ?"
+url: "https://lemmy.world/pictrs/image/30ce0db5-5fb2-4c35-84c4-93d203ef6e41.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 102
+favouriteCount: 476
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702151091 {#2963
date: 2023-12-09 20:44:51.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2971 …}
+votes: Doctrine\ORM\PersistentCollection {#2973 …}
+reports: Doctrine\ORM\PersistentCollection {#2975 …}
+favourites: Doctrine\ORM\PersistentCollection {#2977 …}
+notifications: Doctrine\ORM\PersistentCollection {#2979 …}
+badges: Doctrine\ORM\PersistentCollection {#2981 …}
+children: [
App\Entity\EntryComment {#1709
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "Is this just based on what color your earliest textbooks were?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703513257 {#1435
date: 2023-12-25 15:07:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@psy32nd@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1572 …}
+nested: Doctrine\ORM\PersistentCollection {#1581 …}
+votes: Doctrine\ORM\PersistentCollection {#1579 …}
+reports: Doctrine\ORM\PersistentCollection {#1577 …}
+favourites: Doctrine\ORM\PersistentCollection {#1573 …}
+notifications: Doctrine\ORM\PersistentCollection {#1650 …}
-id: 211915
-bodyTs: "'base':4 'color':7 'earliest':9 'textbook':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5525526"
+editedAt: null
+createdAt: DateTimeImmutable @1702073835 {#1438
date: 2023-12-08 23:17:15.0 +01:00
}
+"title": 211915
}
]
-id: 21041
-titleTs: "'els':4 'guess':2 'well':1 'yellow':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702100793
+visibility: "visible "
+apId: "https://lemmy.world/post/9291374"
+editedAt: DateTimeImmutable @1703469709 {#2950
date: 2023-12-25 03:01:49.0 +01:00
}
+createdAt: DateTimeImmutable @1702014393 {#2928
date: 2023-12-08 06:46:33.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 171 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1582
+user: Proxies\__CG__\App\Entity\User {#2968 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2970 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "well-guess-what-else-is-yellow"
+title: "well guess what else is yellow ?"
+url: "https://lemmy.world/pictrs/image/30ce0db5-5fb2-4c35-84c4-93d203ef6e41.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 102
+favouriteCount: 476
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702151091 {#2963
date: 2023-12-09 20:44:51.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2971 …}
+votes: Doctrine\ORM\PersistentCollection {#2973 …}
+reports: Doctrine\ORM\PersistentCollection {#2975 …}
+favourites: Doctrine\ORM\PersistentCollection {#2977 …}
+notifications: Doctrine\ORM\PersistentCollection {#2979 …}
+badges: Doctrine\ORM\PersistentCollection {#2981 …}
+children: [
App\Entity\EntryComment {#1709
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "Is this just based on what color your earliest textbooks were?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703513257 {#1435
date: 2023-12-25 15:07:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@psy32nd@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1572 …}
+nested: Doctrine\ORM\PersistentCollection {#1581 …}
+votes: Doctrine\ORM\PersistentCollection {#1579 …}
+reports: Doctrine\ORM\PersistentCollection {#1577 …}
+favourites: Doctrine\ORM\PersistentCollection {#1573 …}
+notifications: Doctrine\ORM\PersistentCollection {#1650 …}
-id: 211915
-bodyTs: "'base':4 'color':7 'earliest':9 'textbook':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5525526"
+editedAt: null
+createdAt: DateTimeImmutable @1702073835 {#1438
date: 2023-12-08 23:17:15.0 +01:00
}
+"title": 211915
}
]
-id: 21041
-titleTs: "'els':4 'guess':2 'well':1 'yellow':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702100793
+visibility: "visible "
+apId: "https://lemmy.world/post/9291374"
+editedAt: DateTimeImmutable @1703469709 {#2950
date: 2023-12-25 03:01:49.0 +01:00
}
+createdAt: DateTimeImmutable @1702014393 {#2928
date: 2023-12-08 06:46:33.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 172 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1582
+user: Proxies\__CG__\App\Entity\User {#2968 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2970 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "well-guess-what-else-is-yellow"
+title: "well guess what else is yellow ?"
+url: "https://lemmy.world/pictrs/image/30ce0db5-5fb2-4c35-84c4-93d203ef6e41.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 102
+favouriteCount: 476
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702151091 {#2963
date: 2023-12-09 20:44:51.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2971 …}
+votes: Doctrine\ORM\PersistentCollection {#2973 …}
+reports: Doctrine\ORM\PersistentCollection {#2975 …}
+favourites: Doctrine\ORM\PersistentCollection {#2977 …}
+notifications: Doctrine\ORM\PersistentCollection {#2979 …}
+badges: Doctrine\ORM\PersistentCollection {#2981 …}
+children: [
App\Entity\EntryComment {#1709
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "Is this just based on what color your earliest textbooks were?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703513257 {#1435
date: 2023-12-25 15:07:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@psy32nd@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1572 …}
+nested: Doctrine\ORM\PersistentCollection {#1581 …}
+votes: Doctrine\ORM\PersistentCollection {#1579 …}
+reports: Doctrine\ORM\PersistentCollection {#1577 …}
+favourites: Doctrine\ORM\PersistentCollection {#1573 …}
+notifications: Doctrine\ORM\PersistentCollection {#1650 …}
-id: 211915
-bodyTs: "'base':4 'color':7 'earliest':9 'textbook':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5525526"
+editedAt: null
+createdAt: DateTimeImmutable @1702073835 {#1438
date: 2023-12-08 23:17:15.0 +01:00
}
+"title": 211915
}
]
-id: 21041
-titleTs: "'els':4 'guess':2 'well':1 'yellow':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702100793
+visibility: "visible "
+apId: "https://lemmy.world/post/9291374"
+editedAt: DateTimeImmutable @1703469709 {#2950
date: 2023-12-25 03:01:49.0 +01:00
}
+createdAt: DateTimeImmutable @1702014393 {#2928
date: 2023-12-08 06:46:33.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 173 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 174 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1709
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582
+user: Proxies\__CG__\App\Entity\User {#2968 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2970 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "well-guess-what-else-is-yellow"
+title: "well guess what else is yellow ?"
+url: "https://lemmy.world/pictrs/image/30ce0db5-5fb2-4c35-84c4-93d203ef6e41.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 102
+favouriteCount: 476
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702151091 {#2963
date: 2023-12-09 20:44:51.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2971 …}
+votes: Doctrine\ORM\PersistentCollection {#2973 …}
+reports: Doctrine\ORM\PersistentCollection {#2975 …}
+favourites: Doctrine\ORM\PersistentCollection {#2977 …}
+notifications: Doctrine\ORM\PersistentCollection {#2979 …}
+badges: Doctrine\ORM\PersistentCollection {#2981 …}
+children: [
App\Entity\EntryComment {#1709}
]
-id: 21041
-titleTs: "'els':4 'guess':2 'well':1 'yellow':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702100793
+visibility: "visible "
+apId: "https://lemmy.world/post/9291374"
+editedAt: DateTimeImmutable @1703469709 {#2950
date: 2023-12-25 03:01:49.0 +01:00
}
+createdAt: DateTimeImmutable @1702014393 {#2928
date: 2023-12-08 06:46:33.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "Is this just based on what color your earliest textbooks were?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703513257 {#1435
date: 2023-12-25 15:07:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@psy32nd@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1572 …}
+nested: Doctrine\ORM\PersistentCollection {#1581 …}
+votes: Doctrine\ORM\PersistentCollection {#1579 …}
+reports: Doctrine\ORM\PersistentCollection {#1577 …}
+favourites: Doctrine\ORM\PersistentCollection {#1573 …}
+notifications: Doctrine\ORM\PersistentCollection {#1650 …}
-id: 211915
-bodyTs: "'base':4 'color':7 'earliest':9 'textbook':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5525526"
+editedAt: null
+createdAt: DateTimeImmutable @1702073835 {#1438
date: 2023-12-08 23:17:15.0 +01:00
}
+"title": 211915
} |
|
Show voter details
|
| 175 |
DENIED
|
edit
|
App\Entity\EntryComment {#1709
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582
+user: Proxies\__CG__\App\Entity\User {#2968 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2970 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "well-guess-what-else-is-yellow"
+title: "well guess what else is yellow ?"
+url: "https://lemmy.world/pictrs/image/30ce0db5-5fb2-4c35-84c4-93d203ef6e41.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 102
+favouriteCount: 476
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702151091 {#2963
date: 2023-12-09 20:44:51.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2971 …}
+votes: Doctrine\ORM\PersistentCollection {#2973 …}
+reports: Doctrine\ORM\PersistentCollection {#2975 …}
+favourites: Doctrine\ORM\PersistentCollection {#2977 …}
+notifications: Doctrine\ORM\PersistentCollection {#2979 …}
+badges: Doctrine\ORM\PersistentCollection {#2981 …}
+children: [
App\Entity\EntryComment {#1709}
]
-id: 21041
-titleTs: "'els':4 'guess':2 'well':1 'yellow':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702100793
+visibility: "visible "
+apId: "https://lemmy.world/post/9291374"
+editedAt: DateTimeImmutable @1703469709 {#2950
date: 2023-12-25 03:01:49.0 +01:00
}
+createdAt: DateTimeImmutable @1702014393 {#2928
date: 2023-12-08 06:46:33.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "Is this just based on what color your earliest textbooks were?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703513257 {#1435
date: 2023-12-25 15:07:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@psy32nd@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1572 …}
+nested: Doctrine\ORM\PersistentCollection {#1581 …}
+votes: Doctrine\ORM\PersistentCollection {#1579 …}
+reports: Doctrine\ORM\PersistentCollection {#1577 …}
+favourites: Doctrine\ORM\PersistentCollection {#1573 …}
+notifications: Doctrine\ORM\PersistentCollection {#1650 …}
-id: 211915
-bodyTs: "'base':4 'color':7 'earliest':9 'textbook':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5525526"
+editedAt: null
+createdAt: DateTimeImmutable @1702073835 {#1438
date: 2023-12-08 23:17:15.0 +01:00
}
+"title": 211915
} |
|
Show voter details
|
| 176 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1709
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582
+user: Proxies\__CG__\App\Entity\User {#2968 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2970 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2758 …}
+slug: "well-guess-what-else-is-yellow"
+title: "well guess what else is yellow ?"
+url: "https://lemmy.world/pictrs/image/30ce0db5-5fb2-4c35-84c4-93d203ef6e41.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 102
+favouriteCount: 476
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702151091 {#2963
date: 2023-12-09 20:44:51.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2971 …}
+votes: Doctrine\ORM\PersistentCollection {#2973 …}
+reports: Doctrine\ORM\PersistentCollection {#2975 …}
+favourites: Doctrine\ORM\PersistentCollection {#2977 …}
+notifications: Doctrine\ORM\PersistentCollection {#2979 …}
+badges: Doctrine\ORM\PersistentCollection {#2981 …}
+children: [
App\Entity\EntryComment {#1709}
]
-id: 21041
-titleTs: "'els':4 'guess':2 'well':1 'yellow':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702100793
+visibility: "visible "
+apId: "https://lemmy.world/post/9291374"
+editedAt: DateTimeImmutable @1703469709 {#2950
date: 2023-12-25 03:01:49.0 +01:00
}
+createdAt: DateTimeImmutable @1702014393 {#2928
date: 2023-12-08 06:46:33.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "Is this just based on what color your earliest textbooks were?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703513257 {#1435
date: 2023-12-25 15:07:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@psy32nd@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1572 …}
+nested: Doctrine\ORM\PersistentCollection {#1581 …}
+votes: Doctrine\ORM\PersistentCollection {#1579 …}
+reports: Doctrine\ORM\PersistentCollection {#1577 …}
+favourites: Doctrine\ORM\PersistentCollection {#1573 …}
+notifications: Doctrine\ORM\PersistentCollection {#1650 …}
-id: 211915
-bodyTs: "'base':4 'color':7 'earliest':9 'textbook':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5525526"
+editedAt: null
+createdAt: DateTimeImmutable @1702073835 {#1438
date: 2023-12-08 23:17:15.0 +01:00
}
+"title": 211915
} |
|
Show voter details
|
| 177 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 178 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1528
+user: Proxies\__CG__\App\Entity\User {#2734 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2870 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2778 …}
+slug: "Treat-yourself"
+title: "Treat yourself"
+url: "https://startrek.website/pictrs/image/9af9b923-7077-44d4-8a84-18a009d951e7.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 25
+favouriteCount: 336
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702140526 {#2907
date: 2023-12-09 17:48:46.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2912 …}
+votes: Doctrine\ORM\PersistentCollection {#2915 …}
+reports: Doctrine\ORM\PersistentCollection {#2917 …}
+favourites: Doctrine\ORM\PersistentCollection {#2919 …}
+notifications: Doctrine\ORM\PersistentCollection {#2921 …}
+badges: Doctrine\ORM\PersistentCollection {#2923 …}
+children: [
App\Entity\EntryComment {#1561
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "Hell yes, I have three potatoes"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703515979 {#1670
date: 2023-12-25 15:52:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#1560 …}
+nested: Doctrine\ORM\PersistentCollection {#1525 …}
+votes: Doctrine\ORM\PersistentCollection {#1550 …}
+reports: Doctrine\ORM\PersistentCollection {#1548 …}
+favourites: Doctrine\ORM\PersistentCollection {#1566 …}
+notifications: Doctrine\ORM\PersistentCollection {#1562 …}
-id: 211967
-bodyTs: "'hell':1 'potato':6 'three':5 'yes':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5525917"
+editedAt: null
+createdAt: DateTimeImmutable @1702075178 {#1527
date: 2023-12-08 23:39:38.0 +01:00
}
+"title": 211967
}
]
-id: 21214
-titleTs: "'treat':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702149984
+visibility: "visible "
+apId: "https://startrek.website/post/4496020"
+editedAt: null
+createdAt: DateTimeImmutable @1702063584 {#2894
date: 2023-12-08 20:26:24.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 179 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1528
+user: Proxies\__CG__\App\Entity\User {#2734 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2870 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2778 …}
+slug: "Treat-yourself"
+title: "Treat yourself"
+url: "https://startrek.website/pictrs/image/9af9b923-7077-44d4-8a84-18a009d951e7.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 25
+favouriteCount: 336
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702140526 {#2907
date: 2023-12-09 17:48:46.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2912 …}
+votes: Doctrine\ORM\PersistentCollection {#2915 …}
+reports: Doctrine\ORM\PersistentCollection {#2917 …}
+favourites: Doctrine\ORM\PersistentCollection {#2919 …}
+notifications: Doctrine\ORM\PersistentCollection {#2921 …}
+badges: Doctrine\ORM\PersistentCollection {#2923 …}
+children: [
App\Entity\EntryComment {#1561
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "Hell yes, I have three potatoes"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703515979 {#1670
date: 2023-12-25 15:52:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#1560 …}
+nested: Doctrine\ORM\PersistentCollection {#1525 …}
+votes: Doctrine\ORM\PersistentCollection {#1550 …}
+reports: Doctrine\ORM\PersistentCollection {#1548 …}
+favourites: Doctrine\ORM\PersistentCollection {#1566 …}
+notifications: Doctrine\ORM\PersistentCollection {#1562 …}
-id: 211967
-bodyTs: "'hell':1 'potato':6 'three':5 'yes':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5525917"
+editedAt: null
+createdAt: DateTimeImmutable @1702075178 {#1527
date: 2023-12-08 23:39:38.0 +01:00
}
+"title": 211967
}
]
-id: 21214
-titleTs: "'treat':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702149984
+visibility: "visible "
+apId: "https://startrek.website/post/4496020"
+editedAt: null
+createdAt: DateTimeImmutable @1702063584 {#2894
date: 2023-12-08 20:26:24.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 180 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1528
+user: Proxies\__CG__\App\Entity\User {#2734 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2870 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2778 …}
+slug: "Treat-yourself"
+title: "Treat yourself"
+url: "https://startrek.website/pictrs/image/9af9b923-7077-44d4-8a84-18a009d951e7.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 25
+favouriteCount: 336
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702140526 {#2907
date: 2023-12-09 17:48:46.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2912 …}
+votes: Doctrine\ORM\PersistentCollection {#2915 …}
+reports: Doctrine\ORM\PersistentCollection {#2917 …}
+favourites: Doctrine\ORM\PersistentCollection {#2919 …}
+notifications: Doctrine\ORM\PersistentCollection {#2921 …}
+badges: Doctrine\ORM\PersistentCollection {#2923 …}
+children: [
App\Entity\EntryComment {#1561
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "Hell yes, I have three potatoes"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703515979 {#1670
date: 2023-12-25 15:52:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#1560 …}
+nested: Doctrine\ORM\PersistentCollection {#1525 …}
+votes: Doctrine\ORM\PersistentCollection {#1550 …}
+reports: Doctrine\ORM\PersistentCollection {#1548 …}
+favourites: Doctrine\ORM\PersistentCollection {#1566 …}
+notifications: Doctrine\ORM\PersistentCollection {#1562 …}
-id: 211967
-bodyTs: "'hell':1 'potato':6 'three':5 'yes':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5525917"
+editedAt: null
+createdAt: DateTimeImmutable @1702075178 {#1527
date: 2023-12-08 23:39:38.0 +01:00
}
+"title": 211967
}
]
-id: 21214
-titleTs: "'treat':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702149984
+visibility: "visible "
+apId: "https://startrek.website/post/4496020"
+editedAt: null
+createdAt: DateTimeImmutable @1702063584 {#2894
date: 2023-12-08 20:26:24.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
| 181 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 182 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1561
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528
+user: Proxies\__CG__\App\Entity\User {#2734 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2870 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2778 …}
+slug: "Treat-yourself"
+title: "Treat yourself"
+url: "https://startrek.website/pictrs/image/9af9b923-7077-44d4-8a84-18a009d951e7.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 25
+favouriteCount: 336
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702140526 {#2907
date: 2023-12-09 17:48:46.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2912 …}
+votes: Doctrine\ORM\PersistentCollection {#2915 …}
+reports: Doctrine\ORM\PersistentCollection {#2917 …}
+favourites: Doctrine\ORM\PersistentCollection {#2919 …}
+notifications: Doctrine\ORM\PersistentCollection {#2921 …}
+badges: Doctrine\ORM\PersistentCollection {#2923 …}
+children: [
App\Entity\EntryComment {#1561}
]
-id: 21214
-titleTs: "'treat':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702149984
+visibility: "visible "
+apId: "https://startrek.website/post/4496020"
+editedAt: null
+createdAt: DateTimeImmutable @1702063584 {#2894
date: 2023-12-08 20:26:24.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "Hell yes, I have three potatoes"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703515979 {#1670
date: 2023-12-25 15:52:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#1560 …}
+nested: Doctrine\ORM\PersistentCollection {#1525 …}
+votes: Doctrine\ORM\PersistentCollection {#1550 …}
+reports: Doctrine\ORM\PersistentCollection {#1548 …}
+favourites: Doctrine\ORM\PersistentCollection {#1566 …}
+notifications: Doctrine\ORM\PersistentCollection {#1562 …}
-id: 211967
-bodyTs: "'hell':1 'potato':6 'three':5 'yes':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5525917"
+editedAt: null
+createdAt: DateTimeImmutable @1702075178 {#1527
date: 2023-12-08 23:39:38.0 +01:00
}
+"title": 211967
} |
|
Show voter details
|
| 183 |
DENIED
|
edit
|
App\Entity\EntryComment {#1561
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528
+user: Proxies\__CG__\App\Entity\User {#2734 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2870 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2778 …}
+slug: "Treat-yourself"
+title: "Treat yourself"
+url: "https://startrek.website/pictrs/image/9af9b923-7077-44d4-8a84-18a009d951e7.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 25
+favouriteCount: 336
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702140526 {#2907
date: 2023-12-09 17:48:46.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2912 …}
+votes: Doctrine\ORM\PersistentCollection {#2915 …}
+reports: Doctrine\ORM\PersistentCollection {#2917 …}
+favourites: Doctrine\ORM\PersistentCollection {#2919 …}
+notifications: Doctrine\ORM\PersistentCollection {#2921 …}
+badges: Doctrine\ORM\PersistentCollection {#2923 …}
+children: [
App\Entity\EntryComment {#1561}
]
-id: 21214
-titleTs: "'treat':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702149984
+visibility: "visible "
+apId: "https://startrek.website/post/4496020"
+editedAt: null
+createdAt: DateTimeImmutable @1702063584 {#2894
date: 2023-12-08 20:26:24.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "Hell yes, I have three potatoes"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703515979 {#1670
date: 2023-12-25 15:52:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#1560 …}
+nested: Doctrine\ORM\PersistentCollection {#1525 …}
+votes: Doctrine\ORM\PersistentCollection {#1550 …}
+reports: Doctrine\ORM\PersistentCollection {#1548 …}
+favourites: Doctrine\ORM\PersistentCollection {#1566 …}
+notifications: Doctrine\ORM\PersistentCollection {#1562 …}
-id: 211967
-bodyTs: "'hell':1 'potato':6 'three':5 'yes':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5525917"
+editedAt: null
+createdAt: DateTimeImmutable @1702075178 {#1527
date: 2023-12-08 23:39:38.0 +01:00
}
+"title": 211967
} |
|
Show voter details
|
| 184 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1561
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528
+user: Proxies\__CG__\App\Entity\User {#2734 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2870 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2778 …}
+slug: "Treat-yourself"
+title: "Treat yourself"
+url: "https://startrek.website/pictrs/image/9af9b923-7077-44d4-8a84-18a009d951e7.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 25
+favouriteCount: 336
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702140526 {#2907
date: 2023-12-09 17:48:46.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2912 …}
+votes: Doctrine\ORM\PersistentCollection {#2915 …}
+reports: Doctrine\ORM\PersistentCollection {#2917 …}
+favourites: Doctrine\ORM\PersistentCollection {#2919 …}
+notifications: Doctrine\ORM\PersistentCollection {#2921 …}
+badges: Doctrine\ORM\PersistentCollection {#2923 …}
+children: [
App\Entity\EntryComment {#1561}
]
-id: 21214
-titleTs: "'treat':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702149984
+visibility: "visible "
+apId: "https://startrek.website/post/4496020"
+editedAt: null
+createdAt: DateTimeImmutable @1702063584 {#2894
date: 2023-12-08 20:26:24.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "Hell yes, I have three potatoes"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703515979 {#1670
date: 2023-12-25 15:52:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@The_Picard_Maneuver@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#1560 …}
+nested: Doctrine\ORM\PersistentCollection {#1525 …}
+votes: Doctrine\ORM\PersistentCollection {#1550 …}
+reports: Doctrine\ORM\PersistentCollection {#1548 …}
+favourites: Doctrine\ORM\PersistentCollection {#1566 …}
+notifications: Doctrine\ORM\PersistentCollection {#1562 …}
-id: 211967
-bodyTs: "'hell':1 'potato':6 'three':5 'yes':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5525917"
+editedAt: null
+createdAt: DateTimeImmutable @1702075178 {#1527
date: 2023-12-08 23:39:38.0 +01:00
}
+"title": 211967
} |
|
Show voter details
|
| 185 |
DENIED
|
ROLE_ADMIN
|
null |
|
Show voter details
|
| 186 |
DENIED
|
ROLE_MODERATOR
|
null |
|
Show voter details
|