What Are You Doing Right Now
-
@WrCombs you seriously still have printers with dip switches??? Yow. I have some late 80s guitar pedals that have those. Was neat on a distortion pedal, sounds like a nightmare on a printer.
-
@RojoLoco said in What Are You Doing Right Now:
@WrCombs you seriously still have printers with dip switches??? Yow. I have some late 80s guitar pedals that have those. Was neat on a distortion pedal, sounds like a nightmare on a printer.
Epson Tmt88 Receipt Printers and their cousin U220 s have dip switches.
Point of sale is a different beast all together. -
Happy Friday everyone.
Happy for me as the prodigal tool has returned!
-
@siringo where was it hiding?
-
@scottalanmiller said in What Are You Doing Right Now:
@siringo where was it hiding?
I visit a site once a week. I must have left it on the desk there last week. Great to have it back, saves me having to look for another one.
-
@WrCombs ah.... So retro.
-
Just cooked for the family.
-
Got 4oz each of red Savina and Carolina reaper beef jerky. And 2 packs of hot pepper seeds.
-
Finished with baseball coaching meeting.
-
@RojoLoco said in What Are You Doing Right Now:
@WrCombs ah.... So retro.
Very retro - but that's the industry .
We're moving cloud based with in the next year so that'll be fun.
Also Trying to convince my bosses that network printers are the way to go for most of our clients kitchen printers. -
Finished setting up BookStack with LDAP
-
@dbeato said in What Are You Doing Right Now:
Finished setting up BookStack with LDAP
What a pain but is all good.
-
@EddieJennings said in What Are You Doing Right Now:
This will sound super-n00bish, but oh well.
$args
in PowerShell has changed my life. That is all. Continue with your regularly scheduled ML trolling, lurking, and posting.How so?
I really only ever used it to check for extra arguments/parameters in my functions / scripts to output an error if the
$args.count
is higher than it should be, for example.What are you using it for?
-
@dbeato said in What Are You Doing Right Now:
@dbeato said in What Are You Doing Right Now:
Finished setting up BookStack with LDAP
What a pain but is all good.
Hopefully you documented so you can do it again quickly and with ease!
-
@WrCombs Fuel dispensers are also still using RS-232. If you pull up to a fuel station, the ads playing on the screen are delivered on two wires -- kinda modem to modem. Honestly, our serial devices are very reliable, although you can lose the TV screens in fuel dispensers for all I care.
-
@Obsolesce said in What Are You Doing Right Now:
@EddieJennings said in What Are You Doing Right Now:
This will sound super-n00bish, but oh well.
$args
in PowerShell has changed my life. That is all. Continue with your regularly scheduled ML trolling, lurking, and posting.How so?
I really only ever used it to check for extra arguments/parameters in my functions / scripts to output an error if the
$args.count
is higher than it should be, for example.What are you using it for?
I'm working on a script right now that will make use of
start-job
and using$args
lets me pass the value of a variable between scopes. In this case, I'd be passing a value from earlier in the script into thestart-job
scriptblock. -
@EddieJennings said in What Are You Doing Right Now:
@Obsolesce said in What Are You Doing Right Now:
@EddieJennings said in What Are You Doing Right Now:
This will sound super-n00bish, but oh well.
$args
in PowerShell has changed my life. That is all. Continue with your regularly scheduled ML trolling, lurking, and posting.How so?
I really only ever used it to check for extra arguments/parameters in my functions / scripts to output an error if the
$args.count
is higher than it should be, for example.What are you using it for?
I'm working on a script right now that will make use of
start-job
and using$args
lets me pass the value of a variable between scopes. In this case, I'd be passing a value from earlier in the script into thestart-job
scriptblock.Man, it took me forever to figure out how to do something similar!
-
@dafyre said in What Are You Doing Right Now:
@EddieJennings said in What Are You Doing Right Now:
@Obsolesce said in What Are You Doing Right Now:
@EddieJennings said in What Are You Doing Right Now:
This will sound super-n00bish, but oh well.
$args
in PowerShell has changed my life. That is all. Continue with your regularly scheduled ML trolling, lurking, and posting.How so?
I really only ever used it to check for extra arguments/parameters in my functions / scripts to output an error if the
$args.count
is higher than it should be, for example.What are you using it for?
I'm working on a script right now that will make use of
start-job
and using$args
lets me pass the value of a variable between scopes. In this case, I'd be passing a value from earlier in the script into thestart-job
scriptblock.Man, it took me forever to figure out how to do something similar!
Hence, my life being changed
-
@EddieJennings said in What Are You Doing Right Now:
@dafyre said in What Are You Doing Right Now:
@EddieJennings said in What Are You Doing Right Now:
@Obsolesce said in What Are You Doing Right Now:
@EddieJennings said in What Are You Doing Right Now:
This will sound super-n00bish, but oh well.
$args
in PowerShell has changed my life. That is all. Continue with your regularly scheduled ML trolling, lurking, and posting.How so?
I really only ever used it to check for extra arguments/parameters in my functions / scripts to output an error if the
$args.count
is higher than it should be, for example.What are you using it for?
I'm working on a script right now that will make use of
start-job
and using$args
lets me pass the value of a variable between scopes. In this case, I'd be passing a value from earlier in the script into thestart-job
scriptblock.Man, it took me forever to figure out how to do something similar!
Hence, my life being changed
What are you doing with start-job ? I've not had a good reason to use that yet.
-
@black3dynamite said in What Are You Doing Right Now:
@dbeato said in What Are You Doing Right Now:
One thing I hate about XCP-ng is the lack of support for UEFI...
It's been awhile but does it support other filesystems like ext4 or xfs and is it still using .vhd files?
The EXT4 driver is in public beta since mid Jan.
It looks like whenever SMAPIv3 is production ready we'll have qcow2 as an option... who knows when that is? Maybe when XS8 drops? I believe the ZFS driver is also in beta and will be production ready shortly after SMAPIv3