Post to keep track of Group Buys
- IonutZ
- Location: Detroit
- Main keyboard: HHKB Pro 2 / 87u 55g
- Main mouse: RAT9
- Favorite switch: Topre / Buckling Spring
- DT Pro Member: -
- Contact:
It would be nice to have a sticky post that keeps track of active groupbuys, so as not to have to wonder the marketplace aimlessly! Anyone else agree?
- webwit
- Wild Duck
- Location: The Netherlands
- Main keyboard: Model F62
- Favorite switch: IBM beam spring
- DT Pro Member: 0000
- Contact:
Sounds like a good idea. Needs someone to keep track though.
- 7bit
- Location: Berlin, DE
- Main keyboard: Tipro / IBM 3270 emulator
- Main mouse: Logitech granite for SGI
- Favorite switch: MX Lock
- DT Pro Member: 0001
- Broadmonkey
- Fancy Rank
- Location: Denmark
- Main keyboard: Whitefox
- Main mouse: Zowie FK2
- Favorite switch: MX Black
- DT Pro Member: -
- Contact:
This is a good idea and something I have been thinking myself. They have a sticky thread over at GH, but I always see it as outdated and has stopped using it.
I don't know if it would be too much work, but maybe we could make it as an automated program, reacting on the status set on each GB thread. So the GB starter sets the thread to [Group Buy], then [collecting payment], [In production], [Shipping] [Done]. When the thread is created and set to Group buy, it will automatically be displayed in the thread under active group buys and so forth with the rest of the labels.
But the best method would probably be to reorganize of the marketplace.
I don't know if it would be too much work, but maybe we could make it as an automated program, reacting on the status set on each GB thread. So the GB starter sets the thread to [Group Buy], then [collecting payment], [In production], [Shipping] [Done]. When the thread is created and set to Group buy, it will automatically be displayed in the thread under active group buys and so forth with the rest of the labels.
But the best method would probably be to reorganize of the marketplace.
- Muirium
- µ
- Location: Edinburgh, Scotland
- Main keyboard: HHKB Type-S with Bluetooth by Hasu
- Main mouse: Apple Magic Mouse
- Favorite switch: Gotta Try 'Em All
- DT Pro Member: µ
This could be integrated with my proposed zombie defense system. If a GB hasn't had any posts for a length of time, it can be marked as necrotic. That would really help with the Mini Taobao GB of Infinite Doom!
- matt3o
- -[°_°]-
- Location: Italy
- Main keyboard: WhiteFox
- Main mouse: Anywhere MX
- Favorite switch: Anything, really
- DT Pro Member: 0030
- Contact:
This tries to catch active GBs
http://lab.cubiq.org/dt/gb.php
and this is the same in json format
http://lab.cubiq.org/dt/gb.php?json=1
of course it would be better to put this on DT server to reduce overhead.
http://lab.cubiq.org/dt/gb.php
and this is the same in json format
http://lab.cubiq.org/dt/gb.php?json=1
of course it would be better to put this on DT server to reduce overhead.
- 7bit
- Location: Berlin, DE
- Main keyboard: Tipro / IBM 3270 emulator
- Main mouse: Logitech granite for SGI
- Favorite switch: MX Lock
- DT Pro Member: 0001
Does not work for me!Broadmonkey wrote:... So the GB starter sets the thread to [Group Buy], then [collecting payment], [In production], [Shipping] [Done]. When the thread is created and set to Group buy, it will automatically be displayed in the thread under active group buys and so forth with the rest of the labels.
...
For me, [Group Buy] is always [collecting payment] and [In production] and [Shipping]-soon and almost-[Done].
Nice list (only the first works for me). How do you generate it?matt3o wrote:This tries to catch active GBs
http://lab.cubiq.org/dt/gb.php
and this is the same in json format
http://lab.cubiq.org/dt/gb.php?json=1
of course it would be better to put this on DT server to reduce overhead.
- matt3o
- -[°_°]-
- Location: Italy
- Main keyboard: WhiteFox
- Main mouse: Anywhere MX
- Favorite switch: Anything, really
- DT Pro Member: 0030
- Contact:
what's the problem with the JSON? it should work from cli.7bit wrote:Nice list (only the first works for me). How do you generate it?
algorithm is: get the first two pages in the market place. Search for "[group buy]" and exclude shipp* and close*
it can be implemented of course.
- matt3o
- -[°_°]-
- Location: Italy
- Main keyboard: WhiteFox
- Main mouse: Anywhere MX
- Favorite switch: Anything, really
- DT Pro Member: 0030
- Contact:
Code: Select all
curl http://lab.cubiq.org/dt/gb.php?json=1
- 7bit
- Location: Berlin, DE
- Main keyboard: Tipro / IBM 3270 emulator
- Main mouse: Logitech granite for SGI
- Favorite switch: MX Lock
- DT Pro Member: 0001
I hate firefox for not being able to treat everything with odd file name extension as text or asks what type of file it should be.
One day, I will write my own web browser.
One day, I will write my own web browser.
Fixed that for you!Halvar wrote:Nice! I vote for matteo's script plus a sticky thread that explains to GB starters how to submit their orders appropriately.
- matt3o
- -[°_°]-
- Location: Italy
- Main keyboard: WhiteFox
- Main mouse: Anywhere MX
- Favorite switch: Anything, really
- DT Pro Member: 0030
- Contact:
you maybe have an old version of FF. Mine works as expected.7bit wrote:I hate firefox for not being able to treat everything with odd file name extension as text or asks what type of file it should be.
- Muirium
- µ
- Location: Edinburgh, Scotland
- Main keyboard: HHKB Type-S with Bluetooth by Hasu
- Main mouse: Apple Magic Mouse
- Favorite switch: Gotta Try 'Em All
- DT Pro Member: µ
The older a Firefox install (regardless of what version you're starting from) the more likely you've already told it manually what to do with every conceivable file type under the sun. Try a fresh install on another system some day: doesn't it even nag you what to do with .txt files by default? Not the smartest browser in that regard.
- 7bit
- Location: Berlin, DE
- Main keyboard: Tipro / IBM 3270 emulator
- Main mouse: Logitech granite for SGI
- Favorite switch: MX Lock
- DT Pro Member: 0001
The problem:Muirium wrote:The older a Firefox install (regardless of what version you're starting from) the more likely you've already told it manually what to do with every conceivable file type under the sun. Try a fresh install on another system some day: doesn't it even nag you what to do with .txt files by default? Not the smartest browser in that regard.
It asks only to save the file or to view with another program, but gives me a directory listing of where the browser started, not /usr/bin.
Also, if I choose firefox, it will just start a new browser window and run into the same problem.
With GIMP I can view any file as long as it is a recognised image format. With Firefox, it must have the name ending on something like .jpg, .png etc., .xyz does not work even though it is an image. Same for html or plain text files.
Even emacs can do this!
@IonutZ: Please rename this thread "Browser problems" or something similar ...
- matt3o
- -[°_°]-
- Location: Italy
- Main keyboard: WhiteFox
- Main mouse: Anywhere MX
- Favorite switch: Anything, really
- DT Pro Member: 0030
- Contact:
the mime type is more important than the file extension. My script correctly exports the mime type for json, so if you don't use a browser that comes from the mesozoic it should work.7bit wrote:You mean after all those many years a text file ending .xyz is displayed as text?
ps: NN 3.5
if I exported the json file as a txt it would be an error.
- Daniel Beardsmore
- Location: Hertfordshire, England
- Main keyboard: Filco Majestouch 1 (home)/Poker II backlit (work)
- Main mouse: MS IMO 1.1
- Favorite switch: Probably not whatever I wrote here
- DT Pro Member: -
- Contact:
The Open in Browser helps with that — at the Save As prompt, you can choose to open the data as specified data type instead of save. It's a bit flaky, and it does assume that you use Save As at all — I do at work, but I don't bother at home, just goes straight to Downloads.7bit wrote:I hate firefox for not being able to treat everything with odd file name extension as text or asks what type of file it should be.
One day, I will write my own web browser.
- Halvar
- Location: Baden, DE
- Main keyboard: IBM Model M SSK / Filco MT 2
- Favorite switch: Beam & buckling spring, Monterey, MX Brown
- DT Pro Member: 0051
Why would you want to read JSON in your browser?
Hey, that version doesn't make any sense! The kind you mean wouldn't read a sticky anyway if it was anything like long enough to explain the bot!7bit wrote:Fixed that for you!Halvar wrote:Nice! I vote for matteo's script plus a sticky thread that explains to GB starters how to submit their orders appropriately.
- IonutZ
- Location: Detroit
- Main keyboard: HHKB Pro 2 / 87u 55g
- Main mouse: RAT9
- Favorite switch: Topre / Buckling Spring
- DT Pro Member: -
- Contact:
I knew there had to be plenty of amazing coders around here lol. Anyone looking for a JavaScript dev position? My company's hiring haha. If you build your own keyboard you might as well read json strings in your head.
matt3o's crawler would be nice if we could get the output in an actual external static page linked from the marketplace with DT's theming around it!
*click* Webmaster *click*
*click* calling webmaster *click*
*click* come in webmaster *click* ___static___
matt3o's crawler would be nice if we could get the output in an actual external static page linked from the marketplace with DT's theming around it!
*click* Webmaster *click*
*click* calling webmaster *click*
*click* come in webmaster *click* ___static___
- matt3o
- -[°_°]-
- Location: Italy
- Main keyboard: WhiteFox
- Main mouse: Anywhere MX
- Favorite switch: Anything, really
- DT Pro Member: 0030
- Contact:
host contacted... waiting for reply...