TECH |
Engadget Japanese |
中国版Mate 40 Proとnova 6 5GにHarmonyOS 2を導入してMeeTimeを試してみた |
https://japanese.engadget.com/mate-40-pro-nova-6-5g-harmonyos-2-074042403.html
|
中国版MateProとnovaGにHarmonyOSを導入してMeeTimeを試してみた年月にファーウェイが発表したHarmonyOS。 |
2021-07-06 07:40:42 |
TECH |
Engadget Japanese |
アフリカ・マラウイで世界初「3Dプリント小学校」が開校。70年かかる学校不足を10年で解消うたう |
https://japanese.engadget.com/3-d-printed-school-073051804.html
|
解消 |
2021-07-06 07:30:51 |
TECH |
Engadget Japanese |
パナソニックの有機ELテレビが最大3万円OFF! Amazonで65V型有機ELテレビなど3製品のクーポン配布中 |
https://japanese.engadget.com/panasonic-viera-sale-070506047.html
|
amazon |
2021-07-06 07:05:06 |
TECH |
Engadget Japanese |
2020年のモバイル市場、4分の1はオンライン購入に(Counterpoint調べ) |
https://japanese.engadget.com/2020-smartphone-buy-online-070042649.html
|
counterpoint |
2021-07-06 07:00:42 |
ROBOT |
ロボスタ |
『LOVOT ストア&カフェ』吉祥寺にオープン!LOVOTと触れ合えるストアとカフェ機能を融合 コース制セットメニューのみ提供 |
https://robotstart.info/2021/07/06/lovot-store-and-cafe.html
|
groovex |
2021-07-06 07:53:25 |
ROBOT |
ロボスタ |
【オンラインライブ講義】『最新映画でみるVFXの現場~プロから学ぶコンポジットソフトNukeの流儀~』デジハリが7/9に開催 |
https://robotstart.info/2021/07/06/digi-dhw-semi.html
|
感染拡大 |
2021-07-06 07:35:39 |
IT |
ITmedia 総合記事一覧 |
[ITmedia ビジネスオンライン] 月額1000円で、定期券に「そばのトッピング」が付いてくる JR東がサブスクサービスのトライアル開始 |
https://www.itmedia.co.jp/business/articles/2107/06/news112.html
|
itmedia |
2021-07-06 16:55:00 |
IT |
ITmedia 総合記事一覧 |
[ITmedia News] ウマ娘に「体操服」着せられるアップデート配信 |
https://www.itmedia.co.jp/news/articles/2107/06/news116.html
|
itmedia |
2021-07-06 16:46:00 |
IT |
ITmedia 総合記事一覧 |
[ITmedia ビジネスオンライン] 「スシロー」と「京樽」が“合体” 狙いは? |
https://www.itmedia.co.jp/business/articles/2107/06/news115.html
|
itmedia |
2021-07-06 16:37:00 |
IT |
ITmedia 総合記事一覧 |
[ITmedia ビジネスオンライン] 若手にとって「働きがいのある会社」に共通する2つの施策とは? |
https://www.itmedia.co.jp/business/articles/2107/06/news113.html
|
itmedia |
2021-07-06 16:30:00 |
IT |
ITmedia 総合記事一覧 |
[ITmedia PC USER] GIGABYTE、ハイエンドゲーミングノート「AORUS 17X」に第11世代Core i9搭載モデル 20台限定 |
https://www.itmedia.co.jp/pcuser/articles/2107/06/news109.html
|
aorusx |
2021-07-06 16:12:00 |
IT |
MOONGIFT |
Twoslash - ドキュメントの中で入力補完や説明を表示 |
http://feedproxy.google.com/~r/moongift/~3/GBhwgGgaA_E/
|
Twoslashドキュメントの中で入力補完や説明を表示ドキュメントの中にコードを記載するのは良くあることですが、単に書いてあるだけでは分かりづらいこともあるでしょう。 |
2021-07-06 17:00:00 |
IT |
情報システムリーダーのためのIT情報専門サイト IT Leaders |
パロアルト、ファイアウォールOS「PAN-OS 10.1」、ユーザーIDベースのアクセス制御を容易に | IT Leaders |
https://it.impress.co.jp/articles/-/21727
|
パロアルト、ファイアウォールOS「PANOS」、ユーザーIDベースのアクセス制御を容易にITLeadersパロアルトネットワークスは年月日、ファイアウォール機器のOS新バージョン「PANOS」を発表し、同日に提供開始した。 |
2021-07-06 16:31:00 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
"urllib.error.HTTPError: HTTP Error 403: Forbidden"の対処法 |
https://qiita.com/DragonNameLeo/items/0df4316a18f2eea813bd
|
quoturlliberrorHTTPErrorHTTPErrorForbiddenquotの対処法urlliberrorHTTPErrorHTTPErrorForbiddenエラーは閲覧権限がないを意味する。 |
2021-07-06 16:35:55 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
Slackの会話データを日次で取得する基本的な方法 |
https://qiita.com/masso/items/1755d57cee4fd9d04004
|
ログファイル作るよなぜ重要なのかずばり、なにか問題が起きたときに原因を特定するためです今回のような「所望のタイミングで一定量のデータを一気にロードする処理」はバッチ処理と呼ばれる類のものですバッチ処理で問題が発生したときはすぐに気付けるようにアラート機能を付けておくことは当然必要として、問題の原因特定のためにログファイルが必要ですどうやったのかPythonの標準モジュールであるloggingを使いましたloggingの使い方は、公式Docをご覧くださいログファイル名は、ingestlogatというプレフィックスのあとに処理開始時刻を付けたものにしていますこうすることで、複数回実行した場合でもログファイルが上書きされません出力フォルダファイルの命名規則考えるよなぜ重要なのかずばり、出力したデータを破壊しないため・処理の冪等性を担保するため・所望のデータを探しやすくするためですと私は思いますアンチパターンケース例えば、出力フォルダをoutput出力ファイルをslackjsonなどと設定するケースですこの場合、対象とするデータを特定することができません。 |
2021-07-06 16:23:11 |
js |
JavaScriptタグが付けられた新着投稿 - Qiita |
「Paizaレベルアップ問題集Aランクレベルアップメニュー(JavaScript)」の個人的回答コード |
https://qiita.com/chabudai/items/4745e23eebf09dcae854
|
Paiza様の実行環境上では全てのテストにクリアしたコードですが、バグや正確性に問題が無い保証はありません。 |
2021-07-06 16:56:11 |
js |
JavaScriptタグが付けられた新着投稿 - Qiita |
「Paizaレベルアップ問題集Bランクレベルアップメニュー(JavaScript)」の個人的回答コード |
https://qiita.com/chabudai/items/fcf2ed4485ec79b53b20
|
Paiza様の実行環境上では全てのテストにクリアしたコードですが、バグや正確性に問題が無い保証はありません。 |
2021-07-06 16:53:53 |
js |
JavaScriptタグが付けられた新着投稿 - Qiita |
垂直スクロールを水平に変換 |
https://qiita.com/gordito293/items/2ab6dd2ddab25ca8a91c
|
|
2021-07-06 16:34:30 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
matplotlibでエクセルのような指数表示をしたい |
https://teratail.com/questions/347977?rss=all
|
matplotlibでエクセルのような指数表示をしたい実現したいことpythonのmatplotlibにてエクセルの指数表示のようにEのような表示を行いたいです。 |
2021-07-06 16:51:43 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
配列のサイズがこの演算に適合しません。 |
https://teratail.com/questions/347976?rss=all
|
配列のサイズがこの演算に適合しません。 |
2021-07-06 16:49:42 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
散布図出力の限界点数について |
https://teratail.com/questions/347975?rss=all
|
python |
2021-07-06 16:49:31 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
jQueryで特定のname属性だけ変更したいのに意図していないものまで変更されてしまいます |
https://teratail.com/questions/347974?rss=all
|
jQueryで特定のname属性だけ変更したいのに意図していないものまで変更されてしまいますWordPressのサイトオプション画面を開発しており、ボタンをクリックするとテキストボックスを増やし、name属性をそれぞれ変更したいと考えています。 |
2021-07-06 16:45:44 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
Minecraft Forgeのmodから呼び出したc++のImmSetOpenStatusが動作しない |
https://teratail.com/questions/347973?rss=all
|
cからdllファイルを作り、JNAでそれを呼び出すところはできたのですが、ImmSetOpenStatus等の関数が動作していないようです。 |
2021-07-06 16:44:31 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
Pythonでの積分 |
https://teratail.com/questions/347972?rss=all
|
|
2021-07-06 16:38:56 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
[JavaScript] TypeError: Cannot set property '~~~' of undefined とは |
https://teratail.com/questions/347971?rss=all
|
JavaScriptTypeErrorCannotsetpropertyxxofundefinedとはJavaScriptnbsp初心者です。 |
2021-07-06 16:38:23 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
PHP CSSがうまく動作しません。 |
https://teratail.com/questions/347970?rss=all
|
PHPCSSがうまく動作しません。 |
2021-07-06 16:26:58 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
Unity:相手の座標(Vector2)を常に知りたい! |
https://teratail.com/questions/347969?rss=all
|
Unity相手の座標Vectorを常に知りたい現状現在unityampVScodeにてDゲームを作成しています。 |
2021-07-06 16:22:53 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
SpringBoot製APIをAWS Elastic BeansTalkにデプロイした場合にDB接続できない |
https://teratail.com/questions/347968?rss=all
|
SpringBoot製APIをAWSElasticBeansTalkにデプロイした場合にDB接続できない前提・実現したいこと現在タスク管理Webアプリケーションを作成していますが、AWS関連で問題に直面しています。 |
2021-07-06 16:22:24 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
Mac m1でrailsの環境開発 |
https://teratail.com/questions/347967?rss=all
|
Macmでrailsの環境開発Macnbspmでrailsの環境開発railsの環境開発が出来ません。 |
2021-07-06 16:19:41 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
データフレームの各行内で特例の日付に一番近い日付を特定し、その値を1とする |
https://teratail.com/questions/347966?rss=all
|
データフレームの各行内で特例の日付に一番近い日付を特定し、その値をとする以下の構造のデータフレームがありdf、全ての列はNoneもしくは日付を所持しています。 |
2021-07-06 16:18:38 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
エラーの原因が分かりません。Uncaught PDOException: SQLSTATE[HY000]: General error |
https://teratail.com/questions/347965?rss=all
|
エラーの原因が分かりません。 |
2021-07-06 16:18:01 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
DockerにLaravelの環境を構築したい |
https://teratail.com/questions/347964?rss=all
|
docker |
2021-07-06 16:11:10 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
C# フォームをタイマを利用して閉じたい |
https://teratail.com/questions/347963?rss=all
|
②そのMainフォームから別のフォームを現す。 |
2021-07-06 16:04:41 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
rails 中間テーブルにないもの |
https://teratail.com/questions/347962?rss=all
|
rails中間テーブルにないもの前提・実現したいことUserが複数のGroupに参加できるように中間テーブルUserGroupを持っています。 |
2021-07-06 16:01:23 |
Git |
Gitタグが付けられた新着投稿 - Qiita |
[Git]コミットハッシュからブランチを検索 |
https://qiita.com/iizukapynyo/items/6bb763bc0e6e69fa1207
|
gitbranchrcontains |
2021-07-06 16:18:21 |
Ruby |
Railsタグが付けられた新着投稿 - Qiita |
Railsで架空のCafeのHPを作ってみよう!【1日目】 |
https://qiita.com/hamazaki1996o/items/1916877307b8be5f0a9a
|
Railsで架空のCafeのHPを作ってみよう【日目】概要基本Railsの記法に則り書いていきますから全ての説明ではなくその中であれどうやるのと疑問に思った点や実装に困った箇所をピックアップして紹介していきます設定と準備・Rails・HTML・CSS・JavascriptjQuery↑上記の言語とフレームワークを使い架空自分で考えたテキトーなもののCafeのHPを作っていこうと思います日目で躓いた箇所ホーム画面にモデル、コントローラーが必要ないのにどうたってrootパス指定すればいいんだ基本Railsにおいて最初に遷移させたい画面はconfigroutesrbailsapplicationroutesdrawdorootコントローラー名アクション名endしかし今回はモデルもコントローラーも必要ない。 |
2021-07-06 16:35:38 |
技術ブログ |
Developers.IO |
AWS CLI で「Error parsing parameter」が発生するときの対処方法 |
https://dev.classmethod.jp/articles/tsnote-how-to-deal-with-error-parsing-paramete-that-occurs-in-aws-cli/
|
awscli |
2021-07-06 07:15:34 |
技術ブログ |
Developers.IO |
[レポート]Looker組み込みアナリティクスによるScalebase分析機能の展開 #Looker #BEACONJapan |
https://dev.classmethod.jp/articles/looker-beacon-2021-alp/
|
looker |
2021-07-06 07:13:41 |
技術ブログ |
Developers.IO |
ECSのコンテナインスタンス上でコンテナをちょっとだけ立ち上げてデバッグする |
https://dev.classmethod.jp/articles/tips-run-ecr-image-on-ecs-instance/
|
起動 |
2021-07-06 07:02:21 |
海外TECH |
DEV Community |
Book Club: Eloquent JavaScript - Chapter 2 |
https://dev.to/kharouk/book-club-eloquent-javascript-chapter-2-55gp
|
Book Club Eloquent JavaScript Chapter There is joy in reading about JavaScript It s like catching up with an old friend who is sharing what they ve been doing Lots of cool new ideas super popular Yet fundamentally they haven t changed They re the same weird sometimes awkward friend That first friend for some of us In the end we re just happy they re doing well That s the sensation I m getting with reading Eloquent JavaScript Last time I began reading the book after a difficult interview It opened my eyes that I know Javascript but do I really know JavaScript I ve received comments that I should read Kyle Simpson s YDKJS You Don t Know JS books I do own them I suppose I didn t want to start with a series I wanted a beginning to end kind of story That said I wouldn t be surprised if I decide to pick it up after Eloquent JavaScript On to Chapter Program Structure And my heart glows bright red under my filmy translucent skin and they have to administer cc of JavaScript to get me to come back I respond well to toxins in the blood Man that stuff will kick the peaches right out your gills why Why s Poignant Guide to RubyFirst of all what a great quote I read Why s guide a long time ago It was humorous and showed me how diverse programming language communities are Okay back to the chapter two Expressions and StatementsWe begin with understanding what expressions are and what are statements Anything that produces a value is an expression Anything that is written literally is also a value is an expression hello world is an expression Within a line of code there can be multiple expressions With that said the line of code itself would be a statement is an expression is a statement Notice the difference I like to look at expressions as nouns ーstatements as verbs or actions The action can sometimes be implicit however In JavaScript you don t always need to add the to denote the end of a statement so sometimes you can omit explicit statements for implicit ones Statements can be simple like But these statements aren t interesting they are useless Interesting statements affect something Have an impact on its world They could display something on the screen or update the state of a program These statements can impact other statements creating what is known as side effects Side effects might sound familiar to you if you use React Hooks I ve encountered that description due to learning about useEffect I always thought side effects were something that the React developers referenced It s much more than that A side effect is simply a statement containing an action or result that could impact other statements BindingsMarijn uses bindings to describe a way to store data and keep an internal state If that sounds familiar to you it may be because you know what variables are However Marijn seems to insist and call them bindings I suppose it has something to do with their definition of a variable A variable is labelled as not consistent or having a fixed pattern it is liable to change This is partly correct with JavaScript variables Using keywords like let or var makes sense with this definition Using the keyword const does not fit this definition Another way I was taught variables was by thinking about them as boxes You are designating boxes for data you want to store and use later If you need that data you open up the box The author asks you to think a bit differently Think of variables or bindings like tentacles rather than boxes Think of them as pointers to values rather than containing values Here s an example let ten ten doesn t unpack and reveal the data What it does is it returns you the number that it references It s a curious way of thinking about variables and maybe a bit too much time was spent thinking about whether they re more like boxes or tentacles I believe the author to be correct Variables are references to data in memory If we look at the code we see that they are equal when comparing the two bindings Why Because is saved in memory once and both ten and anotherTen variables reference the number Same with the string example let ten let anotherTen console log ten anotherTen true they are equallet word hello let anotherWord hello console log word anotherWord trueAgain something as simple as variables creates a discussion It s fascinating how when I first studied Javascript I essentially skimmed through why things were the way they are The rest of the chapter discusses loops and conditional execution if statements If you are unsure about these topics please make sure you read the chapter Otherwise I ve noticed two things that I was not familiar with when using loops Do while loop let yourName do yourName prompt what is your name while yourName The difference here is that we always execute the block at least once We always prompt the user for their name If they don t enter an accepted value we will be in a loop until we get the name I usually don t use do while loops but it s good to remember as a reference Another thing about loops specifically traditional for loops is that they must contain two semicolons I write the usual syntax so frequently that I never contemplated why I needed the semicolons in the loops Well the statement before the first semicolon is an expression or variable declaration After the first semicolon we have the condition an expression that is evaluated before each loop iteration Lastly we have the final expression which will be evaluated at the end of each loop iteration Notice empty space v we don t set a condition so it can run forever if we let itfor let current current current if current console log current break var i for if i gt break we need the break statement and still need the two semicolons console log i i So that s it for Chapter two of the book What did you think of it Do you think I focused too much on the theory rather than explaining other aspects such as loops or if conditions Are you enjoying the book yourself I thought this chapter was a bit of a slower pace compared to the first chapter A minor spoiler but I have also read the third chapter Functions and things pick up By far my favourite chapter so it s worth getting through chapter two Big thanks for the comments from the dev to community If you d like to see some additional resources recommended by the community check out the thread for the first chapter here Until next time Originally posted on my personal blog website which you could see at alex kharo uk Extra Exercises Chapter introduced some exercises which included a FizzBuzz exercise My first attempt was the traditional way print fizzBuzz from nfunction fizzBuzz count for let i i lt count i if i console log FizzBuzz else if i console log Fizz else if i console log Buzz else console log i However we were told to think about a cleverer solution combining the printed text together function fizzBuzz count for let i i lt count i let word if i word Fizz if i word Buzz console log word i |
2021-07-06 07:31:12 |
海外TECH |
DEV Community |
Learning Python-Basic course: Day 10, Lists in Python |
https://dev.to/aatmaj/learning-python-basic-course-day-10-lists-in-python-1hcb
|
Learning Python Basic course Day Lists in Python Welcome This week is for data structures and related exercises in Python Today we will study the list data structure ListList is somewhat similar to arrays in Java The common thing between lists and arrays is indexing part Both are indexed in the same way The differences in them arises in the data types List is collection different data types while arrays is a collection of same data types Here is a technical defination A list is a data structure in Python that is a mutable or changeable ordered sequence of items Every element in a list is indexes with umbers Each element value in a list is called an item Moreover a list is ordered meaning the order of the element matters There are inbuilt functions in Python which change the list but more about of that later Let us now see how to make a list We can make a list using square brackets a a b print a print a print a print a OUTPUT abA few things to note is that b and a is of the data type character while is of the data type int list starts with The first element of the list There is no fourth index Now if we try to acess the non existant fourth element an error will arise Example as in this programa print a print a print a print a print a OUTPUT Traceback most recent call last File main py line in lt module gt print a IndexError list index out of rangeWe can print multiple values using the slicing operatora a b c print a the is the slicingOUTPUT a b We can also directly print the entire lost using print a a b c print a a b c Length of a list in PythonThe length of a list can be calculated using the len functionIt returns the number of elements in the lista a b c print len a We can acess the entire list from the for loopa a b c for i in range len a print a i OUTPUT abcInbuilt list methods We will learn the methods using the example belowa a b c print a a append add at the enda append c print a count c here we are asking how many times the character c is in the list so answer must be print a count here we are asking how many times int is in the listprint a index returns the index at the first occurrence of the elementb z e a extend b Adds the entire list to aprint a OUTPUT a b c a b c c z e a B t m a N Bat print a a insert a insert a at second positiona insert len a insert at the second last positionprint a a remove Bat remove first occurance of Bat print a a pop removes the last value Pop is opposite of append pop also returns the last value b a pop print b We can also give value to pop to remove the element print a print a pop print a While popping or removing make sure not to exceed the length of the list OUTPUT B t m a N Bat B a t m a N Bat B a t m a N N B a t m a m B a t a Dynamic allocation of listsnames Declaration of the list without valueprint len names num int input Enter number of Names to be stored in a list for i in range num st input Enter a name names append st print Values stored in List for i in range num print names i OUTPUTEnter number of Names to be stored in a list Enter a name BEnter a name aEnter a name tEnter a name mValues stored in List BatmThe reverse method just reverse the order of the list Here is another sample Try to predict the output which it will give before looking at the cmd line output names Batman Bat print names print n Frequency of Bat in the list n print names count Bat print n Index of in the list n print names index print Adding A in the list names append A print No of values in the list len names print names print New list as last names lastnames L M N print lastnames print names extend lastnames names extend lastnames print New values in the names list print names print Inserting new names O at index names insert O print names print Removing A from the list names remove A print names print pop function removes the last value from the list names pop print names names remove error msgprint pop accepts index and string as an argument names pop print names print Reverse of a string names reverse print names OUTPUT cmd gt gt gt names Batman Bat gt gt gt print names Batman Bat gt gt gt names count Bat gt gt gt names index gt gt gt names append A gt gt gt len names gt gt gt print names Batman Bat A gt gt gt lastnames L M N gt gt gt names extend lastnames gt gt gt names Batman Bat A L M N gt gt gt names insert O gt gt gt names Batman Bat O A L M N gt gt gt names remove A gt gt gt names Batman Bat O L M N gt gt gt names pop N gt gt gt names Batman Bat O L M gt gt gt names remove Traceback most recent call last File lt pyshell gt line in lt module gt names remove ValueError list remove x x not in list gt gt gt names pop gt gt gt names Batman Bat O L M gt gt gt names reverse gt gt gt names M L O Bat Batman Exercise Write a program for the following output Please enter a number Please enter a number Please enter a number Please enter a number Please enter a number Please enter a number Smallest value Greatest value Answer hereSo friends that s all for this part Hope you all are enjoying Please let me know in the comment section if you liked it or not And don t forget to like the post if you did I am open to any suggestions or doubts Just post in the comments below or Gmail me Thank you for being so patient Also please visit the Learning Python repo made especially for this course and don t forget to star it too |
2021-07-06 07:23:11 |
海外TECH |
DEV Community |
Get ⭐'s on your GitHub project |
https://dev.to/aidenybai/get-s-on-your-github-project-17o1
|
Get x s on your GitHub projectPlug I help develop million lt kb virtual DOM it s fast TL DRIf applicable post your project on Hacker News with Show HN in your title EchoJS r opensource r javascript r sideproject and ProductHunt If you have a following post to those platforms i e Twitter If you have access to communities post to those communities in sanctioned areas i e Discord Slack Telegram If you have extra time post articles related to your project on blogging websites i e Dev to with showdev Hackernoon Hashnode IntroductionYou probably stumbled upon this article because you re interested in promoting your project you ve been working on That s great In this guide you ll learn how to validate your work through gathering an audience attracting new contributors and stars Right off the bat you should have a reasonably intriguing and useful project Make sure that your projects are presentable with a clear README description and logo Take for example some projects I ve done Million js ️ lt kb virtual DOM it s fast Lucia js ️kb library for tiny web appsSince my projects are generally JavaScript TypeScript Web related many of the resources provided will be targeted towards those communities so use as you see fit Platforms Hacker NewsHacker News is probably one of the best way to reach other developers but hundreds of posts are put on it each day To ensure you get some exposure prefix your post title with Show HN to be listed under the show category Additionally include an intriguing and easily understandable title to increase your click through rate Examples Show HN Lucia kB Vue AlternativeShow HN kb virtual DOM it s fast Dev toDev to is probably one of the most effective ways to get developers to intract with your work One option is to directly introduce your project If you do ensure you add the showdev tag as well as additional tags related to your project The other way of increasing interactions is to write articles related to your project that developers could be interested in This hooks developers into reading your article extracting value while becoming aware of your project Ensure that you include call to actions at the start and end of your article Examples How does Virtual DOM work Build your own Why Virtual DOM RedditOpen source communities like r opensource r javascript r sideproject are very effective ways to promote your projects if you have a substantial amount k of Reddit karma These communities generally discourage advertising so if you have a new account try posting to smaller communities to start off instead Examples Million A lightweight and fast virtual dom for your web apps Lucia The kb jQuery replacement ProductHuntProductHunt is a great way to pitch your product to maker focused communities This is pretty straightforward I highly recommend you suppliment using this to advertise to other platforms as well Examples Million js A fast lt kb virtual DOMLucia kb Vue like JavaScript library OtherYou can use Twitter EchoJS and Discord Slack Telegram to help suppliment the other platforms MetricsGithub Insights Under Traffic Tab Stars Contributions to GitHub repoDev to Dashboard stats Side Effects GitHub TrendingThis is generally the ultimate result of the promotion on other platforms to float your project to get on trending This encourages developers on Github who might work on similar projects to see your project This type of visibility is the most valuable PublicationsAnother way to float your project to gain a second wind is to get publications to feature your project This sort of method is best paired with GitHub trending Have any suggestions Send them in the comment section |
2021-07-06 07:20:40 |
海外TECH |
CodeProject Latest Articles |
Taking Your Brain To Another Dimension - A C# library for Physical Units |
https://www.codeproject.com/Articles/5306824/Taking-Your-Brain-To-Another-Dimension-A-Csharp-li
|
calculations |
2021-07-06 07:19:00 |
医療系 |
医療介護 CBnews |
自宅療養する陽性者等への訪問看護対応マニュアル作成-日本訪問看護財団 |
https://www.cbnews.jp/news/entry/20210706161129
|
新型コロナウイルス |
2021-07-06 16:30:00 |
金融 |
ニッセイ基礎研究所 |
今週のレポート・コラムまとめ【6/29~7/5】:米国株式に今から投資ってどうなの? |
https://www.nli-research.co.jp/topics_detail1/id=68190?site=nli
|
今週のレポート・コラムまとめ【】米国株式に今から投資ってどうなのNo東南アジア経済の見通し年内は感染再拡大で景気が足踏み、来年はワクチンの普及加速で景気回復軌道に乗るnbspNo原油価格の注目点と見通し国内のガソリン高は収まるかnbspNoESG投資の実際の手法を学ぼう代表的なESG投資手法とその特徴nbspNo医師の働き方改革は医療制度にどんな影響を与えるかー診療体制の変更などが起きる問われる都道府県の対応No米国株式インデックス投資、どれを選べば良いのかーSPvsダウ平均vsナスダック基礎研所報nbspウィズコロナ・ポストコロナの消費者像「新型コロナによる暮らしの変化に関する調査」nbsp新型コロナについての法的対策の変遷ー感染症法・特措法の改正と運営nbsp年度生命保険会社決算の概要速報nbspー研究員の眼nbsp韓国でもマクロン、マリンのような若い首脳は誕生するだろうかnbsp成果主義としてのジョブ型雇用転換への課題ー年功賃金・終身雇用の合理性と限界nbsp食器の油汚れを拭き取るー私が心がけているSDGsnbsp東証REIT指数配当込みは最高値を更新。 |
2021-07-06 16:56:28 |
金融 |
ニッセイ基礎研究所 |
英国EU離脱プロセスの回顧-貿易協力協定の合意から完全離脱後まで- |
https://www.nli-research.co.jp/topics_detail1/id=68164?site=nli
|
北アイルランドとアイルランド共和国との境界管理の新たな枠組みは、TCAではなく年月末の離脱とともに発効した離脱協定のアイルランド議定書が移行期間終了とともに導入されたが、年後には継続の是非を北アイルランド議会が単純過半数で決定することになっている。 |
2021-07-06 16:14:37 |
金融 |
金融資本市場分析 | 大和総研グループ |
コード改訂に対応するCG報告書記載事例 |
https://www.dir.co.jp/report/research/capital-mkt/securities/20210706_022390.html
|
|
2021-07-06 17:00:00 |
海外ニュース |
Japan Times latest articles |
Deputy PM says Japan must defend Taiwan with U.S. |
https://www.japantimes.co.jp/news/2021/07/06/national/taro-aso-taiwan-defense/
|
clear |
2021-07-06 16:34:53 |
海外ニュース |
Japan Times latest articles |
Critical 72-hour window passes in search for Atami mudslide survivors |
https://www.japantimes.co.jp/news/2021/07/06/national/atami-missing-shizuoka-mudslide/
|
Critical hour window passes in search for Atami mudslide survivorsAuthorities are still looking for people after the mudslide on Saturday which destroyed at least houses The death toll currently stands at |
2021-07-06 16:34:43 |
海外ニュース |
Japan Times latest articles |
When will China rule the world? Maybe never. |
https://www.japantimes.co.jp/news/2021/07/06/business/china-us-biggest-economy/
|
china |
2021-07-06 16:34:21 |
ニュース |
BBC News - Home |
Covid-19: New rules for schools in England to be set out |
https://www.bbc.co.uk/news/uk-57730189
|
bubbles |
2021-07-06 07:09:50 |
ニュース |
BBC News - Home |
Australian Grand Prix: Formula 1 race and Moto GP round called off |
https://www.bbc.co.uk/sport/formula1/57731866
|
coronavirus |
2021-07-06 07:18:53 |
北海道 |
北海道新聞 |
メガバンクもAI面接選考を試行 新卒採用支援、導入へ検証 |
https://www.hokkaido-np.co.jp/article/563978/
|
三菱ufj銀行 |
2021-07-06 16:12:00 |
北海道 |
北海道新聞 |
東証反発、45円高2万8643円 前日下落の反動で割安銘柄に買い |
https://www.hokkaido-np.co.jp/article/563960/
|
日経平均株価 |
2021-07-06 16:02:36 |
北海道 |
北海道新聞 |
辺野古サンゴ、沖縄県の敗訴確定 普天間移設、国の指示巡り |
https://www.hokkaido-np.co.jp/article/563977/
|
名護市辺野古 |
2021-07-06 16:01:00 |
IT |
週刊アスキー |
JR秋葉原駅で『ユージェネ』の駅広告をチェック! |
https://weekly.ascii.jp/elem/000/004/061/4061756/
|
秋葉原駅 |
2021-07-06 16:58:00 |
IT |
週刊アスキー |
「冷やし麺」ってデリバリーには向かない?「menu」が有名店とコラボして宅配だからこそ美味しい「冷やし麺」を追求 |
https://weekly.ascii.jp/elem/000/004/061/4061753/
|
冷やし麺 |
2021-07-06 16:45:00 |
IT |
週刊アスキー |
海老が3尾のった「天丼」430円! 和食さと、とってもお得なテイクアウトキャンペーン |
https://weekly.ascii.jp/elem/000/004/061/4061690/
|
和食さと |
2021-07-06 16:30:00 |
IT |
週刊アスキー |
「プロジェクトEGG」で『RELICS(MSX2・Windows10対応版)』を無料配信開始! |
https://weekly.ascii.jp/elem/000/004/061/4061750/
|
relicsmsx |
2021-07-06 16:25:00 |
マーケティング |
AdverTimes |
ビッグローブが社会貢献テーマのモバイルサービス開始 CMは美 少年が出演 |
https://www.advertimes.com/20210706/article357299/
|
donedone |
2021-07-06 08:00:09 |
コメント
コメントを投稿