HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vdm

606 karmajoined 19 лет назад

comments

vdm
·4 дня назад·discuss
LLMs are great at checking logs and tweaking these clis in a logged in ssh tmux pane
vdm
·4 дня назад·discuss
Ruckus Unleashed works the same way and plenty of them on ebay. TIL, thank you
vdm
·15 дней назад·discuss
https://www.aliexpress.com/w/wholesale-invisible-OR-transpar...
vdm
·17 дней назад·discuss
https://github.com/rakivo/rawgrep
vdm
·4 месяца назад·discuss
Ctrl-r works well at searching character trigrams, which can include space. Trigrams without space work well with auto_resume=substring .

`| sudo tee file` when current user does not have permission to >file
vdm
·4 месяца назад·discuss
https://mpryor.github.io/nothing-less/
vdm
·4 месяца назад·discuss
Almost, local automatic speech recognition with model choice (Parakeet this month) is what keeps me on Mac and away from Chromebook Plus or Android Desktop
vdm
·5 месяцев назад·discuss
Your cardboard holders look cool, I'll give this a go. Thank you for sharing
vdm
·5 месяцев назад·discuss
this. which(1) and whereis(1) are not bash, only an approximation or coincidence at best:

  $ type -a which
  which is /usr/bin/which
As a bash built-in, only the type command invokes the installed bash's code path to resolve command words:

  $ type -a type
  type is a shell builtin
  type is /usr/bin/type

  $ help type
  type: type [-afptP] name [name ...]
      Display information about command type.
    
      For each NAME, indicate how it would be interpreted if used as a
      command name.
    
      Options:
        -a  display all locations containing an executable named NAME;
            includes aliases, builtins, and functions, if and only if
            the `-p' option is not also used
        -f  suppress shell function lookup
        -P  force a PATH search for each NAME, even if it is an alias,
            builtin, or function, and returns the name of the disk file
            that would be executed
        -p  returns either the name of the disk file that would be executed,
            or nothing if `type -t NAME' would not return `file'
        -t  output a single word which is one of `alias', `keyword',
            `function', `builtin', `file' or `', if NAME is an alias,
            shell reserved word, shell function, shell builtin, disk file,
            or not found, respectively
    
      Arguments:
        NAME    Command name to be interpreted.
    
      Exit Status:
      Returns success if all of the NAMEs are found; fails if any are not found.

  $ $SHELL --version
  GNU bash, version 5.3.9(1)-release
vdm
·5 месяцев назад·discuss
> We can assign the value of $? to an environment variable

exit_code is not an environment variable?

https://www.gnu.org/software/bash/manual/html_node/Shell-Par...
vdm
·5 месяцев назад·discuss
s/AI//
vdm
·5 месяцев назад·discuss
> has to be cheaper than a normal taxi

... plus 24/7 shifts of human drivers
vdm
·6 месяцев назад·discuss
https://www.aliexpress.com/w/wholesale-lc-apc-invisible-cabl...
vdm
·7 месяцев назад·discuss
https://steve-yegge.medium.com/beads-best-practices-2db636b9...
vdm
·8 месяцев назад·discuss
cool UI and lets anyone upload a doc. but lacks https://github.com/opendatalab/mineru
vdm
·8 месяцев назад·discuss
Nice! Thank you
vdm
·9 месяцев назад·discuss


  $ zdump -Vc 2025,2026 America/New_York
  America/New_York  Sun Mar  9 06:59:59 2025 UT = Sun Mar 9 01:59:59 2025 EST isdst=0 gmtoff=-18000
  America/New_York  Sun Mar  9 07:00:00 2025 UT = Sun Mar 9 03:00:00 2025 EDT isdst=1 gmtoff=-14400
  America/New_York  Sun Nov  2 05:59:59 2025 UT = Sun Nov 2 01:59:59 2025 EDT isdst=1 gmtoff=-14400
  America/New_York  Sun Nov  2 06:00:00 2025 UT = Sun Nov 2 01:00:00 2025 EST isdst=0 gmtoff=-18000

  $ zdump -Vc 2025,2026 Europe/London
  Europe/London  Sun Mar 30 00:59:59 2025 UT = Sun Mar 30 00:59:59 2025 GMT isdst=0 gmtoff=0
  Europe/London  Sun Mar 30 01:00:00 2025 UT = Sun Mar 30 02:00:00 2025 BST isdst=1 gmtoff=3600
  Europe/London  Sun Oct 26 00:59:59 2025 UT = Sun Oct 26 01:59:59 2025 BST isdst=1 gmtoff=3600
  Europe/London  Sun Oct 26 01:00:00 2025 UT = Sun Oct 26 01:00:00 2025 GMT isdst=0 gmtoff=0
vdm
·9 месяцев назад·discuss
$ duckdb f.db -c 'COPY table1 TO table1.csv;COPY table1 TO table1.parquet;'
vdm
·9 месяцев назад·discuss
https://wiki.wireshark.org/Development/sharkd
vdm
·9 месяцев назад·discuss
vs https://sketch.dev?