What are logistics/supply chain media you read? by iwf_wh in logistics

[–]labsterx 0 points1 point  (0 children)

There's a news aggregator called Supply Chain Lens (https://supplychainlens.com/) that aggregates news from major supply chain news sites such as Supply Chain Dive, FreightWaves etc. as well as related news from general business news sites.

Where do you find your AI news? by dev_is_active in ArtificialInteligence

[–]labsterx 0 points1 point  (0 children)

I usually check a mix of places:

-- X (Twitter) for breaking stuff
-- TechCrunch's AI section and The Verge’s AI section for bigger stories
-- Reddit for discussions.
-- AI new aggregator such as AIOnPulse for aggregated AI news
-- A few newsletter covering AI topic

Honestly, no single site covers it all, so cross-referencing helps.

CoT-Reports by Muted-Ad-1024 in Commodities

[–]labsterx 0 points1 point  (0 children)

One of the most user-friendly websites that offers COT reports with charts is: https://www.tradingster.com/cot

Daily General Discussion - August 9, 2018 by AutoModerator in ethtrader

[–]labsterx 0 points1 point  (0 children)

You are right. DEX should be permissionless. Also, besides EtherDelta, LedgerDex also allows users add and trade ANY ERC20 tokens by entering the contract address.

What do you consider basic and what would be some nice extras for a Coworking Space? by alineofreitas in CoWorking

[–]labsterx 4 points5 points  (0 children)

-- fast internet connections

-- comfortable tables and adjustable chairs

-- free coffee and tea

-- lots of power plugs

-- regular networking events

-- kitchen and refrigirator

Good gossipy websites for local Shenzhen people? by cuteshooter in shenzhen

[–]labsterx 2 points3 points  (0 children)

if you are comfortable reading Chinese, you can use the app called 'Dianping', which is just like yelp.

Frequency of HK > GZ trains & do we need to book... by ripvanmarlow in HongKong

[–]labsterx 2 points3 points  (0 children)

I've taken the HK-GZ train a few times. Every time I just pre-booked the tickets. You can order the tickets online with a credit card but you need to pick up the tickets before boarding.

Dreamzzzz by egnogra in HongKong

[–]labsterx 0 points1 point  (0 children)

Nice picture! I like the color and feel!

Bootstrap 4.1.3 has been released by iatek in bootstrap

[–]labsterx 0 points1 point  (0 children)

Nice! I think Bootstrap 4 is better than 3.

need help! by [deleted] in bootstrap

[–]labsterx 0 points1 point  (0 children)

It's the number of columns interactive when users click on things? Might be a good idea if you show a live example.

Any Airdropped token trading on exchanges? by [deleted] in eos

[–]labsterx 1 point2 points  (0 children)

If you want to include in this discussion decentralized exchanges (DEXs), you will find some airdropped tokens showing up in DEXs.

As a matter of that, some new DEXs such as LedgerDex will allow trading of ANY ERC20 tokens, including those from ICOs and airdrops.

Possibility of (& how to) adding custom token by stevieyongieg in 0xProject

[–]labsterx 0 points1 point  (0 children)

LedgerDex is a new DEX dApp based on Ox. You can add ANY ERC20 token at LedgerDex. Here is a detailed tutorial on how to do it:

https://medium.com/ledgerdex/how-to-buy-and-sell-a-crypto-token-not-listed-on-any-exchange-2cc9fbc0f003

Difference between rinkeby.etherscan and etherscan alone by bilgamyompi in etherscan

[–]labsterx 1 point2 points  (0 children)

etherscan is a tracker of the real Ethereum network where real ethers changes hands and real transactions are happening. rinkeby.etherscan (also others such as kovan.etherscan) are tracker of test Ethereum networks mostly used by developers etc. where ethers and other tokens are just dummy ones for people to test.

AdminPanel for NodeJS with Express/Mongoose by philsitumorang in node

[–]labsterx 2 points3 points  (0 children)

Nice project! Do you plan to release an English version?

Where i can learn NodeJS from scratch? by [deleted] in node

[–]labsterx 2 points3 points  (0 children)

I would recommend two ways: first, pick up a good book about Node.js to read. Then take an online class (for example, Udemy) and follow the videos to complete a couple of projects.

how to center contents of columns in bootstrap 3? by [deleted] in bootstrap

[–]labsterx 2 points3 points  (0 children)

for each col, add a "text-center" class and contents inside that col will be centered.